Archive for code
You are browsing all posts tagged: code.
You are browsing all posts tagged: code.
capeMirror also needs to be controlled using ‘on-board’ controls (up, down, left, right). Fortunately, it proved pretty easy to programme the Arduino to do this – although this excellent tutorial helped. The tricky bit was the wiring. The Wiring The wiring can be seen on the right. There are four push buttons wired into analog […]
having got the bluesmirf working, now time to start sending and receiving some proper data between a computer and the arduino. this post is divided into: Part 1: sending data from […]
having got the stepper motor running the next thing to do is to send signals to the arduino chip (the ATMega 168) over bluetooth. for an arduino intro see this post). the bluetooth chip i picked up is a […]
The mount will need two stepper motors and I want them to both move at the same time – I don’t want to ‘move all the azimuth steps’ and then ‘move all the altitude steps’. And they also need to accelerate / decelerate as in the last post. So, again, a bit of amendment was […]
The next thing to do is to interrupt the stepper motor while it’s stepping. So the last library [link] had to be amended