ESP8266 intelligently controls the power bank and supports multiple charging protocols. Support Apple. Android phone
Introduction and brief introduction to the relevant functions of the project, such as:
The battery is charged using USB port 1A. Supports household AC fast charging.
Support TYPE_C PD
OLED displays current charging current. Display network time and current PCB temperature;
With 1-way relay;
Connect to the cloud platform. Supports mobile phone network control relay, and can be charged with power bank.
Here you can fill in the completion progress bar of the project, select the check box according to the completed function, and also display the completion progress of the function.
[x] Schematic design
[x] PCB diagram design
[ ] PCB proofing
[ ] Welding test
[ ] function test
[ ] Program testing
Here you can attach a schematic diagram of the circuit to explain it, along with text.
#include
int main {
void move(int *xa, int *xb);
int a, b;
printf("请输入两个数a,b:");
scanf("%d, %d", a, b);
move(a, b);
printf("a=%d, b=%d", a, b);
return 0;
}
void move(int *xa, int *xb) {
int a;
a = *xa;
*xa = *xb;
*xb = a;
}
Place schematics, PCBs, 3D diagrams, physical objects, and project-related pictures and GIFs.
Place the video link address outside the open source platform. If the open source platform cannot be uploaded, open source upload it to other video websites and put the link here. If it can be deleted within the project, you do not need to fill in this field.
Precautions for engineering related use
All reference designs on this site are sourced from major semiconductor manufacturers or collected online for learning and research. The copyright belongs to the semiconductor manufacturer or the original author. If you believe that the reference design of this site infringes upon your relevant rights and interests, please send us a rights notice. As a neutral platform service provider, we will take measures to delete the relevant content in accordance with relevant laws after receiving the relevant notice from the rights holder. Please send relevant notifications to email: bbs_service@eeworld.com.cn.
It is your responsibility to test the circuit yourself and determine its suitability for you. EEWorld will not be liable for direct, indirect, special, incidental, consequential or punitive damages arising from any cause or anything connected to any reference design used.
Supported by EEWorld Datasheet