Skip to content

TorturedEngineersDept/BalanceBot

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e83df22 · Jun 20, 2024

History

58 Commits
Jun 15, 2024
Jun 20, 2024
Jun 13, 2024
Jun 20, 2024
Jun 20, 2024
Jun 19, 2024
Jun 20, 2024
May 22, 2024
Jun 2, 2024
Jun 4, 2024
Jun 19, 2024

Repository files navigation

Balance Bot

Where all code should live. There may be some changes for CI to work properly but I'll get those sorted out later. Docs can live in each individual folder as a README.

Flashing the ESP32

Follow instructions on the PlatformIO website to download PlatformIO CLI.

Then run these following commands:

cd esp32
./run.sh

Starting the website

To run the website on localhost:3000, run the following commands:

cd server/website
npm i
npm start

Raspberry Pi setup

See the docs in the pi folder.