Added USB Isolation
Added both data (i2c) and power USB isolation since the BattLab-One is powered by USB.
Added both data (i2c) and power USB isolation since the BattLab-One is powered by USB.
The application runs on a PC, written in Python. Firmware for the MSP430 was written in C. Checkout my github site for the code and schematics.
The first BattLab-One PCB! I put all of the front end (current sensor, PSU and other logic) on the board and loaded it in an enclosure. I still used an MSP430 Launchpad for the main processor (not shown).
In my experience building battery powered devices over the past few years, I have realized the process of measuring and estimating battery life can be very labor-intensive. The process is tedious, with multiple test equipment arrangements to capture current profiles for different firmware states, manual data logging, and spreadsheets for data input and calculations to get to an estimate of battery life for my device under test (DUT).
I needed a better way, which led me to build the BattLab-One (Battery Laboratory). My goal was to deliver a design tool that quickly and effortlessly provided an estimate of battery life for my projects, enabling me to spend more time on design optimization and less time on measuring and calculating battery life.
I went through several iterations on the breadboard – I finally decided on the Texas Instruments INA233 for my current sensor.