Forum >DF Robots Leonardo with xbee
DF Robots Leonardo with xbee

Hello, I'm using DF Robots Leonardo with xbee socket (not shield) and the RN-XV 171 but all kinds of library type WiFly, WiFlySerial, WiFyHQ don't work. :'(
Anybody know how could i use it?
Thanks!
Anybody know how could i use it?
Thanks!
2013-08-30 18:24:57 Hello Soltopo,
DFRobot Leonardo has the Xbee socket attached to serial1 dfrobot/TX1, in order to communicate with the module, you must use the second serial that this board has.
That aside, those libraries seems to be for a different hardware.
You can find more information on the wiki page:
[url=https://www.dfrobot.com/wiki/index.php/WiFi_Bee_V1.0_(SKU:TEL0067)]https://www.dfrobot.com/wiki/index.php/WiFi_Bee_V1.0_(SKU:TEL0067)[/url]
My suggestion is that you try to configure it first with a Serial to USB adapter. But you could write a code for leonardo that transport the Serial0 to Serial1 and reversal.
Jose
DFRobot Leonardo has the Xbee socket attached to serial1 dfrobot/TX1, in order to communicate with the module, you must use the second serial that this board has.
That aside, those libraries seems to be for a different hardware.
You can find more information on the wiki page:
[url=https://www.dfrobot.com/wiki/index.php/WiFi_Bee_V1.0_(SKU:TEL0067)]https://www.dfrobot.com/wiki/index.php/WiFi_Bee_V1.0_(SKU:TEL0067)[/url]
My suggestion is that you try to configure it first with a Serial to USB adapter. But you could write a code for leonardo that transport the Serial0 to Serial1 and reversal.
