Controller for a raspberry pi pico running this actuator controller firmware.
I made this project as a way to test the actuator before I have finished the functionality of controlling the actuator from lunabase.
- Find where the pico is connected to. Likely it is /dev/ttyACM*
- Execute
cargo run -- <device path>
You should now be able to change the speed and direction of the actuator through the terminal interface.