Search found 7 matches

by jmleczko
Thu Feb 22, 2018 4:20 am
Forum: ESP8266 boards
Topic: Telnet via a python script?
Replies: 4
Views: 7241

Re: Telnet via a python script?

Dave! Yes! Thanks you! :)

Man I love how it's the little things that light me up :)
by jmleczko
Thu Feb 22, 2018 1:01 am
Forum: ESP8266 boards
Topic: Telnet via a python script?
Replies: 4
Views: 7241

Re: Telnet via a python script?

Thanks! That seems to do the trick. Now I'm running into the issue of carriage return. I've got the module connected to a terminal session, so I can see that the tn.write(b"import os") command gets typed out. But not executed. I tried running tn.write(b"import os\n") and nothing. Not until I walk ov...
by jmleczko
Wed Feb 21, 2018 7:21 pm
Forum: ESP8266 boards
Topic: Telnet via a python script?
Replies: 4
Views: 7241

Telnet via a python script?

Hello All! I've figured out how to telnet to my esp8266 nodemcu module and control the micropython repl cli. However, when I try to incorporate that into a regular python script, I can connect, but executing commands throws an error. Here's what I'm seeing: ##########################################...
by jmleczko
Wed Feb 21, 2018 7:09 pm
Forum: ESP8266 boards
Topic: webrepl_setp throws OSError: [Errno 2] ENOENT
Replies: 6
Views: 5534

Re: webrepl_setp throws OSError: [Errno 2] ENOENT

Yup. That was it, not enough storage. Thanks!
by jmleczko
Wed Feb 21, 2018 7:08 pm
Forum: ESP8266 boards
Topic: Blynk app and MicroPython?
Replies: 2
Views: 2559

Re: Blynk app and MicroPython?

Thanks! Thant's the info I needed!
by jmleczko
Sat Feb 10, 2018 6:57 pm
Forum: ESP8266 boards
Topic: webrepl_setp throws OSError: [Errno 2] ENOENT
Replies: 6
Views: 5534

webrepl_setp throws OSError: [Errno 2] ENOENT

Hello! I'm using an esp8266 (esp-01) module and I go it flashed with MicroPython. However, when setting up the network, I try running the command "import webrepl_setup" and I get the following error Traceback (most recent call last): File "<stdin>", line 1, in <module> File "webrepl_setup.py", line ...
by jmleczko
Fri Feb 09, 2018 6:06 pm
Forum: ESP8266 boards
Topic: Blynk app and MicroPython?
Replies: 2
Views: 2559

Blynk app and MicroPython?

I’m using a nodemcu12 (not 12e) and I flashed it with micropython. I’m able to hop on webrepl and start using micropython. However, once I upload a blynk sketch via the Arduino IDE to the nodemcu, I am no longer able to reach it via webrepl. Versions ---------- MicroPython - I’m using the latest ver...