Open-Sourced camera slider with silent stepper motor driver and 3D printable parts soon to be released on kickstarter!
Currently development is divided into 3 parts:
- Hardware Development including PCB
- Webserver Development
- Firmware Development [Firmware development is extended from valar systems]
All the 3D printable parts are designed in solidworks 2019 and STL are uploaded on thingiverse
There are some possible design changes:
- Smaller stepper motor or change orientation to 90°
- Change standard screw mounting to M4
- Change v-slot gantry from 3D printable to standard market aluminum gantry
- change connecting parts to more modular design and DIY friendly
PCB Development: v1.0.0 PCB contained following errors:
- Small size
- No mounting holes
- Small ESP32 placement
- No resistor for GPIO out
- No indicator LEDs
- Missing silk screen notations
v1.1.0 changes:
- Fix issues from v1.0.0
- Add 3.3v input for buttons GPIO connection
- Add 4 indicator LEDs
- Size increased to 75x50mm
- Add fiducial markings
Initial PCBs were ordered from china, due to shipping issues it is impossible to get from there. Looking actively for Indian manufacturers and will update here.
SliderX will be controllable with two methods - on-board controller and webserver control
Features implementation:
- control using websocket
- API implementation
- WiFi access point page
- fast rendering
- cross-platform implementation
- synced controls from on-board control
Firmware development is extended from valar systems
TMC2209 is used in this project for silent operation and additional features like stallguard
Features to be implemented in firmware:
- Stallguard to replace end switch
- on-board control with LCD and rotary encoder
- minify code with web-socket implementation
- automated testing with github actions