Jump to content

Arduino as a slave with RPi or Windows PC as master to control Tracking/GOTO mount


Jim09

Recommended Posts

Since the limitation on floating point precision on arduino , I'm planning to use arduino to control stepper motors in my DIY mount with RPi or a PC working as the master giving commands to the arduino

I'm a C# developer so  my plan is to control the arduino from .net application via serial ports, which I managed to get the proof of concept working with a simple LED blink app. Plus I have a powerfull small PC which s the same  size as a mac mini whcih woudl be perfect to go in the mount.

Now with RPi I can still use .net core  or some other language (probably python?  which i'm not familiar with) , and I was never comfortable with Linux as well.  So I'm a bit reluctant to go this path.

If I go with windows/.net  path I will be playing for my strengths when it come s to coding but are there other limitations on windows compared to Linux when it comes to a DIY tracking mount project? does stellarium or any other astro SW has limitation on windows?

 

 

Link to comment
Share on other sites

Traditionally, apart from very high equipment, it's more the other way round, with Linux (usually Indi\Ekos) playing catch-up to Windows as most systems sold have been to the largest group of user i.e. Windows..... 

So if you're more comfortable with .Net etc. I'd say stick with it, until you feel more confident to move on.....

Link to comment
Share on other sites

Thank you James , that was new to me , I will have a look.

The other option would be to use .net core and publish the application from a PC to RPi, so it will be full blown .net but still has the hassle of dealing with linux 

Link to comment
Share on other sites

Hi Jim,

Can I suggest you use a Teensy 3.6 board rather than an Arduino. Clock speed is 180 MHz and it has on-chip Floating Point so can handle your tracking calculations easily. The Teensy boards are all members of the Arduino ecosystem so they are easy to use with the standard Arduino IDE. Just smaller, faster, more capable.........

Regards, Hugh

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. By using this site, you agree to our Terms of Use.