Search found 7 matches

by mleefers
Thu Aug 22, 2019 1:22 am
Forum: ESP8266 boards
Topic: Adafruit Feather Huzzah esp8266 not running MicroPython
Replies: 9
Views: 5321

Re: Adafruit Feather Huzzah esp8266 not running MicroPython

That did it for me. Thank you!
by mleefers
Wed Aug 21, 2019 2:17 pm
Forum: ESP8266 boards
Topic: Adafruit Feather Huzzah esp8266 not running MicroPython
Replies: 9
Views: 5321

Re: Adafruit Feather Huzzah esp8266 not running MicroPython

I have not messed with the flow control at all. currently it is set to XON/XOFF. Are you saying maybe I should try no flow control? I'm not sure what RTS/CTS or DSR/DTR actually are.
by mleefers
Wed Aug 21, 2019 1:30 pm
Forum: ESP8266 boards
Topic: Adafruit Feather Huzzah esp8266 not running MicroPython
Replies: 9
Views: 5321

Re: Adafruit Feather Huzzah esp8266 not running MicroPython

I guess I didn't try ctl-c. I'll have to try that later (I'm at work now haha). I did erase the flash and re-flashed multiple times.
by mleefers
Wed Aug 21, 2019 12:48 pm
Forum: ESP8266 boards
Topic: Adafruit Feather Huzzah esp8266 not running MicroPython
Replies: 9
Views: 5321

Re: Adafruit Feather Huzzah esp8266 not running MicroPython

Yeah, I've tried both versions and tried enter a few times in the console. Nothing seems to respond in the PuTTY console.
by mleefers
Tue Aug 20, 2019 10:48 pm
Forum: ESP8266 boards
Topic: Adafruit Feather Huzzah esp8266 not running MicroPython
Replies: 9
Views: 5321

Adafruit Feather Huzzah esp8266 not running MicroPython

I am trying to put the MicroPython firmware on my new feather Huzzah and I can flash the firmware fine and it seems to be successful but when I go to start the REPL in PuTTY I am getting a weird flashing line. I have attached some screenshots from flashing, PuTTY configs. and PuTTY console. I was ab...
by mleefers
Fri Jun 28, 2019 5:41 pm
Forum: ESP32 boards
Topic: Standard library inclusions
Replies: 2
Views: 1837

Re: Standard library inclusions

Thank you! That really clears things up for me. It seemed to be the only part of the documentation that wasn't really explicit.
by mleefers
Fri Jun 28, 2019 4:17 pm
Forum: ESP32 boards
Topic: Standard library inclusions
Replies: 2
Views: 1837

Standard library inclusions

I am brand new to MicroPython and I have an ESP32 board on the way. I am trying to understand what are the standard libraries that are included? Will I have to install the upip installer on my board after I install the firmware and then install all the libraries I want? I have read a lot of the docu...