This commit is contained in:
Your Name
2024-02-15 21:16:05 -06:00
parent 16cba7fca5
commit a5adf74b23
28 changed files with 6293 additions and 0 deletions

8
notes
View File

@@ -39,12 +39,20 @@ hyundai/interface ENABLE_BUTTONS = (Buttons.RES_ACCEL, Buttons.SET_DECEL, Button
- car location tracker automatic upload / api of car location
- can i get the cabin temprature from the comma??? display on home screen?
- review "BBOTCRASH" - rewrite the crash handler
https://github.com/pfeiferj/pfeifer-pilot-patches/tree/pfeifer-openpilot-patches/speed-limit-control
https://github.com/pfeiferj/pfeifer-pilot-patches/tree/pfeifer-openpilot-patches/disable-dcam-upload
https://github.com/pfeiferj/pfeifer-pilot-patches/tree/pfeifer-openpilot-patches/disable-registration
https://github.com/pfeiferj/pfeifer-pilot-patches/blob/pfeifer-openpilot-patches/notes/bus%20numbers.md
- It should do practically everything that opkr fork does
- MOST NOTABLY SteerActuatorDelay
Weather:
Ideally we intercept the info buttons on the wheel to control this.
UI: https://github.com/jclarke0000/MMM-OpenWeatherForecast/blob/master/README.md
Radar: https://github.com/jojoduquartier/MMM-RAIN-RADAR
Embed possibility: https://cefview.github.io/QCefView/docs/intros/buiding
Openpilot implementation example: https://github.com/twilsonco/openpilot
Get modem tempratures:
gdbus call --system --dest org.freedesktop.ModemManager1 --object-path /org/freedesktop/ModemManager1/Modem/1 --method org.freedesktop.ModemManager1.Modem.Command "AT+QTEMP" 50