Search found 7 matches

by electronicsguy
Tue Jan 31, 2017 1:47 pm
Forum: ESP8266 boards
Topic: Docker image
Replies: 8
Views: 8479

Re: Docker image

Great effort. Could you explain why I should use Docker though, instead of just installing the tool-chain once say on my linux machine?
by electronicsguy
Wed Apr 20, 2016 11:15 pm
Forum: ESP8266 boards
Topic: "NameError: name not defined" with micropython on esp-01
Replies: 2
Views: 5719

Re: "NameError: name not defined" with micropython on esp-01

That firmware is from last year and doesn't include any of the huge work that has been done since, especially the kickstarter stuff. I would strongly suggest to visit the ESP8266 section of this forum and see how to compile your own firmware, and use that. Having said that, "help()" is not implemen...
by electronicsguy
Sun Apr 17, 2016 5:58 pm
Forum: ESP8266 boards
Topic: MicroPython on ESP8266 Kickstarter
Replies: 91
Views: 209279

Re: MicroPython on ESP8266 Kickstarter

MicroPython v1.6-128-g5788499 on 2016-03-05; ESP module with ESP8266 Type "help()" for more information. >>> help() Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name not defined >>> First download on a esp8266-01 today. Downloaded on linux and compile without pr...
by electronicsguy
Sun Apr 17, 2016 4:04 pm
Forum: ESP8266 boards
Topic: "NameError: name not defined" with micropython on esp-01
Replies: 2
Views: 5719

"NameError: name not defined" with micropython on esp-01

Hello all, I just started using micropython. I used the pre-compiled firmware from Adafruit (available here: https://learn.adafruit.com/building-and-running-micropython-on-the-esp8266/build-firmware ) and flashed it onto a ESP-01 board using ESP8266Flasher.exe for Windows. This worked fine. I use Co...
by electronicsguy
Sun Apr 17, 2016 4:00 pm
Forum: ESP8266 boards
Topic: Permanent place for the latest pre-compiled esp8266 micropython
Replies: 5
Views: 5525

Re: Permanent place for the latest pre-compiled esp8266 micropython

The terms of the ESP8266 Kickstarter campaign https://www.kickstarter.com/projects/214379695/micropython-on-the-esp8266-beautifully-easy-iot were that precompiled binaries would only be available to certain backers for an initial period. hmm ok. I don't know much about terms like these. But could a...
by electronicsguy
Sat Apr 16, 2016 9:27 pm
Forum: ESP8266 boards
Topic: Permanent place for the latest pre-compiled esp8266 micropython
Replies: 5
Views: 5525

Re: Permanent place for the latest pre-compiled esp8266 micropython

[quote="dhylands"]When it becomes available, I suspect it will show up here:
http://micropython.org/download/[/quote]

Thanks. I see that they have quite a few boards supported there, but no esp8266. Is there no particular interest in the micropython community for esp8266?
by electronicsguy
Sat Apr 16, 2016 9:22 pm
Forum: ESP8266 boards
Topic: Permanent place for the latest pre-compiled esp8266 micropython
Replies: 5
Views: 5525

Permanent place for the latest pre-compiled esp8266 micropython

Hello,
I want to try out micropython on my esp8266 module. I found a pre-compiled firmware from Adafruit, which is from mid-2015. I was wondering if there's a permanent place where someone hosts the latest (stable) pre-compiled micropython firmware for esp8266?

Thanks.