XBeeInternetGateway / XIG

XBee Internet Gateway for the Digi ConnectPort and Digi XBee
11 stars 12 forks source link

ConnectPort X2 can't get XBee adapters value #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,
I'm trying to set up a network between a web server and a connectPort x2 linked 
to RS232 adapter. 
I follow your connectPort XIG installation doc.
I Use the Arduino and PHP example code.

So I have :
Arduino (serial print ,http request)-> Xbee adapters -> ConnectPort -> WAMP
Then : Wamp (value) -> ConnectPort -> Xbee Adapters -> Arduino -> PWM (LED) 

I think that there is a problem with the communication between ConnectPort and 
Xbee adapter, Because the value is never returns to the Arduino. 

What is the good way to get values returned by Xbee adapters ?
Can you give me any leads?
What documentation should I follow?

Regards, Jordan.

Original issue reported on code.google.com by jordan.c...@gmail.com on 20 Jan 2015 at 11:02

GoogleCodeExporter commented 9 years ago
Can you say more about why you are using the XBee RS232 adapter with Arduino? 
Typically these connections are made directly with the Arduino UART. Are you 
sure the Arduino to adapter connection is working?

Also it would be helpful to know which model of XBee adapter you are using, 
802.15.4? ZigBee? DigiMesh?

Original comment by robfal...@gmail.com on 21 Jan 2015 at 2:29

GoogleCodeExporter commented 9 years ago
Can you say more about why you are using the XBee RS232 adapter with Arduino?
I want to send and receive values via a web user interface. With these values 
the Arduino can manage different devices.  

Are you sure the Arduino to adapter connection is working?
No I'm not, but verified by scope, The connection Arduino (Tx) to Xbee adapter 
(Rx) seems to works fine. But not in the opposite direction.

which model of XBee adapter you are using ?
This is the XBee 232 Adapter ZB Pro.

Original comment by jordan.c...@gmail.com on 21 Jan 2015 at 8:29