Good afternoon,
I'm experiences issues with the wireless telemetry aspect of my ArduPilot system. Here's my equipment:
On Plane side: ArduPilot_2_6 w/ NO airspeed adapter
EM406 GPS @ 57600
Adafruit Xbee Adapter
Xbee PRO 900 w/ wire antenna
Ground #1: ArduPilotGCS setup on COM8 and 57600
Arduino Duemillinove in RESET with Xbee Shield
Xbee PRO 900 w/ Duck antenna
or
Ground #2: ArduStationV12
Xbee PRO 900 w/ Duck antenna
I have setup both Xbee's on 57600 baud and the same ID and I am able to communicate wirelessly between 2 laptops via X-CTU's Terminal. I also can successfully read incoming data through the terminal from my ArduPilot, The data that comes in is the same as what i see in the ArduPilotGCS debug tab. (shown below)
Here's what happens:
I start up ArduPilotGCS on the computer and set COM8, which is my Arduino board with the Xbee 900, and baud is 57600. Next I turn on the ArduPilot and wait about 5 seconds before the GPS gets a lock and the blue light stays solid. On ArduPilotGCS the Comm status goes green but none of the meters nor the map changes. I go to the debug tab and i see this data coming in:
lat/lng * 10^7:391823996, -771677629, alt: 135m, gs: 2.5399999618m/s
lat/lng * 10^7:391824921, -771678016, alt: 137m, gs: 2.8599998474m/s
lat/lng * 10^7:391824962, -771677887, alt: 141m, gs: 2.4900000095m/s
This data on the debug tab and the Comm status light is the only indicator on ArduPilotGCS that my ArduPilot is working. I assume the ArduPilot is working as it is achieving a GPS lock and I can understand the raw data above, The coordinates match my location, however it seems as if ArduPilotGCS cannot understand it's syntax.
I have tried the same with my ArduStation. The RSS LED on the Station lights blue when the ArduPilot is turned on, indicating that the Xbee's are communicating at some level, however all Data on the screen remains 0's. I am running ArduStationV12.
I have not added any servos or sensors to my ArduPilot yet as i want to at least get wireless telemetry running before i purchase a hundred dollars worth of sensors. I tried using the RED adapter board with airspeed sensor but i ran into problems that became fixed after it was removed. I have ordered the new BLUE one, as well as a uBlox GPS and adapter. I plan on upgrading once they are delivered.
I appreciate the help!
- Austin Duff