├── LICENSE ├── README.md ├── bluetooth.ino ├── datatypes.h ├── esp32-smart-bms-simulation.ino ├── hexutil.ino ├── smartbmsdemo.ino └── smartbmsutil.ino /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/README.md -------------------------------------------------------------------------------- /bluetooth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/bluetooth.ino -------------------------------------------------------------------------------- /datatypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/datatypes.h -------------------------------------------------------------------------------- /esp32-smart-bms-simulation.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/esp32-smart-bms-simulation.ino -------------------------------------------------------------------------------- /hexutil.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/hexutil.ino -------------------------------------------------------------------------------- /smartbmsdemo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/smartbmsdemo.ino -------------------------------------------------------------------------------- /smartbmsutil.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roccotsi2/esp32-smart-bms-simulation/HEAD/smartbmsutil.ino --------------------------------------------------------------------------------