Answer the question
In order to leave comments, you need to log in
Is it possible to power and charge the Arduino nano battery via ICSP?
Some time ago I came across an article with a watch model, where the board is powered through the ICSP connector.
Then I wondered if it was possible to charge the battery using power from mini-usb and how to implement it?
Is it possible to implement this on the principle of a mobile phone, where power from an external source is spent on the operation of the device itself and at the same time battery charge?
Answer the question
In order to leave comments, you need to log in
To simultaneously charge the battery and power the device with a stable voltage (arduino requires 5V at a frequency of 16 MHz, at a supply voltage of 3.3V at a frequency above 8 MHz)
You already need a specialized microcircuit with power management, and not a simple charge CC / CV chip.
ww1.microchip.com/downloads/en/DeviceDoc/20002090C.pdf Here is a variant of the chip that fits your application.
And then after it it is worth putting a DC / DC converter at 3.3 or 5V to power the device.
is it possible to charge the battery using power from mini-usb and how to implement it?
Can. Judging by the diagram, power from USB goes through a 6A Schottky diode
1. It must be borne in mind that the current from USB is limited to 0.5A on desktop computers, on laptops it can be significantly less.
2. Lithium batteries are very capricious; they need a charge-discharge controller, a special microcircuit. At the same time, no one forbids charge control to be implemented programmatically in the MK itself if there is one free PWM and two analog inputs, and of course, there is enough free memory.
3. You need to understand that lithium and nickel-manganese batteries have a different charge algorithm.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question