Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pastcompute/driveway-beacon
https://github.com/pastcompute/driveway-beacon
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pastcompute/driveway-beacon
- Owner: pastcompute
- Created: 2021-12-06T11:31:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T04:53:51.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T12:23:48.051Z (about 1 month ago)
- Language: C++
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build - Teensy LC
```
pio run -e tlc~driveway -t upload
```# Original Setup
```
wget https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py
echo 'PATH=$PATH:~/.platformio/penv/bin' >> ~/.profile```
Dependencies:
```
pio lib install "aparcar/CayenneLPP@^1.3.0" "bblanchon/ArduinoJson@^6.19.1"
cd lib
git clone https://github.com/pastcompute/arduino-MLX90393
git clone https://github.com/pastcompute/sx1276-arduino
```