ph1p / ikea-led-obegraensad

ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp
MIT License
578 stars 78 forks source link

Another Noob needs some help... #110

Open WRedux opened 2 months ago

WRedux commented 2 months ago

Hello there,

guess, I'm more noob than the others.... I can compile, but the Code wont upload to the ESP.

Shortly, after the Message "Connecting..." displays, it stops showing:

A fatal error occurred: Packet content transfer stopped (received 8 bytes) *** [upload] Error 2 ============================================== [FAILED] Took 19.63 seconds ==============================================

Environment Status Duration


esp32dev FAILED 00:00:19.629 ========================================= 1 failed, 0 succeeded in 00:00:19.629 =========================================

I've chosen the right COM-Port. I did not changed the Board, assuming I use the right one (ESP WROOM 32)

I guess, I miss some Basics. I'm not new to Arduino and ESPs, I used the both with ArduinoGUI.

20240415_212228 1

c64emulator commented 2 months ago

https://github.com/espressif/esptool/issues/741

WRedux commented 2 months ago

Thank You! Problem was my ESP32: 2nd Pin from left, upper Row in Picture, which should be GND, as described on PCB, was not: https://cdn.shopify.com/s/files/1/1509/1638/files/ESP-32_NodeMCU_Developmentboard_Pinout.pdf?v=1609851295

Now, it works for me, too! Thanx!