-
Notifications
You must be signed in to change notification settings - Fork 1
Home
HiddenTTY edited this page Jul 2, 2022
·
3 revisions
Welcome to the GUI4SBS wiki!
If you just want take the interface to bind it on your own project, get the GUI4SBS.ino alone. The code is simple, it will be very easy to link it with existing project. Vars below are preseted for the demo but must be retrieved throught SBS interface.
- CELL1 = 3.91
- CELL2 = 3.92
- CELL3 = 3.93
- CHARGECYCLE = 160
- TEMPERATURE = 22
- REMAININGCAP = 99
- MAINVOLTAGE = 12.62
This is the displayed result :

But you can also use the combinated project (GUI4SBS_combinated.ino) who work with SPI screens, and ready to use with SBS compatible battery BMS.
- Get SBS data throught I2C/SMBus line.
- Threat and put in forms datas.
- Drive the SPI screen.
- Populate the GUI.
This is the displayed result :