From 33be871920d05164e25df7fb3b6f68ebc86373fa Mon Sep 17 00:00:00 2001 From: ProtoPenguin Date: Fri, 16 Jan 2026 12:27:24 +0000 Subject: [PATCH] Update README.md --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b3557a..fa25c46 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # OpenBPS -A free and open source hardware project to build a USB battery profiler and simulator. \ No newline at end of file +A free and open source hardware project to build a USB battery profiler and simulator. + +The software interface will allow for controlling the OpenBPS through it's various modes. + +## Features + +- Battery Profiling + + Build discharge profiles for user selectable current draw + + Save profiles in open format and plain text for easy analysis + + Characterise a cell or batteries internal series resistance + +- Compatible Cells/Batteries + + Coin cells + + A/AAA + + Lithium + + Li-Ion / Li-Poly (upto two in series) + +- Cell / Battery Simulation + + Low noise power supply + + Output voltage follows profiled battery curve (whether profiled with device or supplied via CSV) + + Simulation can be set to start and finish at different states of charge + +This project will be updated as I work on software features and hardware design +