Replies: 1 comment
-
What communication do you expect to happen via RemoteControl HTTP interface? Does your Arduino speak the RemoteControl API? This API allows control of Stellarium with other means than the GUI, but has no telescope control in its repository. You could build a manual (or motorized) star pointer device that inputs its pointing direction to Stellarium to point into the direction of the rotated star pointer as detected from some directional encoders (I'd call that the Astrodicticum Arduinense and would like to see such system published under MIT license for astronomical outreach). The dedicated component of Stellarium for "Guiding a telescope-like device and pointing it to a celestial object" is the Telescope Control plugin. Your Arduino control software may communicate with the simple Stellarium Telescope Control protocol shown in Figure 16.18 of the User Guide, or may have implemented LX200 or Celestron NexStar protocols, or anything supported by ASCOM or INDI, but I can only speculate on what you or your technician have developed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’ve built a star tracking system using:
The system was tested successfully by the technician who assembled it, but when I tried it at home, the servos didn’t move, even though:
Setup:
Problem:
Has anyone faced a similar issue? Could it be a network configuration problem (e.g., localhost not accessible from ESP8266)? Any debugging tips?
Beta Was this translation helpful? Give feedback.
All reactions