Search found 9 matches

by ad525
Sat Sep 29, 2018 2:59 pm
Forum: ESP8266 boards
Topic: esp8266 won't wake from sleep
Replies: 8
Views: 7959

Re: esp8266 won't wake from sleep

Hello, please post the code to see what can go wrong :D
by ad525
Wed Apr 04, 2018 6:51 pm
Forum: ESP8266 boards
Topic: intermittent failure to wakeup from deepsleep
Replies: 1
Views: 1814

Re: intermittent failure to wakeup from deepsleep

Please post the code and also the schematic, if you can.
by ad525
Tue Mar 27, 2018 2:19 pm
Forum: ESP8266 boards
Topic: NodeMCU and WiFi disconnects
Replies: 10
Views: 12634

Re: NodeMCU and WiFi disconnects

Hi, One of my projects ( a relay for my room light ) is based on micropython. It makes requests using urequest library and based on response it turns on/off the light. The problem was, as you describe above, after a while it was losing the wifi connection. My solution was to make a function which wi...
by ad525
Mon Mar 26, 2018 11:19 am
Forum: ESP8266 boards
Topic: Long running scripts not working
Replies: 5
Views: 3864

Re: Long running scripts not working

Great ! :D
by ad525
Wed Mar 21, 2018 11:37 am
Forum: ESP8266 boards
Topic: urequests - Timeout
Replies: 2
Views: 4972

Re: urequests - Timeout

I made a pull request : https://github.com/micropython/micropython-lib/pull/263. The code was tested by me on an esp8266 board and seems to be ok. Could someone test it on other ports ?
by ad525
Wed Mar 21, 2018 11:35 am
Forum: ESP8266 boards
Topic: Long running scripts not working
Replies: 5
Views: 3864

Re: Long running scripts not working

I've got the same problem with a long running script. To check if the script is running I added a led which was blinking. After a while I was receiving 'dev1143' error and the board was stuck in an infinite loop. This exception only seems to happen in the rare event a client tries to connect right a...
by ad525
Sun Mar 11, 2018 9:10 pm
Forum: ESP8266 boards
Topic: Long running scripts not working
Replies: 5
Views: 3864

Re: Long running scripts not working

Post the code to see what may go wrong.
by ad525
Mon Mar 05, 2018 8:42 pm
Forum: ESP8266 boards
Topic: urequests - Timeout
Replies: 2
Views: 4972

urequests - Timeout

I try to make post requests using urequests lib to an API. When the API is not responding the request is stuck in a "loop" and after a while I receive : ssl_handshake_status: -256 Even if the API is getting alive I could not make any request if I received ssl_handshake error. How could I implement a...
by ad525
Tue Oct 03, 2017 12:13 pm
Forum: ESP8266 boards
Topic: Out of memory due to heap fragmentation?
Replies: 3
Views: 3980

Re: Out of memory due to heap fragmentation?

Hello roygbiv,
do you find the problem ? I have the same problem, I'm using urequest library, gc is enabled and after 10 hours of running the esp8266-01 freeze.

Any idea ?