-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (21 loc) · 982 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Season Master Todolist:
General:
Priority 1
-Switch to sqlite database
-More redundant transmission of data (comes with the database)
Priority 2
-Add Gps
-Add live and Post analysys software
-Calculate optimal lap time
Priority 3
-Clean code (It's looking pretty clean, but just to be sure)
Car:
-Set up a new Pi
RasPi OS Lite 64-bit for RasPI 3b+
Username: Car
Hostname: carpi.local
Install with pip: adafruit-circuitpython-ads1x15, Adafruit-ADS1x15, adafruit-circuitpython-rfm9x, adafruit-circuitpython-lsm6ds, pyserial
Install with apt: dos2unix
Commands:
Install: pip3 install adafruit-circuitpython-ads1x15 Adafruit-ADS1x15 adafruit-circuitpython-rfm9x adafruit-circuitpython-lsm6ds pyserial && sudo apt install -y dos2unix
Verify: sudo systemctl status transmit.service code_check.service buttons.service (I don't think you usually need to be root to do this, but I will leave it as is to be safe)