Bluetooth Internet Tethering Support #15439
jasmohan-narula
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Why not set the Android device to be a WiFi hotspot and connect the ESP32x to that? |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is more valid for devices like nRF52 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I know, microcontrollers like ESP32 has Bluetooth Classic and ESP32-S3 has Bluetooth 5.0 BLE. They should be able to support Bluetooth Tethering. But I don't think it has been implemented yet in micropython.
Feature Description:
Bluetooth PAN (Personal Area Network) Profile: Implementation of the Bluetooth PAN profile to enable internet tethering.
The ability for any micropython compatible board having Bluetooth Classic/BLE device (like ESP32, ESP32S3) to connect to the internet via Bluetooth tethering, utilizing an Android or other Bluetooth-enabled device as the internet source would be great. This feature would allow users to access internet connectivity on their ESP32 without relying on traditional WiFi networks, providing greater flexibility and use-case scenarios, especially in environments where WiFi is not available or practical. Example mobile IoT devices like making smartwatches.
If anyone has extensive knowledge working with micropython ESP32 SDK, please give your inputs in whether this is possible to implement in a reasonable timeframe?
Can anyone suggest some tutorials on how I can look into implementing this?
Beta Was this translation helpful? Give feedback.
All reactions