-
It would be awesome to support Wi-FI TimeSync (https://www.wi-fi.org/discover-wi-fi/wi-fi-timesync) or some form of of high precision time synchronization (even if it only works between esp32s). I wou…
-
Hi. I have a couple of ESP-WROOM-32 dev boards. I'm trying to set the WiFi protocol as b or bg, using this portion of code:
```
...
wifi_init_config_t cfg = WIFI_INIT_CONFIG_DEFAULT();
ESP_ERROR…
-
On the latest commit version, I upload the ESPNow Basic example and running master and slave on two devices, the Master can't find the Slave.
https://github.com/espressif/arduino-esp32/tree/master/li…
-
I have 3 x ESP32s and want to send sensor data from two of them to one connected to PC via serial (so I can suck data into PC for manipulation).
Most of the code examples I have seen are for multisl…
m0nki updated
6 years ago
-
I've tried the GPIOInterrupt example and also this one: https://techtutorialsx.com/2017/10/07/esp32-arduino-timer-interrupts/
Both result in a "[W][esp32-hal-psram.c:30] psramInit(): PSRAM init fai…
-
Bookmarking for later, maybe this guy's solution from 2013?
https://michael.bouvy.net/blog/en/2013/05/25/arduino-multi-master-to-master-i2c/
Hmm, with one small adjustment I can get it to compil…
-
### Hardware:
Board: ESP32 Dev Module
Core Installation/update date: latest
IDE name: Atmel Studio
Flash Frequency: 80Mhz
Upload Speed: 512000
### Description:
My solution uses about 20 ESP…
-
Hi MrBuddyCasino,
Would it be possible to read broadcasted mp3 data from UDP port?
I have 80 devices with ESP32 modules in single wifi network, I would like to setup a Linux server that will stream …
-
WiFi.mode(WIFI_AP_STA);
error :
[D][WiFiGeneric.cpp:265] _eventCallback(): Event: 13 - AP_STOP
whats is wrong ?
thanks
-
Hello, I urgently need a library to build homematic devices, which are not available by Homematic.
I was happy to find AskSin or AskSinPP.
I need to work with ESP (Espressif) MCU's preferable ESP32 …