MicroTrac Controller v17.10/Code: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 3: Line 3:
*Transmit commands from the "remote controller" box to "onboard controller" box.
*Transmit commands from the "remote controller" box to "onboard controller" box.
*Attempt to run identical arduino control software on both boxes.
*Attempt to run identical arduino control software on both boxes.
**Will run in remote mode if jumper set between defined pins.
**Will run in onboard mode if jumper set between defined pins.
*Store radio information in EEPROM. Update on startup.
*Store radio information in EEPROM. Update on startup.
**Create a program to define the EEPROM
**Create a program to define the EEPROM
*Operate relay switches when "HAND" switch is on
*Operate relay switches when "HAND" switch is on

Revision as of 01:13, 19 October 2017

Goals

  • Establish serial communication over xbee radio
  • Transmit commands from the "remote controller" box to "onboard controller" box.
  • Attempt to run identical arduino control software on both boxes.
    • Will run in onboard mode if jumper set between defined pins.
  • Store radio information in EEPROM. Update on startup.
    • Create a program to define the EEPROM
  • Operate relay switches when "HAND" switch is on