ESP8266 broken?

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Rhiza
Posts: 1
Joined: Sat Oct 08, 2016 7:10 am

ESP8266 broken?

Post by Rhiza » Sat Oct 08, 2016 7:30 am

Hi guys, new member here. I just got my ESP8266 Huzzah board in the mail the other day and I instantly tried to install micropython.
I use the tutorial by the Micropyton team, and also tried Adafruits tutorial. Everything runs smoothly and without errors until I actually try to connect to the board over usb.
I've tried using screen on linux and putty on windows and I don't see a REPL only gibberish.
Is it possible that my board is fried? I tried deleting the flash and reinstalling without success. Using ubuntu or windows makes no difference.

screenshot:

https://dl.dropboxusercontent.com/u/557 ... python.png

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: ESP8266 broken?

Post by deshipu » Sat Oct 08, 2016 11:55 am

Hard to say without knowing what you are doing exactly.

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: ESP8266 broken?

Post by Roberthh » Sat Oct 08, 2016 12:12 pm

Is the baud rate set to 115200?

User avatar
deshipu
Posts: 1388
Joined: Thu May 28, 2015 5:54 pm

Re: ESP8266 broken?

Post by deshipu » Sat Oct 08, 2016 12:14 pm

Did you connect GPIO0 to GND (you don't need to do that on the Feather Huzzah) and forgot to disconnect it?

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: ESP8266 broken?

Post by pythoncoder » Sat Oct 08, 2016 5:23 pm

Another possibility is that you may have power problems: the ESP uses a significant amount of current. Use a short USB lead and if possible check the voltage on the board. USB outlets should be capable of supplying 500mA at 5V, but it's not unknown for them to be out of spec.
Peter Hinch
Index to my micropython libraries.

torwag
Posts: 220
Joined: Fri Dec 13, 2013 9:25 am

Re: ESP8266 broken?

Post by torwag » Mon Oct 10, 2016 7:52 am

I bet with Robert, this looks pretty much like the wrong baud settings.
BTW. I started to use picocom which works very well. Esp. it does not interrupt when the connection is lost. Which makes it very usefull during boot-up and reboot cycles.

Post Reply