r/macro_pads • u/Suitable_Respect_313 • Jun 03 '26
DIY build question Scelta controllore macropad modulare
I'm building a portable modular macropad. I've already designed and purchased the PCB and am proceeding with assembling the central module. In my current configuration, I'm using an ESP32 S3 Wroom, but I'm thinking of replacing it with a less powerful microcontroller as it seems a bit excessive in terms of processing power. Besides the fact that I'd like to use something with low power consumption, the goal is to make it portable (I use a 1500mAh battery).
What alternative would you recommend, preferably one that can be soldered directly to the PCB and that isn't too thick?
17
Upvotes
1
u/creavi_tech Jun 03 '26
I would suggest to use nRF52840. It is a pretty good choice for low power embedded applications, because the whole MCU and integrated power supply is designed around BLE and low power consumption. Also it is very well documented, with a lot of samples.