-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo
39 lines (26 loc) · 1.36 KB
/
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
30
31
32
33
34
35
36
New board
Sonar green wire is cut
laser server gets loose
Doc Board problems
Opposite side motors must have pins swapped
noise on servos because of motor lines. Must add 1k resistor
# Tasks
Obstacle detection
when entering driving mode, must check for obstruction and block trigger + rumble
while driving, detect object from a longer distance to give time to brake
Auto-calibration
on boot, for a few seconds. Set LED to indicate that system is calibrating
accelerometer: X,Y should be 0, Z should be 9.8
Magneto: The device would need to be facing north. A compass would need to be installed on the device
Maybe calibration should be on demand then instead of on reboot
ADC for battery
would need to build another board that would vary a voltage on the ADC and detect it. This is an elaborate circuit
# Bugs
Speed metrics is wrong
ps5 controller battery level is accurate?
# Dual sense info
https://gist.github.com/Nielk1/6d54cc2c00d2201ccb8c2720ad7538db
https://github.com/nowrep/dualsensectl/blob/main/main.c#L746
# Testing websocket
curl -N -i -H "Connection: Upgrade" -H "Upgrade: websocket" -H "Sec-WebSocket-Version: 13" -H "Sec-WebSocket-Key: SGVsbG8sIHdvcmxkIQ==" http://192.168.4.1/telemetry -vvv --output -
https://youtu.be/MDsiWHeAhvQ