hi
i configure Xbee wifi module from Xctu software
as
ATAH 2
ATCE 2
ATID SSID NAME
ATEE 2
ATIP 1
ATMA 0
ATNS 192.168.0.1
ATDL (DESTINATION IP ADDRESS)
ATC0 C03A
ATDE 50
ATGW 192.168.0.1
ATMK 255.255.255.0
ATMY 192.168.0.125
After all these setting i send time request
GET http://Destination address/app/service/time
HTTP/1.1
response on Xctu terminal:
400 Bad Request
Server: Apache-Coyote/1.1
Transfer-Encoding: chunked
Date: Wed, 16 Sep 2015 11:56:05 GMT
Connection: close
0
i try lots of option but still searching for solution
please help me solve this problem
mvut
September 17, 2015, 9:52am
2
What version of firmware are you working with? Only the latest versions support this option.
thanks for reply
I am using Xbee wifi with 2026 firmware version
which is the latest version?
mvut
September 18, 2015, 4:02pm
4
That is the latest version. So your HTTP gets and sets should work. Have you checked to see if you are sending and listening on the proper port numbers? The ports on the XBee are in Hex so you do need to convert them to ASCII for most devices.
pcbbc
September 19, 2015, 3:51am
5
Have you tried:
GET /pub/WWW/TheProject.html HTTP/1.1
Host: www.w3.org
hi
Its work…Xbee module needs destination IP of server and there is specific format of GET and POST command.