Search found 3 matches

by tony_c
Sun Jun 24, 2018 2:10 am
Forum: ESP8266 boards
Topic: Recovering from failure
Replies: 2
Views: 2201

Recovering from failure

My 8266 seems to hang after couple days. I couldn't replicate issue unless I put it in use (i.e. I cannot hook a computer to serial). I am wondering if there is any way to get a crash log? It doesn't seem that the problem was due to wifi as it seems to reconnect if I restart my router. Is it possibl...
by tony_c
Tue Nov 21, 2017 4:51 pm
Forum: ESP8266 boards
Topic: Webrepl through home wifi no working
Replies: 2
Views: 3531

Re: Webrepl through home wifi no working

Thanks Peter.

It must be a mistake on my part somewhere. WebREPL is working now.

I did the same process many times before and it doesn't work. I tested today (hopefully exactly the same) and it's working. The only different is I use the different board as I broke the other one on the weekend. :?
by tony_c
Sat Nov 18, 2017 3:56 pm
Forum: ESP8266 boards
Topic: Webrepl through home wifi no working
Replies: 2
Views: 3531

Webrepl through home wifi no working

Hello, I just get started with micropython. I am able to get to REPL from UART and from AP, however, I couldn't get it to work through my home wifi. Here is what I did: 1) flash device with latest firmware esp8266-20171101-v1.9.3.bin >>> import webrepl_setup ... >>> import network >>> sta = network....