Is there some test I can run? I tried the ones on this page but didn't get any results. I tried using the serial monitor in Arduino 0021 but didn't get any response. Can I just put Serial3.print() and press send? I'm using carriage return in the popup and 115200.
http://code.google.com/p/arducopter/wiki/Quad_TelemetryPage
You need to be a member of diydrones to add comments!
Replies
I have two Xbee Pro Series 2 2.4
Which function set i have to set ? [ ZNET 2.5 ROUTER/END DEVICE AT ? 1247 ]
One connect IMU with diydrones adapter and one connected the computer with sparkfun USB explorer.
I encounter the similar situations as you on the RC1 code. The ground Xbee (sparkfun adapter) will have TX led blinking and the Airborne Xbee (diydrone adapter) will have the RSSI (red)led lit up. The configurator cannot connect to the APM.
Later, discovered that using the USB connect to the APM+oilpan to configurator also failed. Then comment the IsXBEE and reload the code RC1, then able to connect to configurator using USB.
Anyone encounter failling to connect to configurator using USB when uncomment the IsXBEE in RC 1 code?
Are there any plans from the ardupirates to implement a carefree mode using the magnetometer so you don't have to worry about which is the front of the craft? I find it very easy to get disoriented and will add some colors to the arms to help but a carefree mode would be much better!
The flight is very stable if there is no wind. With light wind it is a fight to keep it where you want it but I'm sure that is normal. What is the max mph wind it can normally be flown in without a lot of difficulty?
I'm getting 16 minutes on Turnigy 5.0 20-30C batteries. I got the kit with the larger motors.
Arm 28cm
Motor AC2836-358, 880Kv
Propeller set, 12x45 EPP Style, Black
After flying those toy mini helis with 2 props, it is tricky to get use to the yaw on the left stick with the throttle. I will need to practice with a simulator.
////////////////////
// Serial ports & speeds
// Serial data, do we have FTDI cable or Xbee on Telemetry port as our primary command link
// If we are using normal FTDI/USB port as our telemetry/configuration, keep next line disabled
#define SerXbee
// Telemetry port speed, default is 115200
//#define SerBau 19200
//#define SerBau 38400
//#define SerBau 57600
#define SerBau 115200
BTW, I'm using these boards.
http://store.diydrones.com/product_p/br-0015-01.htm
"The Xbee modules ship with a default of 9600bps, which you must change to match the APM's serial speed of 115200bps; set your Xbee modules tomatch this speed."
have you done this?
what is the response on the 'S' command?