Search found 2 matches

by arthoo
Thu May 05, 2016 8:33 pm
Forum: ESP8266 boards
Topic: General availability release v1.8
Replies: 16
Views: 16015

Re: General availability release v1.8

If I try the example from https://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/neopixel.html and type in the fresh webrepl after power on: import machine, neopixel np = neopixel.NeoPixel(machine.Pin(4), 8) I get : Traceback (most recent call last): File "<stdin>", line 1, in <module> File...
by arthoo
Wed Mar 23, 2016 8:17 pm
Forum: ESP8266 boards
Topic: New *early access* mp-esp8266-firmware-vXY.bin on ESP8266
Replies: 49
Views: 59095

Re: New mp-esp8266-firmware-vXY.bin on ESP8266

Quote "MicroPython itself doesn't store them [ESSD and Password], but that's exactly what the underlying vendor SDK does. The most bullet-proof way to deal with this is to completely erase flash (and reprogram uPy if needed) before handing out your device (esptool.py erase_flash)." If I take my esp8...