The DIY Drones telemetry kit, which proved more popular than we were ready for and quickly went out of stock when we released it back in April, is now back in stock. It now offered at a lower price ($150, a savings of $15 from the previous price) and includes a cable to connect the airborne Xbee module to the APM board.
This kit works great with both APM and Arducopter. Both modules are pre-configured and ready to go, right out of the box. Orders placed now will ship on Monday.
Comments
Thomas:
The people having problems over on SOR were not using the high power Xbees, and they solved their problem by adding their own level shifting to the DOUT line of the Xbee carrier board.
It's kinda of aggravating that these boards claim to be 5V logic compatible when they don't actually shift up and you're left hoping the Xbee exceeds spec. We're still hunting for an Xbee carrier board that is truly doing level shifting.
Last time that I checked, the voltage regulator on the Sparkfun USB Xbee adapter board could not handle the current required by a Xbee Pro. There have been complaints by users of drop-outs when using a Pro on this board.
Just a thought.
Regards,
TCIII
Does the board properly shift the logic levels, ie does it amplify the DOUT line of the Xbee to 5 V logic?
Many of us have had issues with Xbee regulated boards (especially the one from Sparkfun) that claim to convert between 3.3V logic and 5V logic when really all they do is drop the 5V to 3.3V one way and do nothing the other. Some people think that's ok, and it seems the majority of setups seem to handle that but it is a bad design because it does not take into account the logic level tolerances of the different devices.
If you dive into the spec sheets you find that the MIN High output voltage for an Xbee is only 0.82*VCC or 2.7 V. The MIN High input voltage for a 5V AVR is 0.6VCC or exactly 3.00V. The 2.7 acceptable limit is not greater then 3.0, so not every Xbee will be able to talk to 5V AVRs with out proper level shifting.
It seems this leaves things up to lottery. The people who get Xbees that exceed tolerance levels are ok, the ones who fall in the .3V margin have issues.
I glanced at the eagle files for the 'XtreamBee Board', I didn't see up-converting logic shifting. Is that correct?