AasmundN / elsys-project

Project repository for NTNU subject TT4270 Elsys prosjekt spring 2023.

Home Page:https://partyhatt.site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Project repository for NTNU subject TT4270 Elsys prosjekt spring 2023.

https://partyhatt.site/


Languages

Language:C++ 75.4%Language:Vue 21.0%Language:JavaScript 2.1%Language:HTML 1.2%Language:C 0.3%