rbaron
rbaron
It turns out the SoftDevice lets us put our application in deep sleep while it keeps advertising. In the current firmware, we have [this piece of code](https://github.com/rbaron/b-parasite/blob/8fd4d7222af9b58073561325c0e873f301d20f42/code/b-parasite/src/main.c#L83): ```C prst_adv_start(); nrf_delay_ms(PRST_BLE_ADV_TIME_IN_MS);...
I would love to build a small and friendly community of users, and it's really heartwarming to see pictures of your b-parasites. If you have some and would like to...
# What does this implement/fix? This PR introduces delayed BLE actions. This may be useful for triggering BLE writes on non-persistent connections. Using a delayed BLE action will cause a...
# What does this implement/fix? ESPHome running on esp32-c3 fails to connect to some BLE devices. A simple example is the [nrf_blinky](https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/libraries/Bluefruit52Lib/examples/Peripheral/nrf_blinky/nrf_blinky.ino) running on an nRF52840. While the `dev` branch...
It would be great if we could avoid having to type the source and target language all the time. Instead of doing: ```bash $ dict.cc.py en de body ``` We...
BLE 5 introduced a new PHY - the Coded PHY - which extends the range of BLE at the expense of data rate and current consumption. For b-parasite, data rate...
I started collecting information about options of conformal coating into the new [wiki page](https://github.com/rbaron/b-parasite/wiki/Conformal-Coating). It's very minimal but hopefully we can make it richer soon. I added the brand of...
Some small fixes are required to make the samples compile against the 2.7 nRF-connect SDK. Most notably: - https://github.com/zephyrproject-rtos/zephyr/commit/018dbcfd6679c273842084ce34c167295bc6f354 enables `-Wdouble-promotion`. Some of our debug logging implicitly promotes float ->...
## Proposed change Some cosmetic changes to the `tuya.ts0021.TS0021` quirk: - Hide the "Opening"/"Smoke" sensor. The IaSZone cluster causes this device to be recognized sometimes as an Opening sensor, and...