Wednesday, 22 April 2015

microcontroller - how to design switching regulator in battery operated device?


My device consists of ATMega, GPRS modem and sensors. Modem occasionally hangs and I need to reset it from mcu. The whole system is powered from li-ion battery. I can't find any switching DC-DC converter that would be controlled from the microcontroller, is capable of delivering 3 A current and eats no battery in on-state.




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...