Hacker News new | ask | show | jobs
by sschueller 550 days ago
Thank you for the article, very interesting. In my low power project I also switched away from my usually preferred esp32 in favor of a more battery efficient MCU. I also am not using wifi nor ble but lora instead.
1 comments

What did you use? I'm planning a lora project too.
Not OP, but Atmel AVR or TI's MSP430 are good choices if you need low power. The nRF24L01+ from Nordic Semiconductor is a good RF alternative for low power and long distance.
MSP430 are pretty much legacy (exception: the MSP430FR has its niche) since ST released the STM32U0.
AVRs can be serious power hogs, though. Not all have the Power Reduction Register.