Search found 5 matches
- Tue Feb 06, 2024 3:17 pm
- Forum: ESP32 Arduino
- Topic: Trouble to flash ESP 32 S2 mini + ld2410c
- Replies: 5
- Views: 2017
Re: Trouble to flash ESP 32 S2 mini + ld2410c
Sorry, i am a very beginner
- Mon Feb 05, 2024 10:38 am
- Forum: ESP32 Arduino
- Topic: Trouble to flash ESP 32 S2 mini + ld2410c
- Replies: 5
- Views: 2017
Re: Trouble to flash ESP 32 S2 mini + ld2410c
Hello I try the code with Arduino IDE #include <WiFi.h> #include <ESPmDNS.h> #include <WiFiUdp.h> #include <ArduinoOTA.h> const char* ssid = ".........."; const char* password = ".........."; void setup() { Serial.begin(115200); Serial.println("Booting"); WiFi.mode(WIFI_STA); WiFi.begin(ssid, passwo...
- Mon Feb 05, 2024 8:26 am
- Forum: ESP32 Arduino
- Topic: Trouble to flash ESP 32 S2 mini + ld2410c
- Replies: 5
- Views: 2017
Re: Trouble to flash ESP 32 S2 mini + ld2410c
hello with this code : "#include <WiFi.h> #include <ESPmDNS.h> #include <WiFiUdp.h> #include <ArduinoOTA.h> const char* ssid = ".........."; const char* password = ".........."; void setup() { Serial.begin(115200); Serial.println("Booting"); WiFi.mode(WIFI_STA); WiFi.begin(ssid, password); while (Wi...
- Sun Feb 04, 2024 10:32 pm
- Forum: ESP32 Arduino
- Topic: Trouble to flash ESP 32 S2 mini + ld2410c
- Replies: 5
- Views: 2017
Re: Trouble to flash ESP 32 S2 mini + ld2410c
Cool thanks a lot
Mick
Mick
- Sun Feb 04, 2024 12:13 am
- Forum: ESP32 Arduino
- Topic: Trouble to flash ESP 32 S2 mini + ld2410c
- Replies: 5
- Views: 2017
Trouble to flash ESP 32 S2 mini + ld2410c
Hello i want to make a presence detector. Prject impossible to flash bye PC it is possible to compile wirelessely, but flash dont work finally (code IS valides) my code is esphome: name: xx friendly_name: XX esp32: board: esp32-s2-saola-1 framework: type: arduino # Enable logging logger: # Enable Ho...