I'm a beginner using an Astro Fi 5. The wifi and app are total garbage for controlling the telescope, so I figured on making my own controller through the RJ45 port using an arduino.
In general it's working, I can see messages being exchanged, I can echo, get and set the date and so on appear to work - in that I'm able to send and I get messages back from the mount.
However, none of the slew commands work. I send the `P` command and I'm getting back `0#` (going by the developer notes in the "NexStar Communication Protocol" PDF - that tells me that they've been ignored), and it's the slew commands I want to use (the final goal is a simple joystick to control the telescope as I'm looking through the scope).
I'm very new to this space, but competent technically (i.e. I'm happy to explore and debug).
Does anyone know how to get slew commands to work? Is there any useful information on the Astro Fi mounts that could get this working?
Thanks in advance.