-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NO TCP Connection / at command execution failed CIPSTART #9
Comments
@kamane you solved the problem? |
Hi, Thanks in advance |
@dapadilla5986 yes make sure your power supply is correct . |
@sadamyne if your board have an ip assigned then try this AT+HTTPGET="http://xx.xx.xx.xx" |
Thanks it helped me solve it, i had two problems, one was the baud rate of the A9G serial wasn't set to 9600, the other was that the delay between turning on the A9G and trying to connect to the ISP was too small. I manage to get a message to the mqtt broker im using (dioty.com). I searched and i couldn't find a manual or list of AT-commands for the A9G, do you have one of those? |
After confirming connection with APN , by using AT+CGPADDR=1 i receive my IP adress .
and also ping a server works with this command AT+PING="10.234.79.235",120,200,1
Then this command alway failed AT+CIPSTART="TCP","10.234.79.235","80"
how can i fix this issue ?
this also is not working MQTT :
AT+MQTTCONN="mqtt.thingspeak.com",1883,"DHT11",120,1,"ESP12SA9G","BQ64USNQPF4GEPSJ"
here is my firmware version .
A9/A9G
V02.02.20190915R
Ai_Thinker_Co._Ltd.
READY
+CTZV:20/06/16,11:32:31,+02
The text was updated successfully, but these errors were encountered: