|
OrCad Cadance |
PIKA BANK Portable 5V Power Supply
Good day and welcome back.
Pika Bank is an interesting power-related Project. A portable 5V power source called Pika Bank is designed to power 5V devices including microcontrollers, DEV boards, smartphones, and other similar devices.
The name PIKA is a play on the name of the well-known anime character Pikachu from the Pokemon series. Thunderbolt is one of Pikachu's attacks, and he is an electric-type Pokemon. This device is similar and can supply a steady voltage for the operation of XYZ 5V devices.
It functions essentially as a powerbank because it has an IP5306 IC, a power management IC that is frequently used in commercial powerbank circuits.
This article is about the construction of this powerbank, so let's start with the built.
Materials Required
The following are the materials used in this built:
- Custom PCBs
- IP5306 IC
- 1uF 0805 Package Capacitors
- 2R 1206 Package Resistors
- 1uH Inductor
- USB Port
- USB Type C
- SMD 18650 Cell Holder
- BLUE 10mm LEDs
Schematic and Design
In order to power a range of 5V-operated devices, we start by designing the schematic for the PCB, which includes the IP5306 IC, a power management IC with a 3.7V input and a stable 5V output.
I have used this IC in many of my previous projects, which you can check out here-
https://www.hackster.io/Arnov_Sharma_makes/cone-lamp-with-xiao-211fed
https://www.hackster.io/Arnov_Sharma_makes/xiao-room-temp-and-humidity-meter-00c4af
https://www.hackster.io/Arnov_Sharma_makes/overengineered-pen-holder-2-0-5c0daf
The IP5306 IC is placed first in the schematic, along with a few capacitors between charging IN and GND on the input side and a few between the 5V pin and GND on the output side.
A 18650 battery holder, a type C port for charging, and a USB port for 5V output are all placed on the bottom side of the PCB.
Moreover, two 10mm LEDs have been added to the board's top side, near the pickachu's cheek.
The design was finalized and then sent to PCBWAY for samples.
PCBWAY Service
PCBWAY provided the PCBs for this project; we uploaded the Gerber data to their PCB Quote page and placed an order for yellow solder masks with white silkscreen.
We received the PCBs in less than a week, which was extremely fast, and the quality was excellent as usual.
I've been using their service for a while now, and it's always excellent.
https://www.pcbway.com/
Check out PCBWAY for great PCB service at a low cost.
Solder paste Dispensing Process
Using a solder paste dispensing needle, we first apply solder paste to each component pad. The standard 63/37 Sn/Pb solder paste ratio is being applied.
Pick and Place Process
Following the application of solder paste, each component is added one at a time using an ESD tweezer; in this case, all of the capacitors, inductors, integrated circuits, and resistors are positioned where they are supposed to be.
Reflow Station
For the reflow process, we employ a hot air station that blows hot air at a temperature greater than 300 degrees Celsius, melting the solder paste and permanently securing the components to their pads.
Adding Type C Port
After adding SMD components on the top side of the PCB, we move on to adding components on the bottom side.
We begin by first applying solder paste with the solder paste dispensing needle on the Type C USB pads.
After that, we use the hot air station to solder the USB port into location.
THT Components
Using a soldering iron, we attach the THT components—the USB Port and the Lithium Cell 18650 Holder—on the bottom side of the device after attaching the Type C Port.
After using a soldering iron to secure the 10mm LEDs in place from the TOP side of the PCB, we remove the extra leads from the LEDs.
The circuit is now ready.
Power Source and Testing
A 3.7V, 2900mAh lithium cell is being used to power this whole setup.
We place the lithium cell in its SMD Holder in the correct polarity and press the toggle switch once to turn on the 10mm LED, indicating that the circuit is operational.
The output voltage was then tested with a multimeter, and 5.1V was observed.
After the voltage measurement, we use a USB tester to measure the voltage through the USB port and find 5.1V there as well.
After measuring the voltage, we use a USB tester to check the voltage coming from the USB port and discover that it is also 5.1V.
Powering an Arduino
Now that this circuit is working, we can now use it to power any MCU that requires 5 volts.
In order to verify this, we connect jumper wires to the Pika Bank's output terminals and connect them to the VCC and GND terminals of an Arduino Nano.
Below is the code that was used; the LED and Blink Sketch are connected to the Nano's D2 Pin.
void setup() { // initialize digital pin LED_BUILTIN as an output. pinMode(2, OUTPUT); } // the loop function runs over and over again forever void loop() { digitalWrite(2, HIGH); // turn the LED on (HIGH is the voltage level) delay(1000); // wait for a second digitalWrite(2, LOW); // turn the LED off by making the voltage LOW delay(1000); // wait for a second }
The setup was successful once the program was uploaded to an Arduino Nano and the MCU was powered by a Pika Bank. As a result, we may utilize this device to power projects like these.
Running Raspberry Pi through Pika Bank
In order to power the Raspberry Pi Model 4B, we connect a Type C connection to the USB port, and it turns on as well.
Charging Smartphone
At last, we connect a smartphone with the Type C cable, and it charges as well.
It should come as no surprise that the IP5303 utilized in this project can be used as a mobile charger or a reliable 5V power supply since it is originally a Power management IC that is frequently used in commercial power banks.
Conclusion
Overall, this arrangement is functional and capable of powering a variety of devices, including an Arduino board and a mobile phone. For the majority of gadgets, it can supply stable 5V output. The system can only output a maximum current of 2A, which is fine in most situations but not if we wish to drive more powerful devices like an LCD display or LED matrix.
Thanks for getting this far; please leave a comment if you need any help with this project.
Special thanks to PCBWAY for supporting this project; do check them out for great PCB service at a lower cost.
Thanks again, and I will be back with a new project soon.
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(2, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(2, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(2, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
PIKA BANK Portable 5V Power Supply
*PCBWay community is a sharing platform. We are not responsible for any design issues and parameter issues (board thickness, surface finish, etc.) you choose.
- Comments(0)
- Likes(0)
- 0 USER VOTES
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
More by Arnov Arnov sharma
- Delete Button XL Greetings everyone and welcome back, and here's something fun and useful.In essence, the Delete Butt...
- Arduino Retro Game Controller Greetings everyone and welcome back. Here's something fun.The Arduino Retro Game Controller was buil...
- Super Power Buck Converter Greetings everyone and welcome back!Here's something powerful, The SUPER POWER BUCK CONVERTER BOARD ...
- Pocket Temp Meter Greetings and welcome back.So here's something portable and useful: the Pocket TEMP Meter project.As...
- Pico Powered DC Fan Driver Hello everyone and welcome back.So here's something cool: a 5V to 12V DC motor driver based around a...
- Mini Solar Light Project with a Twist Greetings.This is the Cube Light, a Small and compact cube-shaped emergency solar light that boasts ...
- PALPi V5 Handheld Retro Game Console Hey, Guys what's up?So this is PALPi which is a Raspberry Pi Zero W Based Handheld Retro Game Consol...
- DIY Thermometer with TTGO T Display and DS18B20 Greetings.So this is the DIY Thermometer made entirely from scratch using a TTGO T display board and...
- Motion Trigger Circuit with and without Microcontroller GreetingsHere's a tutorial on how to use an HC-SR505 PIR Module with and without a microcontroller t...
- Motor Driver Board Atmega328PU and HC01 Hey, what's up folks here's something super cool and useful if you're making a basic Robot Setup, A ...
- Power Block Hey Everyone what's up!So this is Power block, a DIY UPS that can be used to power a bunch of 5V Ope...
- Goku PCB Badge V2 Hey everyone what's up!So here's something SUPER cool, A PCB Board themed after Goku from Dragon Bal...
- RGB Mixinator V2 Hey Everyone how you doin!So here's a fun little project that utilizes an Arduino Nano, THE MIXINATO...
- Gengar PCB Art Hey guys and how you doing!So this is the GENGAR PCB Badge or a Blinky Board which is based around 5...
- R2D2 Mini Edition So here's something special, A Mini R2D2 PCB that speaks ASTROMECH.Astromech is a fictional language...
- C-3PO Blinky Board Hey guys and how you doing!So this is the C3P0 PCB Badge or a Blinky Board which is based around 555...
- WALKPi Breadboard Version Greetings everyone and welcome back, Here's something loud and musical.Similar to a traditional walk...
- BOXcilloscope Greetings to everyone, and welcome back.This is BOXcilloscope, a homemade portable oscilloscope that...
-
-
Helium IoT Network Sensor Development board | H2S-Dev V1.2
122 0 0 -
-
-
-
-
-
3D printed Enclosure Backplate for Riden RD60xx power supplies
185 1 1