Uploading from Arduino IDE works fine. The device is actually at/dev/cu.usbmodem1101. platformio.inicontains only: [env:opta] platform = ststm32 board = opta framework = arduino Attempting to upload and run the "Testing with Blink Sketch" code gets me the following: * Executing task: plat...
The reason you’re getting the failed uploading error is because the Arduino IDE can’t figure out where to upload code. To fix this you’ll need to specify the correct board and port in the Arduino IDE. The example below shows how this is fixed in Arduino IDE 2. For Arduino IDE 1,...
[env:black_f407ve]platform= ststm32board= black_f407veframework= arduino main.cpp #include<Arduino.h>voidsetup() {//put your setup code here, to run once:pinMode(PA1,OUTPUT);pinMode(PA5,OUTPUT); }voidloop() {//put your main code here, to run repeatedly:digitalWrite(PA1, HIGH);di...
Please, anybody, advise if this is due to the corrupted IDE/ESP core installation, or am I doing it somehow wrong? I know that there are some other ways to upload the data, including command line and VS Code with PlatformIO or ESP/IDF, but I maintain the _Arduino_ project, and most...
2)https://robotzero.one/esp32-cam-arduino-ide/ I have tried to upload both "wifi scan" and "camera web server". The error outputs are shown bellow. 1. WiFi Scan Arduino: 1.8.9 (Linux), Board: "AI Thinker ESP32-CAM" Code: Select all Traceback (most recent call last): File "/...