halfbakery
halfbakery
I reworked and force pushed this PR, so it's clean and neat again :-) I tested with my home gadgets, and it works great. I know that it's a little...
Check my [PR](https://github.com/nqkdev/home-assistant-vacuum-styj02ym/pull/47) implementing segment cleaning.
The bucket sniffer code contains two buffer overflow errors, which could eventually overwrite the active command and terminates the sniffing. Here's a patched version: https://github.com/halfbakery/RF-Bridge-EFM8BB1/commit/97155e1cf77c4687c53d4e3c6dedac1821e8f8bd
My idea is to use the EFM8BB1 as a receiver and let the decoding to the rtl_433 project. The rtl_433 project could decode a lot of complex protocols. I have...
When I first tried to use the RF-Bridge I just realized that many of the useful protocols were missing. I managed to add my wt0124 pool thermometer, but I had...
I'm working on feeding raw sniffing data into the rtl_433 decoder, see [this PR](https://github.com/merbanan/rtl_433/pull/1491).
Here's my branch with my new bucket sniffer (firmware included under the Keil directory): https://github.com/halfbakery/RF-Bridge-EFM8BB1/tree/rebaked_sniffer
I forgot to mention, that `sleep(INT32_MAX)` is working correctly, only the greater values are problematic. It's definetly not a busy loop. The `for` loop around the sleep is just some...
Or we can use a more idiomatic way: ``` for (;;) { pause(); }