MicroTrac Controller v17.10: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
*xbee Long Range [http://www.mouser.com/ProductDetail/Digi-International/XBP9B-DPST-001/ mouser]
*xbee Long Range [http://www.mouser.com/ProductDetail/Digi-International/XBP9B-DPST-001/ mouser]
**Arduino wireless shield [http://www.mouser.com/ProductDetail/Arduino/A000065/ mouser] [https://store.arduino.cc/usa/arduino-wirelss-sd-shield arduino store]
**Arduino wireless shield [http://www.mouser.com/ProductDetail/Arduino/A000065/ mouser] [https://store.arduino.cc/usa/arduino-wirelss-sd-shield arduino store]
**xbee programming board [https://www.sparkfun.com/products/11697 sparkfun]
*8 Channel [[Relay Module]]
*8 Channel [[Relay Module]]
*(4) 6P DPST toggle switch [https://www.grainger.com/product/HONEYWELL-Toggle-Switch-24D451 grainger]
*(4) 6P DPST toggle switch [https://www.grainger.com/product/HONEYWELL-Toggle-Switch-24D451 grainger]
Line 59: Line 60:


#download [https://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu#productsupport-utilities digi xctu] software.
#download [https://www.digi.com/products/xbee-rf-solutions/xctu-software/xctu#productsupport-utilities digi xctu] software.
#connect via usb
#connect via usb [https://www.sparkfun.com/products/11697 sparkfun board]
#define a network number
#define a network number
#define destination radio serial number - printed on each xbee board
#define destination radio serial number - printed on each xbee board

Revision as of 01:56, 1 November 2017

Used to control the hydraulic system of MicroTrac.

See the arduino code that runs inside this controller box.

Goals

  • Remotely control solenoid valves
  • Transmit signals from remotely located control box to onboard control box
  • Broadcast GPS location and compass heading from MicroTrac
  • Determine suitability of different wireless standards and hardware
    • Wifi Shield
    • xbee long range

Tentative BOM

Wiring Diagram

Controller Box

gdrive


Wiring Harnesses

gdrive

Onboard Box

gdrive


Wire Harnesses

gdrive

xbee setup

  1. download digi xctu software.
  2. connect via usb sparkfun board
  3. define a network number
  4. define destination radio serial number - printed on each xbee board
  5. lower broadcast strength
  6. tweak other settings
  7. repeat for second radio

Future Work

Links