Search found 4 matches

by Pia012
Sun Nov 13, 2022 5:56 pm
Forum: ESP32 Arduino
Topic: How can I set an insecure connection with ESP32?
Replies: 1
Views: 4204

How can I set an insecure connection with ESP32?

Hi everyone, I am porting my old code from ESP8266 to ESP32. I am optimizating it too, but I would like to know how can I translate this two rows: std::unique_ptr<BearSSL::WiFiClientSecure>client(new BearSSL::WiFiClientSecure); client->setInsecure(); // this is the magical line that makes everything...
by Pia012
Fri Sep 02, 2022 4:28 pm
Forum: General Discussion
Topic: esp32 sleep mode with relays
Replies: 4
Views: 2341

Re: esp32 sleep mode with relays

Ok, thanks for your answers.
by Pia012
Wed Aug 31, 2022 9:26 am
Forum: General Discussion
Topic: esp32 sleep mode with relays
Replies: 4
Views: 2341

Re: esp32 sleep mode with relays

Thanks for your answer, so do you think that I could gain only a bit of power with sleep mode because every modules have their Power source?
by Pia012
Tue Aug 30, 2022 2:47 pm
Forum: General Discussion
Topic: esp32 sleep mode with relays
Replies: 4
Views: 2341

esp32 sleep mode with relays

Hi everyone, this is the first time that I write on this forum and I don't know if I should introduce myself. Let me know if I should do it. However I am developing an IOT architecture where I am using the Esp32 board and some sensors and relays. https://i.postimg.cc/GmmgX0L0/progetto.png I tried to...