b-parasite-esp32/code/nrf-connect/samples/zigbee
rbaron 7b4e64cec7 Implemented a pairing-reset detection strategy
This is a "tricky" workaround due to the lack of physical buttons:

We can distinguish between the two "power up" modes:

- Power on: when the device receives power for the first time. Example:
swapping batteries, prroviding external power. This _DOES NOT_ reset the
pairing info.

- Reset pin: when the device is manually reset (by shorting the RESET
pin to GND), or when a new firmware is flashed. This _RESETS_ the
pairing info.
2022-12-10 12:37:29 +01:00
..
src Implemented a pairing-reset detection strategy 2022-12-10 12:37:29 +01:00
.gitignore Zigbee sample works with nRF52840dk + zigbee2mqtt 2022-12-07 20:10:51 +01:00
b-parasite.js Add illuminance cluster & reporting 2022-12-10 10:47:16 +01:00
CMakeLists.txt Add battery percentage computation 2022-12-09 19:02:55 +01:00
Kconfig Add GitHub action 2022-12-09 20:01:46 +01:00
prj.conf Add GitHub action 2022-12-09 20:01:46 +01:00
zigbee.code-workspace Links prstlib and restructures project to match other samples 2022-12-07 20:10:52 +01:00