Skip to content

Instantly share code, notes, and snippets.

@Elwell
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elwell/15b9707709cb53fd1d86 to your computer and use it in GitHub Desktop.
Save Elwell/15b9707709cb53fd1d86 to your computer and use it in GitHub Desktop.
Ideas for new Improved rotator control
Current "standard"
* 5500 or equivalent az/el rotator controller
* serial -> yaesu interface
* loadsa cables / boxes
New plan
* Keep the toggle switches from 5500 (nice n clunky) - even though a pair of centre off sprung would be more logical
* keep the analogue meters? 50mm height needed so >1u - UPDATE - No. Aim for 1U. Have a 2nd LCD display for Az/El current position
* Add in either LVB tracker or the arduino one http://ava.upuaut.net/?p=372
* Back panel - out with screw contacts and use something like http://www.altronics.com.au/connectors/pluggable-headers/?pins_3=6-pin
* USB host interface. needs to be plug n work with rotctld
* Ethernet interface? ditto.
* LCD status
Specific to my needs - Swap out 110v transformer for 240v one. Perhaps torroidal as low profile?
V0.2 plan is therefore:
* 1U 30cm deep chassis
* IEC Fused power
* low profile (must fit in box) transformer
* AC->DC converter and run all electronics of 5V
* Drop the GS232 din port off the back
* Use a Beaglebone Black - Gives us decent CPU + Ethernet + storage to add in
** Automated TLE download - possible to select and autotrack
** Web Status
** Many GPIO - can I drive the L/R/U/D relays via GPIO and simplify lots?
(RPi would do too, but then depends on SD card access)
* LHS LCD to give Status - Current pos + Moving indicator
* LEDs while moving
* Buttons for manual control
RHS LCD + rotary encoder - select satellite to track - Display AOS/EOS when done.
* Mains switch
* Integrated GPS - 2 advantages - Current position known for pass calculation, and accurate timekeeping (NTP Server)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment