-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn Table #11
Comments
Turntable functionality is essentially complete; the firmware is super basic and only uses "direction" and "number of steps" as input. Will add (messy) arduino code. Hardware I used: |
Here is arduino code: teensy_turntable.ino It's pretty ugly, and probably hard to interpret without some sort of reference pictures. Including it for completeness even though it's essentially useless for now. Eventually I plan to write a basic tutorial in wiki about this; if only there were a cheap usb powered one available off the shelf. |
hmm that seems like a lot of code. I might take a stab at it. it doesnt look like you are using software serial connection to communicate? |
can't advise messing around with it too much since it will probably just give headache ;) Correct on not serial; rather than serial I chose USB HID which allows reliable identification of device by vendor id etc. more info @ https://www.pjrc.com/teensy/rawhid.html |
Check this out Came with ciclops I'm reviewing. All in one board with stepper driver and uno |
Do you want me to work on the turntable...if so what hardware do you have?
The text was updated successfully, but these errors were encountered: