BLUE
ONomzn.aquatan.net

家の温湿度センサをnrf52マイコンで全てBLE化した。単3電池でおよそ11ヶ月連続稼働できることを実時間で検証したので、入れ替えてもOKだと判断した。これで電源の無い床下とか軒先とかにもセンサを置ける。

1
BEjonny290.com

Right now the hot board for low power nodes is the RAK wisblock based setup tinyurl.com/c7dhn2a5 . Runs the nrf52 chip which is super low power - i'm on an 1100 mah battery and even without the panel it was using only 10-15% per day.

WisBlock Meshtastic Starter Kit | The Basic RAK4631 Meshtastic Kit for LoRa
WisBlock Meshtastic Starter Kit | The Basic RAK4631 Meshtastic Kit for LoRa

Join the LoRa Meshtastic network with the Meshtastic Starter Kit. Includes WisBlock Base board & the RAK4631 WisBlock Core module flashed with Meshtastic firmware.

2
ALarduinolibs.bsky.social

WioCellular (0.1.8) for nrf52 by Seeed K.K. ➡️ https://github.com/SeeedJP/wio_cellular This library to operate the Wio BG770A cellular module.

GitHub - SeeedJP/wio_cellular
GitHub - SeeedJP/wio_cellular

Contribute to SeeedJP/wio_cellular development by creating an account on GitHub.

0
Ononbinary.computer

yeah, I did a big project in Zephyr on an nrf52 a few months back and had exactly that same memory problem. It's a lot nicer than e.g. FreeRTOS, but it also plays less nice with outside code (e.g. vendor peripheral drivers) than FreeRTOS.

2