add entries in journal.md

This commit is contained in:
Mikkel Troels Kongsted 2026-03-27 11:35:23 +01:00
parent 57f201ca40
commit fddaa43ba0
5 changed files with 16 additions and 1 deletions

BIN
docs/3d_rendering_math.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 572 KiB

BIN
docs/jeg_er_picklerick.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 KiB

BIN
docs/planning_board.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

BIN
docs/z_equals_0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

View File

@ -36,8 +36,9 @@ Current subprojects:
## March 24
- Created code to get data from the accel/gyro sensors.
- Created a MQTT mesaage broker to send the accel/gyro data to a backend.
- Send the accel/gyro data from board to a backend over MQTT.
- Continued Work on the 3d rendering. Created points that if connected would look like a cube.
- Backend and game ci pipelines.
![alt text](docs/3d_rendered_points.png)
![alt text](docs/gyro_and_acceleration_data.png)
@ -47,3 +48,17 @@ Current subprojects:
- Backend can now receive data.
- Continued working on 3d rendering with no luck.
## March 26
- Got 3d rendering working.
- Refactored backend.
![alt text](docs/jeg_er_picklerick.png)
![alt text](docs/z_equals_0.png)
![alt text](docs/3d_rendering_math.png)
## March 27
- Created a planning board
![alt text](docs/planning_board.png)