Open Battery Information
Summary
This project provides open-source tools and information to aid in battery repair, including Arduino firmware and a web-based UI for reading battery data.
View Cached Full Text
Cached at: 09/02/26, 11:48 AM
mnh-jansson/open-battery-information
Source: https://github.com/mnh-jansson/open-battery-information
Open Battery Information
This project aims to provide tools and information about various batteries in order to aid repair. It is very common for manufacturers to lock the BMS when a fault is detected to protect the device and the user. Very important feature! So when is it a problem? Well, there is always a chance for false triggering of this protection, or the fault could have been temporary or even repaired. In this case it would be wasteful to throw out a perfectly good BMS just because its software says it is faulty.
This is the problem we would like to solve!
The desktop application is deprecated.
The old desktop application (Python/Tkinter) has been removed from this repository and is no longer maintained. The latest version of the Python application can be found in the
v0.2.3tag. It has been replaced by a new web-based UI that runs in your browser:
- Web UI / OBI-1 tool: https://github.com/OpenBatteryInformation/openbatteryinformation.github.io
- Live site: https://openbatteryinformation.github.io/
The web UI connects to the Arduino over Web Serial and can even flash the firmware directly from your browser, so no Python installation is needed anymore.
This repository now only hosts the Arduino firmware (see
ArduinoOBI/).
Contact information
For any questions, please e-mail: [email protected]
Support
I have spent alot of time on this project and now releasing all this information to the public in hope that it will help other people save batteries and money. If you would like to show some appreciation for my work, please consider supporting me by buying me a coffee or sponsor me on Github!
Instructions
Step 1: Set Up ArduinoOBI
- Navigate to the
ArduinoOBIfolder in the project directory. - Follow the instructions in its
README.md. This section will guide you through building and flashing the firmware to your Arduino Uno (or ESP32-C3), ensuring everything is set up correctly.
Step 2: Flash the Firmware
You have two options for flashing the firmware onto your board:
Option 1: Flash from the Browser (Recommended)
No toolchain required. Open the firmware uploader in Chrome or Edge, connect your board via USB and flash the firmware directly from your browser.
Option 2: Build and Flash with PlatformIO
- Install VS Code and the PlatformIO extension.
- Open the
ArduinoOBIfolder as a project in VS Code. - Build and upload the firmware for your board following the steps in
ArduinoOBI/README.md.
Step 3: Use the OBI-1 Tool
Once the firmware is running on your board:
- Open the OBI-1 web tool in Chrome or Edge.
- Connect to the serial port of your Arduino (or ESP32-C3).
- Insert a battery and press Read battery to read model, cell voltages, temperatures, charge count and status.
Prebuilt firmware binaries (uno.hex / esp32.bin) are also attached to the
Releases page of this repository.
Similar Articles
MagBridge-Battery: A Synthetic Bridge Dataset for Li-ion Magnetometry and State-of-Health Diagnostics
This paper introduces MagBridge-Battery, a synthetic dataset of 6,760 magnetic-field signatures for Li-ion battery state-of-health diagnostics, combining real magnetic morphology with real degradation labels to bridge the gap in public magnetic-sensing battery data.
BatteryLake: Agentic, Physics-Grounded Curation of Heterogeneous Battery Aging Data and Benchmarking
This paper introduces BatteryLake, a governed data lakehouse that uses LLM agents for evidence-grounded metadata extraction and schema mapping, with human-in-the-loop verification, to curate heterogeneous battery aging datasets and release an open benchmark.
Construction of a Battery Research Knowledge Graph using a Global Open Catalog
Researchers built an author-centric battery-research knowledge graph from 189k papers using OpenAlex and GPT-3.5-extracted keyphrases, enabling cross-institutional expertise discovery and collaboration recommendations.
OVMS: Open source electric vehicle remote monitoring, diagnosis and control
OVMS is an open-source system for remote monitoring, diagnosis, and control of electric vehicles, offering live metrics, alerts, and control via phone apps and web.
Real-Time State-of-Health Estimation and Online Degradation Prognosis from Partial Battery Discharge Using Physics-Informed Neural Networks
The paper proposes a physics-informed deep learning approach for lithium-ion battery state-of-health estimation using incomplete discharge curves, achieving high accuracy and enabling real-time degradation trend prognosis.
