Hello and good day,
I started to develop with my Arduino nano ESP32 board. The Boardmanager is updated, Board is selected. Using IDE 1.8.19.
For the upload I do this way: I will press the reset button till single green LED next the reset button is on then smoot to off and on and so on (when not doing this the USB will not find the board)
Then uploading the scetch ledcWrite_RGB.ino from the examples.
Result:
Der Sketch verwendet 286449 Bytes (9%) des Programmspeicherplatzes. Das Maximum sind 3145728 Bytes.
Globale Variablen verwenden 30748 Bytes (9%) des dynamischen Speichers, 296932 Bytes für lokale Variablen verbleiben. Das Maximum sind 327680 Bytes.
dfu-util 0.11-arduino4
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util / Tickets
Opening DFU capable USB device...
Device ID 2341:0070
Device DFU version 0101
Claiming USB DFU Interface...
Setting Alternate Interface #0 ...
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 0101
Device returned transfer size 4096
Copying data from PC to DFU device
Download [=========================] 100% 286816 bytes
Download done.
DFU state(7) = dfuMANIFEST, status(0) = No error condition is present
DFU state(2) = dfuIDLE, status(0) = No error condition is present
Done!
Afterwards the board runns with the RGB led changing in same way I firstly powered the board when it was brand new. So I can see no change. I modified the upper named ino with the value for delay function but still the same. No change will take place.
Does someone know what went wrong?
Is my handling in uploading wrong?
Thanks for helping.
Best regards Mascho11