Virtuino Forum
Send a value to app from ESP32 - Printable Version

+- Virtuino Forum (https://virtuino.com/forum)
+-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1)
+--- Forum: Virtuino 6 (https://virtuino.com/forum/forumdisplay.php?fid=3)
+--- Thread: Send a value to app from ESP32 (/showthread.php?tid=22281)



Send a value to app from ESP32 - juancho - 11-16-2024

Hello,
Can you send a variable from the Arduino, ESP32 module to the app without the latter having started the connection. Virtuino 6 app.
That is, without the app sending a request for the value of the variables, from the Arduino board you can make a connection to the app to send it the value of a variable.
I need this to do it more in real time and not wait for the app to ask the Arduino for the variables. Thanks.