AstroDrive Wiki
Telescope drive with LX200 Protocol running on Arduino
Status: Alpha
Brought to you by:
csitter
The I/O Pins are defined in pins_RAMPS.h
At this moment only the following pins are in use:
#define RA_STEP_PIN 54
#define RA_DIR_PIN 55
#define RA_ENABLE_PIN 38
#define DEC_STEP_PIN 60
#define DEC_DIR_PIN 61
#define DEC_ENABLE_PIN 56
#define PS_ON_PIN 12
If you want to controll the power supply via the RAMPS board the set the PS_ON_PIN.
The configuration for the drive logic is in Configuration.h
The settings for each axis (RA/Dec)
| Command | Description |
|---|---|
| ACK | Returns: L, P, A |
| :AL# | |
| :AP# | |
| :AA# | |
| :Aa# | |
| :AS# | Additional command sets mount into tracking mode |
| :AT# | Additional command sets mount into slewing mode |
| :CM# | |
| :D# | |
| :G..# | |
| :MA# | |
| :Me# | |
| :Mn# | |
| :Ms# | |
| :Mw# | |
| :MS# | |
| :P# | |
| :Q# | |
| :Qe# | |
| :Qn# | |
| :Qs# | |
| :Qw# | |
| :RA# | |
| :RC# | |
| :RD# | |
| :RG# | |
| :Rg# | |
| :RM# | |
| :RS# | |
| :S..# | |
| :T+# | |
| :T-# | |
| :TL# | |
| :TM# | |
| :TQ# | |
| :TS# | |
| :TDDD.DDD# | |
| :U# | |
| :W# |