-
Hello, I'm new to BLE and want to get the data from BTHome sensors, like LYWSD03MMC with ATC firmware on a ESP32. Maybe with a small example, I already have the display part figure out, just need the "listen" part of NimBLE. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think I've managed to make it work this way. |
Beta Was this translation helpful? Give feedback.
-
I think all you need to do is follow the continuous scan example and check the mac address in the callback. |
Beta Was this translation helpful? Give feedback.
-
There's a library for this: https://github.com/matthias-bs/ATC_MiThermometer |
Beta Was this translation helpful? Give feedback.
I think all you need to do is follow the continuous scan example and check the mac address in the callback.