Search found 3 matches

by timmer
Wed Jun 09, 2021 11:13 am
Forum: ESP8266 boards
Topic: importing blynklib_mp.py issue
Replies: 1
Views: 2165

Re: importing blynklib_mp.py issue

Hi, I have a similar issue with the NodeMCU V3 (4MB). The system does not recognize the ' blynklib_mp ' library, despite I placed it in a /lib folder on the NodeMCU. I got earlier a the same memory error as you, but using and placing ' blynklib ' in a /lib folder on the device solved that problem. I...
by timmer
Wed Feb 17, 2021 5:31 pm
Forum: ESP8266 boards
Topic: Timed input routine not working
Replies: 2
Views: 2052

Re: Timed input routine not working

Thank you Peter.
I will study further, I learned programming 35 years ago, and picked this up again as Covid gives me so much time. It is fun to do that in Micro Python on a NodeMCU. A lot to catch up indeed.
by timmer
Mon Feb 15, 2021 2:56 pm
Forum: ESP8266 boards
Topic: Timed input routine not working
Replies: 2
Views: 2052

Timed input routine not working

Hi, I took some code from the internet, as I want an input routine that waits for 5 seconds before continuing. So, routine asks for input, if no input within 5 seconds, program shall continue. If there is input, the entered string shall be the output. After entering any 1st character the timer shall...