Search found 21 matches

by c.man
Fri Jul 28, 2017 10:24 am
Forum: ESP8266 boards
Topic: Determine flash size on your module
Replies: 14
Views: 44538

Re: Determine flash size on your module

ok. But Is it possible to use the free space to save information ? (ex. temperature acquisition, time, etc)
by c.man
Wed Jul 26, 2017 6:15 pm
Forum: Programs, Libraries and Tools
Topic: ESPlorer editor: work ?
Replies: 1
Views: 2534

[Solved] Re: ESPlorer editor: work ?

ok. Solved.
I had to disable it "AutoDetect firmare" in "NodeMCU & MicroPython" - > "Settings".
So, now work !
by c.man
Wed Jul 26, 2017 5:55 pm
Forum: Programs, Libraries and Tools
Topic: ESPlorer editor: work ?
Replies: 1
Views: 2534

ESPlorer editor: work ?

Hi,
I'm trying ESPlorer's editor for MicroPython and NodeMCU.
But not working...

Code: Select all

INFORMAZIONI: Open port /dev/ttyUSB0 - Success.
lug 26, 2017 7:54:39 PM ESPlorer.ESPlorer log
INFORMAZIONI: ERROR: Communication with MCU not yet established.
why ?
by c.man
Tue Jul 25, 2017 6:57 pm
Forum: ESP8266 boards
Topic: Determine flash size on your module
Replies: 14
Views: 44538

Re: Determine flash size on your module

I bought a "WeMos D1 USB NodeMcu Lua V3 CH340G".
I confirm that this has 4 MB (=32 Mbit) flash size memory.
Is there a NodeMCU with 16 MB flash size memory ?
Did you buy someone?
by c.man
Sat Jul 08, 2017 2:27 pm
Forum: ESP8266 boards
Topic: internal editor in Micropython
Replies: 4
Views: 6739

Re: internal editor in Micropython

Do you know Micropython-Editor ?
see link: https://github.com/robert-hh/Micropython-Editor
by c.man
Fri Jul 07, 2017 5:41 pm
Forum: ESP8266 boards
Topic: internal editor in Micropython
Replies: 4
Views: 6739

internal editor in Micropython

Hi,
a question: exist an internal editor for micropython ?
How I can to modify boot.py and main.py ?
by c.man
Fri Jul 07, 2017 5:39 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73032

Re: uPyLoader - simple file transfer and communication

wonderful !!!
work !!
I installed

sudo pip install simplejson

and I modified first line in src/setting.py:

from simplejson import JSONDecodeError

and now work !. Thanks !
by c.man
Fri Jul 07, 2017 4:51 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73032

Re: uPyLoader - simple file transfer and communication

Hi, thank you for reply. I work in Ubuntu 14.04 (not windows system). I tried so: a) In python Repl: from json import JSONDecodeError Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name 'JSONDecodeError' b) import json and is all ok. c) I tried also...
by c.man
Fri Jul 07, 2017 1:10 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73032

Re: uPyLoader - simple file transfer and communication

hi, i launch the script by: python3 main.py but I have this message error: Traceback (most recent call last): File "main.py", line 12, in <module> from src.code_edit_dialog import CodeEditDialog File "/home/carmine/Scaricati/uPyLoader-master/src/code_edit_dialog.py", line 11, in <module> from src.se...
by c.man
Fri Jul 07, 2017 12:54 pm
Forum: ESP8266 boards
Topic: time from tuple
Replies: 2
Views: 2346

Re: time from tuple

ok. thanks.