blob: 921848ac0a5eb3f33e86b2a7c8c11ec4fd0ba906 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# TNE107-RPI
## bt.py
This program controls the Bluetooth behaviour of the system.
## DWM.py
This program interfaces with the DWM1001 UWB transciever via serial to get location data.
## LIDAR
This program interfaces with the SLAMTEC RPLIDAR C1. To use this there are a couple steps to take.
1. Compile the SDK in its respective folder.
2. Compile the actual LIDAR program and move it from output to the source directory with name `LIDARProg`.
## main.py
This program starts all the other programs at the correct times for communication to occur and for data handling to be done properly. This program is run as a systemd service on the Raspberry Pi.
|