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: 3002
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: 3002
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 ...
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 ...
- Mon Feb 05, 2024 8:26 am
- Forum: ESP32 Arduino
- Topic: Trouble to flash ESP 32 S2 mini + ld2410c
- Replies: 5
- Views: 3002
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 ...
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 ...
- Sun Feb 04, 2024 10:32 pm
- Forum: ESP32 Arduino
- Topic: Trouble to flash ESP 32 S2 mini + ld2410c
- Replies: 5
- Views: 3002
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: 3002
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 ...
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 ...