Tim Lovett

Results 17 comments of Tim Lovett

I was able to get this to work with a STM32WB5MM-DK. I did the following (it took me awhile and I went through quite a bit of trial and error...

Just a heads up but it appears the zephyr build for at least the NRF 52840 sense is broken. I tried multiple examples but even something as simple as blinky...

From the looks of issues on zephyr folks have used the xiao_ble recently even so not sure if this is a sense only issue? Or if it's specific to my...

Associated PR: https://github.com/Seeed-Studio/wiki-documents/pull/1120 Note: it needs a title image and I needed to add zephyr board support for the Xiao RP2040 as part of this so it needs to merge...

I pushed up an additional commit to clean up the logic a bit further. I shouldn't need to touch it again just was removing some earlier iteration elements and combining...

Going to close this out, apologies here, the approach taken here was to create devices and then trigger automation based on that but the desired state is to have the...

Worked for me without issue -- the reviewer was having some issues connecting with their home assistant device at the time. Matter support in the environment was fairly new at...

I took a look into the repository and the underlying ESP version (5.0.1) that was used here for the indicator at the time is now broken because of some incompatibility....

I made a few modifications to the branch and added the experimental env var. I'm able to connect and still operate the demo on my end with esp idf's 5.1...

For the matter related stuff in particular: The callbacks from the controller: https://github.com/Timo614/SenseCAP_Indicator_ESP32/blob/timo614-indicator-matter/examples/indicator_matter/main/model/indicator_matter.cpp#L181 Here I took the value, stored it, and triggered an event related to the dashboard data being...