Inspiration

The project is following the given hardware challenges from the B/S/H.

What it does

We are working with microcontrollers and sensors to make nice and smooth LED animations. The first challenge is about gradually changing colours of the LED matrix. The second one is about falling letters, and the later challenges are about using data from the inertial measurement unit either from the sensor, or from the phone.

How we built it

The documentation page was built using Hugo.

The Django application connecting the phone and PC is running locally (using HTTPS, which is necessary to be able to securely send the sensitive data) and reads device orientation data (from the phone). These are sent as alpha, beta and gamma angles to the application backend and saved in a file - this file is then later accessed by the STM board.

The programs and algorithms running on the microcontroller are in pure C.

Built With

Share this project:

Updates