Skip to content
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

Open
prahjister opened this issue Apr 4, 2018 · 5 comments
Open

Turn Table #11

prahjister opened this issue Apr 4, 2018 · 5 comments

Comments

@prahjister
Copy link

Do you want me to work on the turntable...if so what hardware do you have?

@jhdewitt
Copy link
Owner

jhdewitt commented Apr 4, 2018

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:
sparkfun NEMA 17 stepper motor
sparkfun hub spacer
sparkfun Big Easy Driver
sparkfun teensy 2.0++ (any arduino compatible board with digital pins should be fine)
amazon 12" lazy susan

@jhdewitt
Copy link
Owner

jhdewitt commented Apr 4, 2018

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.

@prahjister
Copy link
Author

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?

@jhdewitt
Copy link
Owner

jhdewitt commented Apr 4, 2018

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

@prahjister
Copy link
Author

Check this out

Came with ciclops I'm reviewing.

All in one board with stepper driver and uno

https://www.ebay.com/i/123039890699

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants