Search found 56 matches

by cyberlab
Sun Jul 22, 2018 4:30 am
Forum: ESP8266 boards
Topic: Repl not Responding
Replies: 6
Views: 6402

Re: Repl not Responding

Hello if you are in windows enviroment, replace COM5 for de com port number of your nodemcu: esptool.py --port COM5 erase_flash Again replace COM5 and esp8266.bin for your COM port number and esp8266 binary file of your choice: esptool.py --port COM5 --baud 460800 write_flash --flash_size=detect -fm...
by cyberlab
Sun Jul 22, 2018 3:41 am
Forum: ESP8266 boards
Topic: filecmp in micropython esp8266 port
Replies: 2
Views: 1887

Re: filecmp in micropython esp8266 port

Thank you very much for your time in answering pythoncoder, I will test your code that will most likely work perfectly. :D
by cyberlab
Sat Jul 21, 2018 3:48 am
Forum: ESP8266 boards
Topic: filecmp in micropython esp8266 port
Replies: 2
Views: 1887

filecmp in micropython esp8266 port

hello good day, it seems that the filecmp module in micropython is not implemented, what is the best way to compare 2 files? thanks in advance.
by cyberlab
Wed Jul 04, 2018 12:44 am
Forum: ESP8266 boards
Topic: AttributeError: 'module' object has no attribute 'presentation'
Replies: 6
Views: 5718

Re: AttributeError: 'module' object has no attribute 'presentation'

hello to all, problem solved, you were right kevink525, in the module esp32 wifi kit the oled screen comes connected internally to the GPIO15 and GPIO4 pins, I did not make any change in this regard when passing it to esp8266 and I find out that in this module the GPIO15 should be in low state at ea...
by cyberlab
Tue Jul 03, 2018 3:30 am
Forum: ESP8266 boards
Topic: AttributeError: 'module' object has no attribute 'presentation'
Replies: 6
Views: 5718

Re: AttributeError: 'module' object has no attribute 'presentation'

thank you for answering, I did what you suggested but the problem was not corrected, I do different tests to solve this and I found that it has something to do with the screen oled, if the vcc of the screen is connected I can not connect the nodemcu with upyloader, I have to disconnect the vcc from ...
by cyberlab
Mon Jul 02, 2018 1:14 am
Forum: ESP8266 boards
Topic: AttributeError: 'module' object has no attribute 'presentation'
Replies: 6
Views: 5718

AttributeError: 'module' object has no attribute 'presentation'

hello everyone, I have a project working 100% in an esp32 wifi kit module and install it in an esp8266 module and it works but the next day I apply voltage does not run the program because it does not find the definitions inside the modules, I have to create a new module identical to the one that do...
by cyberlab
Thu May 10, 2018 4:21 am
Forum: ESP8266 boards
Topic: frezze modules and building micropython...
Replies: 3
Views: 2617

Re: frezze modules and building micropython...

thank you very much for answering kevinkk525 & bitninja, I could do it with the information of the link that you shared, thanks again.
by cyberlab
Wed May 09, 2018 2:06 am
Forum: ESP8266 boards
Topic: frezze modules and building micropython...
Replies: 3
Views: 2617

frezze modules and building micropython...

Hello everyone, I need to freeze some modules for the port esp8266 and read a lot of information about it as well as to build the code of micropython but I could not do it, someone who has experience in this regard and can guide me, my pc has win7 sp1 of 64bits I already have installed virtual box, ...
by cyberlab
Sat Apr 28, 2018 9:15 pm
Forum: ESP8266 boards
Topic: ~ operator binary complement
Replies: 18
Views: 13445

Re: ~ operator binary complement

OutoftheBOTS_ great works perfectly, many thanks to all. :D :D :D