Search found 3 matches

by hamish
Tue May 10, 2016 10:54 pm
Forum: ESP8266 boards
Topic: Can anyone tell how to put .py file into the 8266?
Replies: 13
Views: 16042

Re: Can anyone tell how to put .py file into the 8266?

It would be really nice if micropython had something like esp8266basic does where you can edit load and save files from a web browser. That feature alone make esp8266basic really usable once you have the esp built into an enclosure and want to program it remotely. Loading a script into micropython i...
by hamish
Tue Mar 22, 2016 9:21 am
Forum: ESP8266 boards
Topic: New *early access* mp-esp8266-firmware-vXY.bin on ESP8266
Replies: 49
Views: 46817

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

is neopixel on the current git ?
I get

>>> import neopixel
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: module not found



Importing other things seems to work ok.
by hamish
Mon Mar 21, 2016 8:54 pm
Forum: ESP8266 boards
Topic: New *early access* mp-esp8266-firmware-vXY.bin on ESP8266
Replies: 49
Views: 46817

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

I have compiled micropython from git, but when its runs I get this. [code] MicroPython v1.6-242-g2b302da-dirty on 2016-03-20; ESP module with ESP8266 Type "help()" for more information. >>> #5 ets_task(401004e8, 3, 3fff89e4, 16) ets_alt_task: ets_run q for task 3: queue: 3fff89e4, get ptr: 0, put pt...