Here i have some fun Embedded projects:
I used dot-matrix and joystick to create a snake game with stm32-F302R8
I can control the snake speed with potentiometer
When game starts the LED to the right lights green, but when i lose LED turns red. There is also short blink of blue light when i collect a dot
Scored points are counted with 2 7-seg displays
I used freeRTOS is this project to properly multiplex 7-seg displays and dot-matrix
Robotic arm made witm stm32-F302R8.
I can control the arm with joystick and the gripper with two button in the background.
This arm consists of one stepper motor to turn around, one servo motor to turn up and down and another servo for gripper.
Gyroscope measurement visualization with MPU6050 inertial measurement unit and atmega328p
Cube on the screen moves as i move the sensor
I used a HDC1080 high pricision humidity and temperature sensor to get data to ATmega328p.
Then Atmega328p sens data via UART to STM32 nucleo-F302R8.
This data is displayed in 4 7seg displays.
I can switch from temperature to humidity with button click.