ESP32 Library content....?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: ESP32 Library content....?

Post by Roberthh » Sat May 14, 2022 3:58 pm

Thonny uploads files on-the-fly as needed. To run them without Thonny you have to copy them permanently to the device.

ixbo
Posts: 36
Joined: Wed May 04, 2022 11:12 am
Location: France

Re: ESP32 Library content....?

Post by ixbo » Mon May 16, 2022 11:32 am

Hello thanks for your answer

I have tried with pin 12,13,15,18,25,27,35......when connected to the PC and after downloadding in the board the program work well, but deconnected and reconnected the board to USB for power the display remain black !
I have not this problem with the program "Flashing Led" !!!!!!

I had a doubt, the boot.py contain no code , is it normal ? the firs line "# This file is executed on every boot (including wake-boot from deepsleep)" but there is no code ! !!
I tried to put away the "#" line per line to activate the code but the result is always the same

boot.py
# This file is executed on every boot (including wake-boot from deepsleep)
#helpmport esp
#esp.osdebug(None)
#import webrepl
#webrepl.start()

The solution seems to go far away
I appreciate very much your help

Best regards

ixbo
Posts: 36
Joined: Wed May 04, 2022 11:12 am
Location: France

Re: ESP32 Library content....?

Post by ixbo » Mon May 16, 2022 11:47 am

Hello I haven't see the answer of Roberthh.....

It's the GOOD SOLUTION now it's OK ,it's necessary to copy each time on the board .....but now i don' anderstand why with the 'Flashing Led I was working' I've done so mamy tests that now i'm lost ....the most important is with your precious help I will be able to continue.....

A very very great thanks !!!!!!!!!!!!!!!!
best regards

Post Reply