ESP8266: CIFSR failed #781
Unanswered
espruino-discuss2
asked this question in
Interfacing
Replies: 2 comments
-
Posted at 2015-08-10 by @gfwilliams Ahh, ok. I think your issue is you're not using the right module for the ESP8266 firmware - unfortuntely the two are different enough that a different module is needed. Try:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2015-08-10 by chrigu Thanks @gordon! That did the trick and now it works like a charm :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-08-09 by chrigu
I've just updated my ESP8266 to 0.25.0.0(Jun 12 2015 20:26:28) (returned by AT+GMR) so I guess I'm on the current version.
I connected the ESP8266 to my Pico's Serial1 port and use a 10uF Cap between the 3.3V and GND on the ESP. When I ran the test script I got a CIPSTART fail, but after reading http://forum.espruino.com/conversations/265995/ I added a timeout before making the call.
I get the following output:
I can ping the module on IP provided by CIFSR:STAIP but I don't get a response from the GET call.
So I wonder what the error exactly means and how I can fix it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions