-
### Hardware:
Board: ESP32 Dev Module
Core Installation version: 1.0.1-rc4
IDE name: IDF component
Flash Frequency: 40Mhz
PSRAM enabled: no
Up…
-
## Environment
* Development Kit: ESP32-DevKitC
* Kit version (for WroverKit/PicoKit/DevKitC): [v1|v2|v3|v4]
* Module or chip used: [ESP32-WROOM-32|
* IDF version (run `git describe --tags…
-
Using tcpip_adapter_recv_cb() to get all the packets from the radio.
I'm receiving packets with destination MAC addresses not broadcast, and not those associated with the AP or STA interface.
Is…
-
I am investigating a transparent USB bridge using two ESP32s communicating using ESPNOW.
**For my existing serial bridge:**
I am using ESPNOW as a transparent serial comms link using two ESP32s …
-
### Basic Infos
- [x] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md).
- [x] I have read the documentation at [readthedocs](https://arduin…
-
-
Is there any way to use WIFI_PROTOCOL_LR in APSTA mode?
I've tried to do the following:
```
ESP_ERROR_CHECK(esp_wifi_set_protocol(WIFI_IF_STA, WIFI_PROTOCOL_LR));
ESP_ERROR_CHECK(esp_wifi_set_…
-
Tonight I tested the modifications I did on the code, got it running faster than expected :)
One thing I noticed: The TXbuffer on the control side is filling up quickly: for each PwmSteerCmd message …
-
I've been following this proyect for some weeks, but the current state of the documentation is quite inaccurate, for example in the `README.md`:
> Please see the README.md file in the esp32/ subdir…
-
I changed the ESP8266 example to:
#include
#include
but it does not compile for the ESP32:
DualModeSlave:30: error: 'ESP_NOW_ROLE_CONTROLLER' was not declared in this scope
esp_now_set_se…