Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/northeastern-electric-racing/shepherd-bms
Our from-scratch Battery Management Application
https://github.com/northeastern-electric-racing/shepherd-bms
Last synced: 30 days ago
JSON representation
Our from-scratch Battery Management Application
- Host: GitHub
- URL: https://github.com/northeastern-electric-racing/shepherd-bms
- Owner: Northeastern-Electric-Racing
- Created: 2023-05-26T14:18:32.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-10-24T13:09:01.000Z (4 months ago)
- Last Synced: 2024-10-25T15:05:49.238Z (4 months ago)
- Language: C
- Homepage:
- Size: 2.66 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShepherdBMS
Our from-scratch Battery Management System application## Setting up Environment
> For initial installation and more info, visit here : https: // nerdocs.atlassian.net/wiki/spaces/NER/pages/524451844/2024+Firmware+Onboarding+MasterBefore building any code, initiailze the submodule by running:
```
git submodule update --init
```After entering the ner-venv but before your first commit, run:
```
pre-commit install
```