An arduino telescope

I'm trying to make a servo motor telescope with an arduino uno. Should i use a servo motor or the dc motor that the arduino starter kit includes?

If I use the servo motor how can i connect the it to the telescope so it can turn?

Also the gear that the starter kit dc motor has is detachable?

Not possible to reply from this post.
Please read and use this link: How to get the best out of this forum - Using Arduino / IDE 1.x - Arduino Forum

Why not?

If "servo" equals "rc servo" -> bad idea. Use a closed loop stepper or a closed loop geared dc motor with encoders - which is alo called "servo", but not "rc servo"

Total lack of facts, data, drawings.....

Those type of questions can only be answered by you. How do YOU want to do the attachment? How fast do YOU want the mechanism to turn? How do YOU want to attach a motor to the telescope? How do YOU want to power the motor?

Telescopes can be any weight, shape, optics.

Its a school project! It doesn't work i have just a vr at the other side of the telescope.

What is "it" and how does it not work and what is "vr" in this case?

We need to see your schematic and your code at the very least.

We can only know what you tell us, and what you are telling us is just too vague to make any sort of accurate answer possible.

For example, is the movement to track the sky? If so we need to know what the telescope mount is. Normally you would need two motors to move the telescope anywhere in the sky.

Well, the quest it's quite well defined. Problem is, if you are not familiar with telescope mountings you have a hard time understanding it. If it's a school project then you would just use the equatorial mount and compensate for time --> 24h == 1 turn. You'd still dial in the coordinates of the object you are interested in manually but the tracking would be automatic --> best for taking fotos. In earlier days this job was done by using a syncronous motor + gearbox, so no uC but mains power supply.

Its a school project with cardboard and a vr headset

And what does that have to do with your post #1 above ???

Programming microcontrollers is a lot like writing a paper for language class; you must ask and answer the questions "Who, What, Where, When, How, and sometimes Why" (wait... a,e,i,o,u... sometimes y... still stands). For programming microcontrollers, you need Idea (in words and drawing), Devices (the hardware you will use), Schematic (wiring+wireless diagram connecting all devices), Code (the instructions for the microcontroller to employ the devices).

Here is a link to a plain "r" telescope. Use it to help define, explain and create your telescope.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.