Niklas Jensen
|
2037b654a6
|
Fix IMU ang MAG, added MAG chart to svelte
|
2026-01-31 14:40:46 +01:00 |
|
Niklas Jensen
|
941a2b10f7
|
Early stages of magnetometer from ICM20948
|
2026-01-31 14:40:46 +01:00 |
|
Niklas Jensen
|
fcf058921a
|
Add void pointer for initializing sensors
|
2026-01-31 14:40:46 +01:00 |
|
Niklas Jensen
|
0047810098
|
Ignore weird success flag on IMU update
|
2026-01-31 14:40:46 +01:00 |
|
Niklas Jensen
|
326decdae3
|
Added PAJ7620U2 defs, set mag for ICM20948 temp
|
2026-01-31 14:40:46 +01:00 |
|
Niklas Jensen
|
42cce24c11
|
Added ICM20948 support
|
2026-01-31 14:40:46 +01:00 |
|
Niklas Jensen
|
48829dafaa
|
Moved all filenames to filesystem file
|
2026-01-31 14:40:45 +01:00 |
|
Niklas Jensen
|
2536410ee3
|
Unused and untested peripheral endpoint updated to protobufs
|
2026-01-31 14:40:31 +01:00 |
|
Niklas Jensen
|
41da5163bc
|
Converted servocontroller to protobufs + persistance defaults
|
2026-01-31 14:40:22 +01:00 |
|
Niklas Jensen
|
07f5ffd5a7
|
Default center angle of servos to 2
|
2026-01-31 14:37:31 +01:00 |
|
Niklas Jensen
|
9b5261a022
|
Moved all filenames to filesystem file
|
2026-01-31 14:37:31 +01:00 |
|
Niklas Jensen
|
56d81f75cb
|
Unused and untested peripheral endpoint updated to protobufs
|
2026-01-31 14:37:31 +01:00 |
|
Niklas Jensen
|
e1f44a6f06
|
Camera api to protobuf - still and stream not tested
|
2026-01-31 14:37:31 +01:00 |
|
Niklas Jensen
|
dbca9bd0b7
|
Converted servocontroller to protobufs + persistance defaults
|
2026-01-31 14:37:31 +01:00 |
|
Rune Harlyk
|
02aaee0878
|
♻️ Replace more arduino functions with native
|
2026-01-30 14:01:48 +01:00 |
|
Rune Harlyk
|
1e9f38fe7b
|
🐛 Fixes mpu6050 dmp
|
2026-01-30 12:57:51 +01:00 |
|
Rune Harlyk
|
dbc74d6f88
|
⚡ Replace third party libs with i2c bus drivers
|
2026-01-30 12:57:51 +01:00 |
|
Rune Harlyk
|
64199ac1a3
|
⚡ Removes PsychicHttp dependency
|
2026-01-24 13:36:32 +01:00 |
|
Rune Harlyk
|
775ca78a10
|
🚚 Rename websocket_message to messages
|
2026-01-03 22:15:00 +01:00 |
|
Rune Harlyk
|
568fa93368
|
🔥 Removes stateful socket
|
2026-01-03 22:15:00 +01:00 |
|
Rune Harlyk
|
4c6b0c316d
|
🔥 Remove json from sensor implementations
|
2026-01-03 22:15:00 +01:00 |
|
Rune Harlyk
|
fa332995f9
|
♻️ Handle incomming messages
|
2026-01-03 22:15:00 +01:00 |
|
Rune Harlyk
|
c0c13754f4
|
♻️ Updates combase to use protobufs
|
2026-01-03 22:15:00 +01:00 |
|
Rune Harlyk
|
3be08a31ed
|
✨ Adds imu calibration
|
2025-12-24 13:44:43 +01:00 |
|
Rune Harlyk
|
f78a0f50bd
|
🐛 Fix imu and magnotometer
|
2025-11-27 20:59:11 +01:00 |
|
Rune Harlyk
|
06d457f4e5
|
🐛 Fixes barometer
|
2025-11-04 20:03:07 +01:00 |
|
Rune Harlyk
|
aee29c47e4
|
🎨 Improves mode handling
|
2025-10-11 15:29:22 +02:00 |
|
Rune Harlyk
|
2face72aee
|
🎨 Clamp servo pwm
|
2025-10-09 18:33:17 +02:00 |
|
Rune Harlyk
|
1f8e7efdb2
|
✨ Adds option to rotate gesture sensor
|
2025-10-09 18:33:04 +02:00 |
|
Rune Harlyk
|
06d27e0644
|
🎨 Renames event socket to websocket adapter
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
43b5216d9f
|
⚡️ Removes task manager dependency
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
e1e11346b4
|
🔥 Removes unused functions and constants
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
0285b522f1
|
🎨 Replaces delay with vTaskDelay
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
f9a0880cd9
|
✨ Moves servo event to main
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
9c74c8e87b
|
🚨 Fixes build error for esp-idf
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
a5371c36b9
|
♻️ Moves peripherals to source file, add sensor base
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
7fd35f3f48
|
♻️ Major clean up of project structure
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
26c36b8302
|
🎨 Makes gesture sensor more readable and motion take last gesture
|
2025-09-10 15:16:00 +02:00 |
|
Rune Harlyk
|
bfc259e660
|
✨ Adds gesture controls
|
2025-09-10 15:16:00 +02:00 |
|
Rune Harlyk
|
6368bf9213
|
🎨 Makes use of msg type for sensors
|
2025-09-10 11:15:44 +02:00 |
|
Rune Harlyk
|
59bb1d9579
|
⚡️ Improves imu speed by making it non blocking and run faster
|
2025-09-08 22:37:57 +02:00 |
|
Rune Harlyk
|
bd8c8fd988
|
🐛 Fixes imu handling
|
2025-09-06 19:55:57 +02:00 |
|
Rune Harlyk
|
18d4d66758
|
✨ Makes robot stand compensate imu
|
2025-09-04 19:27:48 +02:00 |
|
Rune Harlyk
|
43e76770a8
|
⚡️ Removes unnecessary lerp
|
2025-07-16 20:32:46 +02:00 |
|
Rune Harlyk
|
6e10eabd9f
|
🔥 Cleans up peripherals service
|
2025-07-16 20:32:19 +02:00 |
|
Rune Harlyk
|
a3be035f98
|
🚚 Moves firmware to src and include
|
2025-07-11 12:16:23 +02:00 |
|