2) WIFI-direct UART bridge: Looking to be able to stream TX and RX data between an Android/iOS phone and the ESP32. Unlike BLE where the protocol is fairly well defined, I don't have a good idea of how to do thi
The ESP32 C3 only has one core so the BLE Scanner is run in a separate thread running with the same priority as the loop() thread so neither has priority over the other. The WiFi is connected first via ESPAutoWiFiConfig and then the WiFi services set up insetUpWiFiServices(). Then the...
Hello! I looked in example "eth2wifi" inside IDF, but I need to do something a little different. Ethernet to WiFi STA and not AP. I tried some things but none worked. I have one device with ethernet connection, but in some clients, just the wifi is present. I need ESP32 to ...
ESP32-Serial-Bridge Transparent WiFi (TCP) to all three UART Bridge, supports both AP and STATION WiFi modes. The .ino file is the code for the ESP32. Use Arduino IDE for ESP32 to compile and upload it to the ESP32. I made this project in order to connect Flight equipment devices ...