Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/northeastern-electric-racing/proteusmc
Our fully custom, in-house dual HV motor controller
https://github.com/northeastern-electric-racing/proteusmc
Last synced: 30 days ago
JSON representation
Our fully custom, in-house dual HV motor controller
- Host: GitHub
- URL: https://github.com/northeastern-electric-racing/proteusmc
- Owner: Northeastern-Electric-Racing
- Created: 2024-02-10T01:42:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T14:44:34.000Z (9 months ago)
- Last Synced: 2024-05-07T15:53:57.972Z (9 months ago)
- Language: C
- Size: 43.1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProteusMC
Our from-scratch Dual HV Motor controller## Setting up Docker Environment
> For initial installation, visit here: https://nerdocs.atlassian.net/wiki/spaces/NER/pages/108888108/Setting+Up+STM32+Dev+Env```
# TLDR:
# Pull Container:
docker compose pull# Run Container
docker compose run --rm ner-gcc-arm# (Temporary) to flash in Docker container
openocd -f ./flash_mcu.cfg
```