English | Русский
POC prototype of film processor for developing drums like Jobo or any other watertight.
GND and 5v lines not shown, attach it Arduino, touch sensor and stepper driver.
Arduino ports can be remapped in config.h
_________________________________________
| |
| |
| Arduino Nano v3 |
| |
|_________________________________________|
| | | |
D9| D7| D6| D2|
| | | | __________
| | | | | |
| | | |_________Signal__| TTP223 |
| | | |__________|
| | |
| | | ______________
| | |__Enable_____| |
| | | Pololu |_______* *
| |_______Direction__| Step |______* Stepper *
| | Driver |______* mottor *
|____________Step_______| |_______* *
|______________|
| |
^ =12v ^
I already had most of the parts, so prices approximate.
You can drive developing drum in any way you want, even use a lift from Jobo processor if you find one.
Kinematic scheme of my prototype must be a pretty obvious by this picture. Place axis about 100 mm apart.
Easiest way to build and upload firmware is using Arduino IDE.
- Download and install Arduino IDE from official site.
- Install FreeRTOS library using Sketch->Include library->Manage libraries... Type 'freertos' in search field, in first row select version 10.4.4-1 and click Install.
- Select your board in Tool menu.
- Click Upload.
Before using this construction you must set a number of motor steps per one full rotation of particular developing drum.
Manipulate value RATIO
in config.h until
drum can make TURNS
rotation without significant error.