Replies: 2 comments
-
|
In my lora-aprs firmware I had a similar approach. Devices like the simple lilygo lora32 have a harddware design limitation that makes both, bluetooth and wifi, unstable when startet concurrently. Other devices like the t-beam have no problems of using both at the same time (separate threads). Even more, I have a button/lcd-menu option to start wifi (and on a lora32 device it stops bluetooth again). So I always have access to the web frontend for configuration when needed. I comment this here because I have currently a usecase (a bit vice versa): |
Beta Was this translation helpful? Give feedback.
-
|
I'd also like a button to easily switch between Bluetooth and Wi-Fi. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
Description
It would be useful to be able to connect to a node via wifi at home, and otherwise use bluetooth. My request is an "dual mode" which does the following:
This should be doable with existing hardware limitations.
Beta Was this translation helpful? Give feedback.
All reactions