Project repository for NTNU subject TT4270 Elsys prosjekt spring 2023.
- Vue 3 - Progressive JavaScript Framework
- Vuetify 3 - Material Design Framework
- PlatformIO - Embedded development in VSCode
To run the local development server run, download the source code and run the following commands:
cd app
npm install
npm run serve
The microcontroller used in this project is an ESP32. To upload the project code to your microcontroller, first install PlatformIO in VSCode. Open the repository directory main. You can now upload the project.
The sensors used for the project are the Max9814 microphone and the MMA8451 gyroscope, both from Adafruit. The pin setup is specified in the corresponding program files.