mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-26 21:27:38 +02:00
add journal entries
This commit is contained in:
parent
766c704633
commit
181908772b
BIN
docs/3d_rendered_points.png
Normal file
BIN
docs/3d_rendered_points.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
docs/gyro_and_acceleration_data.png
Normal file
BIN
docs/gyro_and_acceleration_data.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
16
journal.md
16
journal.md
@ -12,7 +12,7 @@
|
||||
|
||||

|
||||
|
||||
## March 24
|
||||
## March 23
|
||||
- Started on the creating the game.
|
||||
- Created a format check and test setup for the backend.
|
||||
- Created pipelines for building and testing our backend.
|
||||
@ -33,3 +33,17 @@ Current subprojects:
|
||||
- **Skateboard hardware:** Currently assembled on a breadboard. The setup seems to work. The ambition is to make a physical rig (a skateboard) to mount the circuit boards on. Nothing has been thought out in this regard, and this step is deferred.
|
||||
- **Skateboard firmware:** Currently there's a hello world project. MPU6050 the driver has been imported, but not completely. The accel/gyro example doesn't compile yet, as the I2C-driver dependency is not set correctly. The short term ambition is to make a firmware that reads accel/gyro sensor data with the driver and prints it to serial. After that, the ambition is to add MQTT transmission. This requires an MQTT message broker to be set up. The long term low priority ambition is to write a custom MPU6050 driver.
|
||||
- **Game:** Currently the program which opens an empty window. The ambition is to create a slope like game, preferably with 3d graphics. If the 3d graphics is too ambition, we will make a simple 2d game with top down view of the skateboard game.
|
||||
|
||||
## 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.
|
||||
- Continued Work on the 3d rendering. Created points that if connected would look like a cube.
|
||||
|
||||

|
||||

|
||||
|
||||
## March 25
|
||||
|
||||
- Backend can now receive data.
|
||||
- Continued working on 3d rendering with no luck.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user