|
fe3120dbee
|
Little bit of clean up
|
2023-04-01 04:26:11 +02:00 |
|
|
e9df974c9e
|
Added led to indicate bluetooth status
|
2023-04-01 04:25:58 +02:00 |
|
|
8505ac6049
|
Renamed NVS namespace
|
2023-04-01 04:12:13 +02:00 |
|
|
987f778a25
|
Added menuconfig option to switch between prototype and eventual production hardware
|
2023-04-01 04:10:57 +02:00 |
|
|
819fb3154c
|
Updated to new version of KiCad and made some small changes to the design
|
2023-03-31 20:45:04 +02:00 |
|
|
f57131d984
|
Added pin config for production
|
2022-09-29 03:18:35 +02:00 |
|
|
9cbeee2c4d
|
Moved pin config into seperate config file
|
2022-09-29 03:00:20 +02:00 |
|
|
3a3c4c68ff
|
Configured thermal reliefs for mounting holes
|
2022-07-07 22:26:23 +02:00 |
|
|
aa786cffa1
|
Made corners rounded and added mounting holes
|
2022-07-07 22:20:33 +02:00 |
|
|
697cabfb81
|
Removed app
|
2022-07-07 21:48:13 +02:00 |
|
|
0e2b7ca104
|
Finished first iteration of the PCB
|
2022-07-07 21:47:40 +02:00 |
|
|
f11ec12968
|
Alternative power input switch system
|
2022-07-07 21:47:15 +02:00 |
|
|
5e125b7f49
|
Removed unnecessary includes
|
2022-07-07 21:46:43 +02:00 |
|
|
2bbc3673b6
|
Audio data now goes through a ringbuffer first so we can hopefully smooth out the sequence number errors
|
2022-07-05 00:26:55 +02:00 |
|
|
b338fbcca2
|
Small tweaks to hopefully improve performance
|
2022-07-03 20:34:11 +02:00 |
|
|
9c39397e59
|
Went back to linear volume curve
|
2022-06-29 17:13:37 +02:00 |
|
|
f6318a3162
|
Adjusted volume curve, only change volume if enabled and added option to cancel volume sync
|
2022-06-29 03:41:01 +02:00 |
|
|
69b7b1b245
|
Fixed some issues
|
2022-06-29 01:28:36 +02:00 |
|
|
f95bcb503a
|
Revamped how volume changes are handled to also support remote volume control
|
2022-06-28 22:13:54 +02:00 |
|
|
36a27b81f3
|
Added proof of concept to control volume
|
2022-06-24 23:28:19 +02:00 |
|
|
376d86bf02
|
Forgot to remove can.h from main.cpp
|
2022-06-24 19:04:47 +02:00 |
|
|
7d5aad4c41
|
Added auto pausing under certain circumstances
|
2022-06-24 01:47:50 +02:00 |
|
|
a221936955
|
Removed MCP2515 code as it is no longer required
|
2022-06-24 01:19:56 +02:00 |
|
|
3b1528e951
|
Fixed mask and made buttons functional again
|
2022-06-22 20:36:12 +02:00 |
|
|
b4cb413d4c
|
Reduced some logging, and added id filter
|
2022-06-21 04:10:43 +02:00 |
|
|
4bb95d2208
|
Started work on using TWAI instead of external CAN bus
|
2022-06-20 19:41:53 +02:00 |
|
|
2a727b66b0
|
Swapped forward and backwards on scroll made scroll larger
|
2022-06-16 23:55:44 +02:00 |
|
|
0ea3a0b4ab
|
Only listen for buttons to prevent weird issues from occuring
|
2022-06-16 23:14:06 +02:00 |
|
|
2c53036d45
|
Seek forward and backward using scroll wheel in car
|
2022-06-16 23:12:31 +02:00 |
|
|
44f9e6393a
|
Buttons should now only work if we are on AUX2
|
2022-06-16 00:47:04 +02:00 |
|
|
548a6278c0
|
Fixed bugs
|
2022-06-16 00:30:19 +02:00 |
|
|
2a276b8a58
|
Turned on O2
|
2022-06-15 20:53:24 +02:00 |
|
|
ab1a78155d
|
Refactor and small optimization
|
2022-06-15 20:53:01 +02:00 |
|
|
06a90d4b04
|
MultiPurposeButton now uses a timer to time the long and short press
|
2022-06-15 19:28:02 +02:00 |
|
|
097814ea25
|
Some small tweaks
|
2022-06-15 19:07:37 +02:00 |
|
|
d05f767827
|
Volume is now synced from car to phone
|
2022-06-15 15:58:45 +02:00 |
|
|
2f854ad54d
|
Forgot to store previous button state
|
2022-06-14 21:46:55 +02:00 |
|
|
a92fe02c59
|
Refactored and current playstatus is now received from device
|
2022-06-14 21:26:11 +02:00 |
|
|
1c1ccf0a7a
|
Implemented forward and backward
|
2022-06-14 20:10:57 +02:00 |
|
|
560e3c191f
|
Play/pause using the forward button on the steering wheel
|
2022-06-13 17:37:38 +02:00 |
|
|
0a24f70cc3
|
Implemented CAN Bus listening
|
2022-06-13 16:42:57 +02:00 |
|
|
f42df67f80
|
Fixed accessing out of scope memory
|
2022-06-11 04:01:13 +02:00 |
|
|
788708fb74
|
Started work on CAN bus
|
2022-06-11 03:16:15 +02:00 |
|
|
7f449b8475
|
Canmonitor was not fast enough
|
2022-06-10 01:51:45 +02:00 |
|
|
8a234e9ddb
|
Wrote CAN Bus data visualizer
|
2022-06-09 21:33:17 +02:00 |
|
|
afb26b2a47
|
Fixed flipped transistor
|
2022-06-09 21:32:53 +02:00 |
|
|
6bcf0e0f39
|
Moved software into seperate folder
|
2022-05-26 03:34:25 +02:00 |
|
|
7907e16701
|
Started work on a companion app to read out things like battery life
|
2022-05-26 03:30:12 +02:00 |
|
|
6d81ff66ab
|
Created falstad circuit simulation for the input power switch
|
2022-05-26 03:28:42 +02:00 |
|
|
d5a015d3cd
|
Put buck converter on seperate PCB for validation
|
2022-05-26 03:26:39 +02:00 |
|