dr-mark-roberts / open-dyson-battery

Open source implementation of Dyson battery firmware
MIT License
21 stars 16 forks source link

open-dyson-battery

License: MIT

Open source implementation of Dyson cordless vacuum cleaner battery firmware.

DISCLAIMER

This project is created for purely educational purposes. Li-ion batteries are high energy devices that may catch fire or explode if mishandled. Review the code and use it at your own risk.

Features

Current status of firmware is 'proof of concept'.

Implemented features:

TODO

Hardware

All older Dyson batteries are based on pic16lf1847 microcontroller with ISL94208 battery controller. Both ICs have excellent documentation from the manufacture.

Dyson V6 battery

Reverse engineered schematic of v6 battery with marking 188002 on the board. v6 schematic

Dyson V8 battery

This is pretty much the same as v6 with some minor changes. Reverse engineered schematic of v8 battery with marking 180207 on the board. v8 schematic

Contributing

Pull requests for new features, bug fixes, and suggestions are welcome!

License

MIT