So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By F. Scognamiglio
#84973 Hi! I'm a beginner in programming Micropython codes and I'm posting this issue as I'm experiencing problems in managing some esp8266 boards. I have got four different esp8266/8285 boards and using Upycraft for installing the files. After the firmaware flashing procedure executed successfully and charging the appropriate micropython .bin files I have successfully tested the Esp obtaining the elementary "HELLO World! Web server connection. But...if I try to newly install by Upycraft a second time the same files I have always the same message:
-exec(open('boot.py').read(), globals()
and the program never ends.
I have tryed to erase newly the chip ; successfully the chip is erased and a new firmaware resultes correctly flashed as per the above procedure, but...when I try to send and run a boot.py or main.py file to the esp, Upycraft gives the same message (exec(open('boot.py').read(), globals()). The same problem appears if I try to program using Explorer or Thonny softwares and with all my four esp8266.
Has anyone experienced the same troubles?
Does someone know how to cope the issue?
Many thanks for your support.
Francesco