Exploring the use of this Library to connect with an esp32 via Bluetooth low energy #112
Replies: 1 comment 5 replies
-
Are you planning to run this companion app on a desktop environment or another esp32-like microcontroller? What role are you seeking your watch and your companion app to play for Bluetooth Low energy? Would you like the watch or the companion app to act as the bluetooth peripheral (server)?
I have not. Bless is currently implemented to run on windows, macOS, and linux. Without diving into details, I would imagine that their either needs to be some Espressif compiler for python or are you using CircuitPython to run python on the microcontroller natively?
Currently bless does not provide support for mobile devices. However, |
Beta Was this translation helpful? Give feedback.
-
Hi. I am trying to make a smartwatch using esp32. This is the code repository
Also to complicate things and to open an entirely new domain of functionalities I planned to write an companion app for the smart watch in python(, scary right? It is). As you might have guessed it why I wanted to use bless . I am using beeware for developing the companion app and it is still in its infancy, you could have a look of it if you want :
APP
I have some questions like :
have you used / or came across someone who has used bless for connecting with a microcontroller ? Using ble
does bless works for android? like is it capable of accessing Bluetooth hardware of smartphones?
also many more. I hope you would reply to this as soon as possible. It would be very helpful for my project if you could connect with me here.
Also this isnt a commercial project. Neither it is an assignment for my college. I am just building this stuff because I want to learn stuff like this and one day develop something worth. Have a nice day. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions