You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I use esp32 to act like a gateway that will receives string data from another esp32 board using WiFiServer/WiFiClient. The gateway board will then convert that data and push it to Blynk platform through my home wifi network.
The layout look like this:
[sensor board] --send--> [gateway board] --send--> [Blynk platform]
Blynk library version: 1.3.2
IDE: Platform.IO/
IDE version: [6.1.16]
Board type: [esp32doit-devkit-v1]
Additional modules: WiFi.h
Scenario, steps to reproduce
Currently, I use esp32 to act like a gateway that will receives string data from another esp32 board using WiFiServer/WiFiClient. The gateway board will then convert that data and push it to Blynk platform through my home wifi network.
The layout look like this:
[sensor board] --send--> [gateway board] --send--> [Blynk platform]
The gateway board code:
But as you can see in <BlynkSimpleEsp32.h>. This function seems to handle only wifi in station mode.
Expected Result
It should support WIFI_AP_STP mode.
Actual Result
My sender board can't send data through the gateway board network because Blynk library changes wifi mode back to WIFI_STA.
The text was updated successfully, but these errors were encountered: