DIY Telescope Mount Version 2

Hi!

Another long delay, but this time the telescope project has been totally remade.

All the framework has been machined out of Aluminum sheets making the unit much more rigid without being too heavy, plus re-sized to allow for a larger telescope in the future (the current 4.5″ mirror isn’t all that exciting… ). I’ve also used secondary gearing so I get more torque out of the motors as well as better accuracy – I now get 0.0018 degrees per step.

Electronics are based around the NXP LPCeXpresso dev board using an lpc1769 ARM processor. The NXP chip controls 3 separate motor circuits gated for 12V drivers ( Azimuth, Altitude and Focus) all timed off separate timers so each can be individually speed regulated. Communication with the PC is by a Bluetooth serial module and the board also drives a 132×132 pixel color LCDmodule to show tracking details. This chip runs at 120MHz and has plenty of speed to keep tracking and control as smooth as possible.

I’ve mostly programmed the NXP to emulate the SynScan AltAz GOTO mount commands as well as a few of my own custom for other work. This command set allows easy control via Stellarium software for field work.

This video shows the mount going from flat North to M48 then to the Moon via PC, then I click the Home button on the hand controller at the end.

This video is the same but from the software viewpoint.

Just need to weatherproof the electronics inside a box and add a stable mount. (then get a real telescope for it… )

Until next time!

Be Sociable, Share!

3 thoughts on “DIY Telescope Mount Version 2

  1. How do you like the Expresso IDE? I’m looking at moving an Arduino project over to the LPC1769 and wanted some of your feedback.. Looks like a monster of a chip..

  2. Hi,
    I love the LPC chips, they have a surprising amount of power and speed. As for the IDE that took a few trials to sort, I eventually discovered that by compiling as a release instead of debug then it gave my board a LOT more speed and a MUCH smaller memory usage. I very quickly filled the free licence limits running under debug compile and get very upset with it but now I’m running release builds it works very sweet. I think my current compile is about 28kB
    I have since bought a few lpc1954′s for some smaller projects and am planning to get a few LPC1768′s as well.

  3. Will you be releasing the source code and build? What do you use for sensors? I love the movement it is so smooth.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>