MicroPython on ESP8266 Kickstarter

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
User avatar
marfis
Posts: 215
Joined: Fri Oct 31, 2014 10:29 am
Location: Zurich / Switzerland

Re: MicroPython on ESP8266 Kickstarter

Post by marfis » Sat Apr 23, 2016 6:56 pm

ok so I guess I was so excited about V4 that I wanted to connect to my Huzzah Board using http://192.168.4.1:8266 instead of the provided webpage (which uses ws://....) .. REPL is now working - sorry about that.

However, it seems strange to me that http requests to the above adress actually crashes the board (see traceback of my last post). Probably should be fixed in the future but not a major fault IMO.

User avatar
platforma
Posts: 258
Joined: Thu May 28, 2015 5:08 pm
Location: Japan

Re: MicroPython on ESP8266 Kickstarter

Post by platforma » Sun Apr 24, 2016 4:00 pm

This is a good point. Might be worth opening a github issue in micropython/webrepl github unless Paul already picked up on it.

Post Reply