vasimv

Results 4 comments of vasimv

NRF51/52 has switching DC-DC regulator (to efficiently convert input voltage into lower voltage the microcontroller uses), it does reduce power consumption greatly if input voltage is more than 2 volts...

Ugh, not sure how you set it in old nrf52 sdk, sorry. For zephyr SDK this is "CONFIG_BOARD_ENABLE_DCDC=y" in prj.conf at compile time. Probably, "#define POWER_CONFIG_DEFAULT_DCDCEN 1" for enabling by...

Yeah, two days ago i've got same problem - multiple keys request is limited to 20..40 reports per request and, usually, it all gets filled by one of the keys....

My dirty hack: [onebyone.patch.txt](https://github.com/user-attachments/files/20426490/onebyone.patch.txt)