NO +IPD response

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
Mrunal1997
 
Posts: 1
Joined: Tue Apr 06, 2021 7:38 am

NO +IPD response

Post by Mrunal1997 »

Hello Everyone ,
I am using a ESP8266 01 wifi module to send and receive data from adafruit io . I am trying to get values in my feeds . I am trying to send and receive data directly from arduino Serial. But I am not receiving any +IPD responses .
The AT commands i am sending are as follows :
AT+CIPSTART="TCP","io.adafruit.com",80
AT+CIPSEND=113
GET /api/v2/myusername/feeds/area-name HTTP/1.1
Host: io.adafruit.com
x-aio-key: my-aio-key

but the response i getting is just this
OK
>
busy s...

Recv 113 bytes

SEND OK
CLOSED


Can anyone help with this ,
Thankyou!

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”