From d62a83e4ffe39ead315b031de6e6c96447dc5b2e Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 30 Dec 2017 00:49:31 -0500 Subject: [PATCH] Add beginnings of parts list and project description --- Readme.md | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 61a10a4..849c805 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,27 @@ -# INTVAL 3 +# INTVAL3 -What is this? +### What is this? -The INTVAL3 is an open source intervalometer for the Bolex 16mm camera. The goal of the project is to create a cheap-to-make intervalometer that can be used to automate timelapse or animation capture using mobile, web or physical controls. +INTVAL3 is an open source intervalometer for the Bolex 16mm camera. The goal of the project is to create a cheap-to-make intervalometer that can be used to automate time-lapse or animation on the Bolex using mobile, web or physical controls. -This is the third incarnation of the INTVAL project, this time utilizing the Raspberry Pi Zero W for Wifi and Bluetooth control. Earlier versions, the INTVAL and INTVAL2 were Arduino-based. \ No newline at end of file +This is the third incarnation of the INTVAL project, this time utilizing the [Raspberry Pi Zero W](https://www.raspberrypi.org/products/raspberry-pi-zero-w/) for Wifi and Bluetooth control. Earlier versions, the [INTVAL](https://github.com/sixteenmillimeter/INTVAL) and [INTVAL2](https://github.com/sixteenmillimeter/intval2) were Arduino-based. The original INTVAL used a solenoid (!!!) to hammer a camera release cable, while the second attempt was a proving ground for the motor-and-key hardware used in this version. + +The [INTVAL2](https://github.com/sixteenmillimeter/intval2) project should be used if you prefer a simpler, physical interface approach. + +### Components + +* Firmware for the Raspberry Pi Zero W running on [Node.js](https://nodejs.org) +* Mobile/Web/API for controlling device, using [Cordova](https://cordova.apache.org/) + [Bleno](https://github.com/sandeepmistry/bleno), and [Restify](http://restify.com/) +* Hardware files, parts models for 3D printing, laser cutting and CNC +* PCB design for a Raspberry Pi HAT +* [Parts list](#parts-list) + + + +## PARTS + +1. Raspberry Pi Zero W - [[Amazon](http://amzn.to/2BWkKAy)] [[Adafruit](https://www.adafruit.com/product/3400)] +2. L298N Breakout Board +[[Amazon](http://amzn.to/2DwBrmz)] +3. 120RPM 12VDC Motor +[[Amazon](http://amzn.to/2CbRw4R)] \ No newline at end of file