Another Noob needs some help...
WRedux opened this issue · 3 comments
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 =========================================
- The terminal process "C:\Users\x.platformio\penv\Scripts\platformio.exe 'run', '--target', 'upload', '--upload-port', 'COM7'" terminated with exit code: 1.
- Terminal will be reused by tasks, press any key to close it.
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.
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!