Search found 89 matches

by ernitron
Fri Nov 11, 2016 6:45 pm
Forum: ESP8266 boards
Topic: ESPLORER unable to run a proper main.py file ...
Replies: 21
Views: 22280

Re: ESPLORER unable to run a proper main.py file ...

I think Esplorer is faaaar from updated to support to micropython. dofile() is a LUA NodeMCU function which is not suited for micropython. In other words forget it... ;) If you browse the forum, you'll discover much more effective ways to develop with micropython and target devices like ESP8266. You...
by ernitron
Fri Nov 11, 2016 6:41 pm
Forum: ESP8266 boards
Topic: Webserver looses character
Replies: 4
Views: 3923

Re: Webserver looses character

Roberthh wrote:Try socket.sendall(buffer)
That's what I use. I favor that. Should not loose a single byte...
by ernitron
Fri Nov 11, 2016 6:06 pm
Forum: ESP8266 boards
Topic: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)
Replies: 76
Views: 60776

Re: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)

Read the whole thread (twice). Read the two pull requests mentioned (https://github.com/micropython/micropython/pull/2510 and https://github.com/micropython/micropython/pull/2564). I am a little confused so forgive me if I missed something. 1. I have almost the same problem of @kfricke with my appli...
by ernitron
Wed Nov 09, 2016 5:14 pm
Forum: ESP8266 boards
Topic: Can't flash 1.8.5 (or 1.8.4) on NodeMCU
Replies: 10
Views: 8508

Re: Can't flash 1.8.5 (or 1.8.4) on NodeMCU

Looks to me a bad flash or a bad image: in that case the unit continue rebooting flashing the LED. It happened to me something similar NodeMCU was working fine and Micropython was flashing. Connecting with picocom presented garbled characters on screen continuously. As @kfricke noted, my problem was...
by ernitron
Wed Nov 02, 2016 9:33 pm
Forum: ESP8266 boards
Topic: Development Cycle for the Wemos D1 Mini from Windows
Replies: 10
Views: 12497

Re: Development Cycle for the Wemos D1 Mini from Windows

Window with maybe cygwin or even with the ubuntu shell will do the same I guess. Not to mention with Mac. Many platforms, same way to develop.. that's my motto. Enjoy!
by ernitron
Wed Nov 02, 2016 9:05 pm
Forum: ESP8266 boards
Topic: Downloading 1GB of data with MicroPython ESP8266 port
Replies: 26
Views: 27236

Re: Downloading 1GB of data with MicroPython ESP8266 port

Thank you very much for sharing your thoughts and benchmark. When I was approaching micropython my first issue was the reliability (maybe you remember). You asked to me what I meant by that and pointed out the different levels of stability as you further clarify here. I have to say that version 1.8....
by ernitron
Wed Nov 02, 2016 6:37 pm
Forum: ESP8266 boards
Topic: Development Cycle for the Wemos D1 Mini from Windows
Replies: 10
Views: 12497

Re: Development Cycle for the Wemos D1 Mini from Windows

Hi bitninja and thanks for sharing. I will give it a try. However, for me a combination of makefile and esptool and ampy are the fastest devop cycle. Actually mine looks a lot like: 1. make flash 2. edit with editor or ide. I stick to vi/vim and sometimes use geany 3. make install relying on a sampl...
by ernitron
Mon Oct 31, 2016 10:10 am
Forum: ESP8266 boards
Topic: DS18B20 error
Replies: 11
Views: 13963

Re: DS18B20 error

OK I did a pull request, but also asked Damien to fix this directly into the code that I presume he is managing directly.

For 0x10 I don-t assume any risk as I have no sensor of 0x10 class to test :)
by ernitron
Sun Oct 30, 2016 7:53 pm
Forum: ESP8266 boards
Topic: Setting station hostname
Replies: 7
Views: 38691

Re: Setting station hostname

Yes. Definitely in favor!
by ernitron
Sun Oct 30, 2016 7:43 pm
Forum: ESP8266 boards
Topic: Wemos D1 mini stuck in bootloop after flashing 1.8.4, 1.8.5, 1.8.5-latest
Replies: 6
Views: 7630

Re: Wemos D1 mini stuck in bootloop after flashing 1.8.4, 1.8.5, 1.8.5-latest

Hi bitninja, that drove me nuts too :-|

Anyway as far as I remember the make deploy defaults to -fs="detect" which actually is not supported for Wemos D1 mini so I tried 4m at first. It took me one full afternoon to get that 4m was referring to bits and not bytes :oops: