WeMos lithium battery shield (ESP8266)

preview_player
Показать описание
This WeMos shield can be used to run the microcontroller und other shields from a lithium battery. It also charges ist up if USB is connected.

Get the shield from here:
..and the WeMos from here:
Check out my Patreon page for extra stuff:
Рекомендации по теме
Комментарии
Автор

Thanks. Your video made me realize the polarity on my my lipo battery was backwards. Works great now. here is some code to read the voltage

const int analogPin = A0; // Replace with the correct pin for your shield

void setup() {
Serial.begin(115200);
}

void loop() {
int sensorValue = analogRead(analogPin); // read the input on the analog pin
float voltage = sensorValue * (3.3 / 1023.0); // Convert the analog reading to voltage
Serial.print("Battery Voltage: ");
Serial.print(voltage);
Serial.println(" V");
delay(1000); // Delay in between reads for stability
}

grampslanc
Автор

Using a pair of Dupont connector wires for the battery connection is brilliant! I thought I would have to de-solder the connector and solder on wires just to do my breadboard testing...

resnbl
Автор

Did you get the chance to test the minimal power consumption with this shield while the WeMos is sleeping?

BR.
Автор

I connected a 3.7v lipo, and it started smoking...
(the small resistor 102 right next to the leds was smoking hot (0.7A))
Why did that happen?

DVDplayerz
Автор

nice video! so have you figured what battery actually has that type of connector?

Agartha_Asamoah
Автор

Hi, gibt es einen link für den verwendeten Akku Pack?
Danke

tr-eguy
Автор

In my project i need to monitor is powered by usb, or by battery now. If i use this shield, can i know get this data on controller pin ?

sergeynechiporenko
Автор

I know it's an old video, but what if the marker that you use befeore soldering?

martingigli
Автор

Hallo, hier sind die Steckverbinder für das Shield bei Ali Express

wildehilde
welcome to shbcf.ru