Questions tagged [charging]
15 questions
7
votes
3 answers
Can you charge and use a Li-po battery at the same time?
I have a system that uses an Arduino Uno board as a "brain". All the elements in the system are powered by a single Li-po battery (3-cell, 11.1 V, 1800 mAh).
I made a circuit so the Arduino can check the battery voltage and decide when it needs to…
Miguel
- 118
- 1
- 2
- 8
2
votes
2 answers
Smart way to map digital pins to a for loop over analogue pins
First post here and I have very little Arduino/c programming knowledge so forgive me my ignorance.
I am processing 18650 cells for a little powerwall project. I am using an Arduino pro mini atmega328p(5v) to read battery slot voltages and to turn…
ether
- 23
- 4
1
vote
1 answer
Re-using built-in USB port to charge battery
I'm dipping my toes into using LiPo batteries for supplying power to small devboard projects, currently with an LOLIN S2 mini.
So I got hold of a MH-CD42 module, which seemed like a safe way to start with.
I came up with this example schematic to…
macroController
- 23
- 2
1
vote
1 answer
Determine if a XIAO ESP32C3 is charging
When the XIAO ESP32C3 is charging a LiPo battery, there is a small LED on the board that lights up. Is there any way to access this information in an Arduino program?
Jason
- 13
- 4
1
vote
1 answer
How do powering arduino both barrel jack and lipo battery together?
I have arduino mega and Lipo batterry such this and Lipo battery charger 5V USB Boost. I am powering arduino normally from barrel Jack with an 9 Volt adaptor. But if there is power cut occur, I dont want to stop, I want powering arduino with Lipo…
mehmet
- 297
- 2
- 19
1
vote
2 answers
Battery charger board with status interface
There are of course a lot of different battery charging boards, which can be used with the Arduino, most being TP4056 based. There are also a few battery charged boards with an on-board display showing the charge status and there are of course also…
jarnbjo
- 328
- 3
- 10
0
votes
1 answer
RS485 message edit on the fly between EV charger and energy meter
I am trying to connect Feyree smart EV charger with Dynamic Load Balancing to DTSU666 smart meter via RS485.
Dynamic Load Balancing is a function of EV charger that lets you dynamically change charger output depending on reading from your energy…
Martin
- 19
- 1
0
votes
1 answer
ESP-WROOM-02 with on-board 18650 battery. How to charge it?
I have a ESP-WROOM-02 module with on-board 18650 battery. V+ and GND are exposed on the board.
Can I directly charge the battery using an USB-C connector with the two cables (red and black) directly soldered to the battery poles on the board?
0
votes
1 answer
Does Adafruit PowerBoost 1000 Charger support data transfer?
As the title says - Does Adafruit PowerBoost 1000 Charger support data transfer?
I mean that if I connect USB on one side to PC and Arduino on other side - can I still program it and get serial monitor communication?
Are the data lines connected??
Tomáš Viks Pilný
- 31
- 5
0
votes
1 answer
how can i conect a lipo charger to a teensy 4.0?
I have the battery charger product https://www.adafruit.com/product/2124
and a teensy 4.0, that I would like to use to power it.
what, if any pin would I connect from bat, to the teensy?
Its my understanding that the Lion backpack is a voltage…
j0h
- 902
- 4
- 13
- 30
0
votes
1 answer
How do you write to a specific register using I2C communcation?
I am trying to write to a charging IC (BQ24193) and I am trying to figure out how to use I2C to write to a specific register so I can set up the charging IC properly. I have watched a few videos on the communication protocol, but I don't understand…
Jay
- 135
- 1
- 6
0
votes
1 answer
Can a Lithium Polymer battery charging circuit on Arduino boards also charge Lithium Lion batteries?
I have a project that the form factor of 18650 batteries works well for. The board I'm using is a esp32 based board with built in battery charging:
https://www.amazon.com/gp/product/B072HBW53G/ref=ppx_yo_dt_b_asin_title_o00_s02?ie=UTF8&psc=1
I've…
Geordie
- 195
- 1
- 7
0
votes
1 answer
What boards have integrated USB charging?
I've been building wearables, using the adafruit trinket, which I love, its small size is easy to tuck away. But I hate having to unplug the battery to charge it every time. I wired in a SPDT switch, and a small USB charger, but it's kind of a…
j0h
- 902
- 4
- 13
- 30
-1
votes
1 answer
Arduino + Solar Charger Shield V2.2: Battery and Solar panels selection
first of all I would like to apologize for the, probably very basic and stupid questions for you, but I'm not an electronic expert..
I'm implementing my project using an Arduino Mega 2560 (I need more pins.. this is the most important reason that it…
Safari
- 101
- 4
-1
votes
1 answer
How to use to two different programs into one stkech
I am currently using relay module, but I am facing a problem that, when Arduino pins are LOW then all relay are going HIGH, so I want to use this code so that when arduino starts all pins are getting HIGH, and also can be control with char…
Asif Uz Zaman
- 129
- 9