element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Open Arduino
  • Challenges & Projects
  • Project14
  • Open Arduino
  • More
  • Cancel
Open Arduino
Blog Newtonian Arduino based telescope
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Open Arduino to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: netpack
  • Date Created: 20 Apr 2018 1:26 PM Date Created
  • Views 3096 views
  • Likes 9 likes
  • Comments 11 comments
  • openarduinoch
Related
Recommended

Newtonian Arduino based telescope

netpack
netpack
20 Apr 2018
image

Open Arduino

Enter Your Project for a chance to win a grand prize for the most innovative use of Arduino or a $200 shopping cart! The Birthday Special: Arduino Projects for Arduino Day!

Back to The Project14 homepage image

Project14 Home
Monthly Themes
Monthly Theme Poll

Hi, I'm developing an algorithm for the Arduino Mega that controls a Newtonian telescope using the SynScan protocol. Help me make it awesome!imageimageimage

 

Adding some more info as suggested by Enrico (thank you for your comment).

 

It reads a text file from the SD Card (containing information about some stars) and makes a data structure with that info allocating it in the Arduino memory.

 

It then sorts that info using a bubble sort algorithm and allow the user to select a star and it will move the telescope to that location (assuming that the telescope is aligned).

 

Other options include: Testing the communication with the telescope, obtaining info from it (model, version, coordinates, date&time, etc).

 

I've added a NodeMCU that serves a web interface allowing the control of the telescope from any wi-fi enabled device and I'm also trying to add a GPS module so it could be able to set the location, date&time auto-magically.

  • Sign in to reply

Top Comments

  • balearicdynamics
    balearicdynamics over 7 years ago +3
    sounds an interesting project. I suppose that to be helpful you should post more than just some images. Enrico
  • netpack
    netpack over 7 years ago in reply to balearicdynamics +3
    Hi Enrico, thank you for your comment. So elaborating: It reads a text file from the SD Card (containing information about some stars) and makes a data structure with that info allocating it in the Arduino…
  • aspork42
    aspork42 over 7 years ago +3
    That is so cool! I'll bet you could add a 6 axis accelerator and GPS module and it can self-align.
Parents
  • balearicdynamics
    balearicdynamics over 7 years ago

    sounds an interesting project. I suppose that to be helpful you should post more than just some images.

     

    Enrico

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • netpack
    netpack over 7 years ago in reply to balearicdynamics

    Hi Enrico, thank you for your comment.

     

    So elaborating:

     

    It reads a text file from the SD Card (containing information about some stars) and makes a data structure with that info allocating it in the Arduino memory.

    It then sorts that info using a bubble sort algorithm and allow the user to select a star and it will move the telescope to that location (assuming that the telescope is aligned). Other options include: Testing the communication with the telescope, obtaining info from it (model, version, coordinates, date&time, etc).

    I've added a NodeMCU that serves a web interface allowing the control of the telescope from any wi-fi enabled device and I'm also trying to add a GPS module so it could be able to set the location, date&time auto-magically.

     

    Let me know if you would like some further info about the setup or the algorithm.

     

    Thank you once again.

    Cheers.

    Fred.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • netpack
    netpack over 7 years ago in reply to balearicdynamics

    Hi Enrico, thank you for your comment.

     

    So elaborating:

     

    It reads a text file from the SD Card (containing information about some stars) and makes a data structure with that info allocating it in the Arduino memory.

    It then sorts that info using a bubble sort algorithm and allow the user to select a star and it will move the telescope to that location (assuming that the telescope is aligned). Other options include: Testing the communication with the telescope, obtaining info from it (model, version, coordinates, date&time, etc).

    I've added a NodeMCU that serves a web interface allowing the control of the telescope from any wi-fi enabled device and I'm also trying to add a GPS module so it could be able to set the location, date&time auto-magically.

     

    Let me know if you would like some further info about the setup or the algorithm.

     

    Thank you once again.

    Cheers.

    Fred.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • balearicdynamics
    balearicdynamics over 7 years ago in reply to netpack

    I stay in touch following your project, I am curious of how you manage the positioning software.

     

    Thank you (for now image )

     

    Enrico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • netpack
    netpack over 7 years ago in reply to balearicdynamics

    I'll add some more photos and some parts of the code in the beginning of next week.

    Thank you all for your support, really appreciate it ;-)

    Have a nice weekend.

    Fred.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • balearicdynamics
    balearicdynamics over 7 years ago in reply to netpack

    Thank you.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube