-
Notifications
You must be signed in to change notification settings - Fork 1
Description
I am trying to use some of these Berry examples to learn more about BLE for a project I am building.
However I don't seem to be getting any functionality out of the Berry examples when using the "plain" Tasmota32 pre-compiled build.
Are these examples meant to be used with the Tasmota32-Bluetooth pre-compiled build?
Or is there something we need to edit/activate in the code and recompile to take advantage of these Berry scripts?
Sorry, I'm a very novice coder, and Berry is about as obscure as it gets so I don't understand why I can't seem to make these work.
Specifically, I'd like to have Tasmota connect to a BLE device that is already setup as a server (a Pinecil v2 soldering iron) and be able to display all of the sensor data from the Pinecil in the Tasmota web interface like you can with most sensors. Or even better still, have the data be displayed on a lvgl LCD device such as an ESP32-CYD (cheap yellow display). Is this possible? The Pinecil is running IronOS which gives each sensor reading it's own UUID, or it also broadcasts a binary blob that contains all of the sensor data in an array.
Any advice would be appreciated.
Thank you.