Menu

Combining the focuser and dew controller on a single board?

2018-09-23
2018-09-24
  • Shailesh Nakhare

    This might be a very basic question, but i am trying to figure out if it is possible to combine the focuser project and the dew controller project into a single board?

    Has anyone tried this and are there any special steps involved to make it happen?

     
    • Mario

      Mario - 2018-09-23

      Yes It is possible, I designed a pcb combining the focuser and
      mydewcontroller for 2 dew straps but I did not send for manufacture the
      pcbs.
      Regars.

      El dom., 23 de septiembre de 2018 17:08, Shailesh Nakhare astromaestro@users.sourceforge.net escribió:

      This might be a very basic question, but i am trying to figure out if it
      is possible to combine the focuser project and the dew controller project
      into a single board?

      Has anyone tried this and are there any special steps involved to make it
      happen?


      Combining the focuser and dew controller on a single board?
      https://sourceforge.net/p/arduinofocuscontrollerpro/discussion/general/thread/1bd40cec70/?limit=25#4e87


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/arduinofocuscontrollerpro/discussion/general/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       
    • brownrb

      brownrb - 2018-09-23

      Having a single arduino handle both is going to be very problematic. First there is not enough code space or memory space to combine both on a single nano. You are going to run into response problems as well as comms protocol problems, there would be a need to resdign these and probably make them transaction based. Secondly, you cannot have one comport sharing both a focuserobject and dewcontroller object. So you could not control the dew controller with say a windows app and then expect to control the focuser via ascom or another windows app using the one serial port. There is an exclusivity.

      In short I would suggest it is a very bad idea.

       
  • Shailesh Nakhare

    Thanks for the quick and clear response... i will plan for the two separate boards then ...

    Really appreciate your work on this and kudos to you for opening this up for the general public :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.