Skip to content

Project repository for NTNU subject TT4270 Elsys prosjekt spring 2023.

Notifications You must be signed in to change notification settings

AasmundN/elsys-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image image

Project repository for NTNU subject TT4270 Elsys prosjekt spring 2023.

🔗 Live web application

Frameworks


  • Vue 3 - Progressive JavaScript Framework
  • Vuetify 3 - Material Design Framework
  • PlatformIO - Embedded development in VSCode

Web application setup


To run the local development server run, download the source code and run the following commands:

cd app
npm install
npm run serve

Microcontroller setup


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.

Sensor setup


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.