Welcome, Guest. Please login or register.

Username: Password:

Author Topic: Synscan App, desktop and mobile  (Read 1364 times)

mikemurk

  • Newbie
  • *
  • Posts: 3
    • View Profile
Synscan App, desktop and mobile
« on: December 28, 2020, 16:52:36 »

Hi, I've had a good poke around on the forums, and can't find anyone who's owned up to trying this.... So I've built a DIY astroeq, which works a charm (Thanks Tom)..  and recently I've been tinkering around with driver software.  The Windows desktop SynscanPro app with connect (serial over usb) to the astroeq, and calibration, goto and tracking all appear to work well. However, if like to be able to use the mobile app over wifi.  I've pinched a design for a clone skywatcher wifi module, based on an esp8266 - essentially working as a TCP/serial interface, but the app won't connect to the astroeq.  Is it as simple.as needing to shift the UART off the (not connected) USB to a different set of pins? Or am I being hopelessly optimistic?
Logged

TCWORLD

  • Administrator
  • *****
  • Posts: 809
    • View Profile
    • AstroEQ
Re: Synscan App, desktop and mobile
« Reply #1 on: January 04, 2021, 08:55:11 »

Hi,

This is a problem that stems from there being two skywatcher comms protocols.

The first, synta protocol, is used to communicate between a hand controller and the mount. This is what AstroEQ uses to talk to EQMOD.
The second is used to talk from accessories (such as WiFi controllers) to the hand controller. Being a different protocol, it's not compatible with AstroEQ. I presume your WiFi module talks in this language.
Logged
Tom Carpenter (AstroEQ)

mikemurk

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Synscan App, desktop and mobile
« Reply #2 on: December 12, 2021, 17:53:06 »

Thanks for the reply - sorry i've only just got to it!

Long story short - i implemented my own wifi bridge to receive and pump the software commands to the AstroEq.  Appears to work from the mobile app - although establishing a connection to the mount can be a bit flakey.  Once i get some time, and the will to start reviewing logged IP packets in detail again, i'll implement the station/bridge settings and update of SSID.  I've eventually got there by implementing a bit of error detection in the Wifi receiver to detect malformed responses and request a resend.  If any has any interest i can post the github / hardware design.

M
Logged