Comments on: Getting Started with MicroPython on ESP32 and ESP8266 https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 02 May 2022 19:46:11 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: perlchamp https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-743707 Mon, 02 May 2022 19:46:11 +0000 https://randomnerdtutorials.com/?p=74509#comment-743707 comment from may, 2019 :

>
How to avoid some trouble shooting
– After a first execution (essential) go to your user account \ AppData \ Local \ uPyCraft. In the config.json file replace git.oschina.net by github.com. You will no longer have an alert for a trojan.
– There is a bug concerning SourceCodePro font whose name is incomplete which explains this systematic installation request. It should be SourceCodePro-black.ttf for example and not SourceCodePro.ttf (W10). To be done in a new version.
– I had for several days this error consisting of rebuilding a burnfirmware before connecting to an ESP. This anomaly has disappeared without explanation !!
I am working on the source code to go from Qt4 / PyQt4 to Qt5 / PyQt5
Thank you Sara for your excellent site
Didier
<<<

the same problems i have. now we have 2022. THREE years ago, nothing happened. it’s a shame, isn’t it ?
instead of Pin-Number use LED_BUILTIN .
it’s the const implemented by all boards.

for beginners thonny is not the wrong way. then u can use PyCharm with its modules and add-ons/plugins or Atom. uPyCraft is always the wrong way, shure for that !
good luck …
keep corona away !

so long
pc

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-670082 Fri, 17 Sep 2021 09:24:25 +0000 https://randomnerdtutorials.com/?p=74509#comment-670082 In reply to Dinesh Vyas.

Hi.
What do you mean?
Here are the tutorials to flash the firmware:
https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/
https://randomnerdtutorials.com/flashing-micropython-firmware-esptool-py-esp32-esp8266/
Regards,
Sara

]]>
By: Dinesh Vyas https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-669813 Thu, 16 Sep 2021 17:17:35 +0000 https://randomnerdtutorials.com/?p=74509#comment-669813 So after millions of pages you still dont explain how to flush firmware. Why?

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-662325 Wed, 18 Aug 2021 14:36:26 +0000 https://randomnerdtutorials.com/?p=74509#comment-662325 In reply to Alejhandro.

Hi.
Make sure the code is being uploaded to the board with the right name. Either main.py or boot.py.
Regards,
Sara

]]>
By: Alejhandro https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-662312 Wed, 18 Aug 2021 14:16:12 +0000 https://randomnerdtutorials.com/?p=74509#comment-662312 I can run my program only when I have the ESP32 connect to uPyCraft, if I disconnect and push the EN button to test, it doesn’t run!
I want to run my program without be connect to my PC.

]]>
By: paulo g. https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-620426 Wed, 02 Jun 2021 07:50:26 +0000 https://randomnerdtutorials.com/?p=74509#comment-620426 In reply to noaddress.

You can use Thonny. Thonny is much easier now. just a tip:
from machine import Pin
import time

led = Pin(16, Pin.OUT)
for i in range(10):
led.on()
time.sleep_ms(500)
led.off()
time.sleep_ms(500)

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-591194 Fri, 16 Apr 2021 21:26:22 +0000 https://randomnerdtutorials.com/?p=74509#comment-591194 In reply to julio.

Hi.
Yes!
Regards,
Sara

]]>
By: julio https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-591145 Fri, 16 Apr 2021 19:47:19 +0000 https://randomnerdtutorials.com/?p=74509#comment-591145 Hello, I’d like to know if wemos d1 mini can be flashed with micropython too.
Thanks in advace
Julio

]]>
By: Sara Santos https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-546464 Wed, 27 Jan 2021 15:01:35 +0000 https://randomnerdtutorials.com/?p=74509#comment-546464 In reply to noaddress.

Hi.
You can use MicroPython WebREPL: https://micropython.org/webrepl/
Regards,
Sara

]]>
By: noaddress https://randomnerdtutorials.com/getting-started-micropython-esp32-esp8266/#comment-546457 Wed, 27 Jan 2021 14:05:58 +0000 https://randomnerdtutorials.com/?p=74509#comment-546457 Is there a similar program as uPyCraft IDE, but can also connect using wifi?

]]>