Search found 8 matches

by Patriboom
Fri Mar 13, 2026 3:36 pm
Forum: ESP32 Arduino
Topic: [Solved] No info passed from superMini to wroom through espNow
Replies: 6
Views: 283

Re: No info passed from superMini to wroom through espNow

Solution found:

Code: Select all

  WiFi.begin(ssid, pswd);
///tasks to do on line
//
WiFi.disconnect();
WiFi.mode(WIFI_OFF);
WiFi.mode(WIFI_STA);
////Loading and processing the esp_now tasks
by Patriboom
Thu Mar 12, 2026 5:13 am
Forum: ESP32 Arduino
Topic: [Solved] No info passed from superMini to wroom through espNow
Replies: 6
Views: 283

Re: No info passed from superMini to wroom through espNow

Ok more info:

esp_now transmission doesn't work when WiFi.begin(ssid, pswd) is there ( there is a Wifi connection live).
I have to find out how to sucess with that ... maybe after a WiFi.end() ? WiFi.disconnect() ?
by Patriboom
Thu Mar 12, 2026 3:25 am
Forum: ESP32 Arduino
Topic: [Solved] No info passed from superMini to wroom through espNow
Replies: 6
Views: 283

Re: No info passed from superMini to wroom through espNow

Thanks.
I could not find any difference between my old code and the one I just rebuilt but now it's working, based on - still - esp_now and examples given in https://randomnerdtutorials.com/esp-now-esp32-arduino-ide/ .

Thanks all. Sorry for those who encounter the same issue, I can not help from ...
by Patriboom
Wed Mar 11, 2026 7:03 pm
Forum: ESP32 Arduino
Topic: [Solved] No info passed from superMini to wroom through espNow
Replies: 6
Views: 283

Re: No info passed from superMini to wroom through espNow

That's a good tip.
I'll try the library you suggest me rather than the one already installed (default intalled).
https://github.com/espressif/arduino-esp32/blob/master/libraries/ESP_NOW/examples/ESP_NOW_Broadcast_Master/ESP_NOW_Broadcast_Master.ino ' code starts like
#include <Arduino.h>
#include ...
by Patriboom
Wed Mar 11, 2026 2:18 pm
Forum: ESP32 Arduino
Topic: [Solved] No info passed from superMini to wroom through espNow
Replies: 6
Views: 283

[Solved] No info passed from superMini to wroom through espNow

Hello,
my ESP32wroom does not receive data from ESP32c3supermini

Both ESP32 must be able to both send and receive.

The code retruns no error message

WiFi.mode(WIFI_AP_STA); //Mode de fonctionnement: serveur (AP) et « station »
WiFi.softAPConfig(APlocalIP, APgateway, APsousRes);
WiFi.softAP ...
by Patriboom
Sun Feb 19, 2023 2:03 am
Forum: ESP32 Arduino
Topic: ELF file SHA256: 0000000000000000 ?
Replies: 3
Views: 9549

Re: ELF file SHA256: 0000000000000000 ?

I think that as easy as: power supply is too weak. You need a 2.1 amp / 5 V
by Patriboom
Sun Feb 19, 2023 2:00 am
Forum: ESP32 Arduino
Topic: ESP32cam - too much data in console
Replies: 0
Views: 927

ESP32cam - too much data in console

Hello,

I guess it is super easy, but I could not find answer on internet, so I came here.

I want to stop having all information about pictures token while camera is streaming.
How to do that?

Shortly, ... Image


Thanks
by Patriboom
Sun Jan 08, 2023 1:51 am
Forum: ESP32 Arduino
Topic: ELF file SHA256: 0000000000000000 ?
Replies: 3
Views: 9549

Re: ELF file SHA256: 0000000000000000 ?

Have you found any solution ?

Mine is doing the same:

- runs good for 30 - 40 seconds
- crashes with the same error message
18:12:47.482 -> ELF file SHA256: 0000000000000000
18:12:47.482 ->
18:12:47.482 ->
Backtrace:
0x4008f9cc:0x3ffc0fb0
0x4008fc45:0x3ffc0fd0
0x401853f0:0x3ffc0ff0 ...

Go to advanced search