๐Ÿ“ฆ AlistairKeiller / FSAE-influxdb

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/AlistairKeiller/FSAE-influxdb.git
HTTPS git clone https://github.com/AlistairKeiller/FSAE-influxdb.git
SSH git clone git@github.com:AlistairKeiller/FSAE-influxdb.git
CLI gh repo clone AlistairKeiller/FSAE-influxdb
Alistair Keiller Alistair Keiller fix spelling 698963c 1 years ago ๐Ÿ“ History
๐Ÿ“‚ 698963c9ac05d5598285b62f02e48b042af0c93b View all commits โ†’
๐Ÿ“ .devcontainer
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ 80-can.network
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ data.service
๐Ÿ“„ install.sh
๐Ÿ“„ README.md
๐Ÿ“„ README.md

flowchart TD
    B(Brake Sensors) -->|Analog| A(Arduino)
    L(Linear Potentiometers) -->|Analog| A(Arduino)
    A(Arduino) -->|UART| Pi[fa:fa-raspberry-pi Raspberry Pi System]
    O(Orion BMS) -->|CAN| Pi[fa:fa-raspberry-pi Raspberry Pi System]
    K(Kelly Motor Controllers) -->|CAN| Pi[fa:fa-raspberry-pi Raspberry Pi System]
    subgraph Pi[fa:fa-raspberry-pi Raspberry Pi System]
        R(Rust Logging Code) -->|HTTP| I(InfluxDB)
        I(InfluxDB) -->|HTTP| G(Grafana)
    end