ArduinoGeneral

Wireless Arduino Programmer not connecting

userHead motocycledog 2014-05-05 09:45:10 4005 Views5 Replies
My new Xbee wireless programmer does not seem to establish a connection between the Xbee modules. I have used the configuration application and have verified that the baud rates are set the same and the mode pin is off and prog-en is on on both modules but programming fails with a programmer is not responding message.

any suggestions?
2014-05-07 19:09:38 Hi,
Are you using an expansion shield?  or xbee shield?
Did you turn the shield switch to the xbee side?
Would you mind share me your code?
It is better to upload a Blink to UNO first.
userHeadPic Grey.CC
2014-05-07 06:23:57 yes the baudrate is set to 115200. I can see the configuration when I sent a ATENTER message. I am using both switches "on" to configure. TO establish connection between boards mode switch "off" / prog-en switch to "on".
The blue led to show connection blinks on one but never connects to the other xbee.
userHeadPic motocycledog
2014-05-06 18:52:31 The Baudrate of Arduino UNO is 115200.
After you have finished configuration, did you see the picture like this?
[img]
What is about the switch of the "mode" ON/OFF?
userHeadPic Grey.CC
2014-05-06 05:41:40 Hi, thanks for the reply. I am using the Arduino Uno. Usually an error like I am having is caused by the Xbee's not being configured properly but I have checked many times. userHeadPic motocycledog
2014-05-05 19:26:43 Hello,
Which board you are using now?
You could check the compatible device on the [url=https://www.dfrobot.com/wiki/index.php?title=Wireless_Programming_Module_For_Arduino_(SKU:TEL0037)]wiki page[/url]
This module is not compatible with Mega 2560.

If your board is mega2560, I think you could check this: [url=https://www.dfrobot.com/index.php?route=product/product&filter_name=ble&product_id=1073#.U2cFLvlyDFI]BLE-LINK[/url]
It supports MEGA2560.
userHeadPic Grey.CC