Arduino Controlled XY T-Slot Table
Uploader Comments (TeleToyland)
All Comments (7)
-
Take a pencil on it and you have got a homemade printer that you can remote by a software!
-
@wolten arduino allows you to "digitalRead" the ports, so you can make a software to send some signals and loop until a new comand is received...
like:
"while (pin18 == high){
digitalWrite(pin6, high);
}else{
digitalWrite(pin6, low);
}"
so the pin 18 is the receiver and the pin 6 is the VDD for the X axys for example, but to do this you'll need more things, like a reversible motor and "name" the controls as X_AXYS_POSITIVE, X_AXYS_NEGATIVE, Y_AXYS_POSITIVE, X_AXYS_NEGATIVE and a lot more...
-
how you control it? with a software ?? u have any code??
-
I went to the website and try the live one. It really is live after all. how long to do you leave the sandbox turned on?
-
Please, share the documantion of your project.
Eletrical schematic, sketch, and whatever you have.
Remember when you was get start with Arduino you have a lot of examples to learn.
I hope that you colaborate to the arduino community sharing.
Thanks.
24x7 - that is one of the challenges in the design. It needs some adjustments every few months.
TeleToyland 4 months ago
Thanks - we added a link in the description to the live project and the build info.
TeleToyland 4 months ago