Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 567 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 567 Bytes

ArduinoProjekt

This is a projekt that is supposed to be able to detect sound using a sound sensor and an arduino

Main components

  • Arduino UNO
  • Soundsensor
  • Ledlamp

How it works

The Soundsensor takes in sound and stores it as a value, i then set a limit to that value. If the value goes above that limit a function will activate and start a process that then turns on a ledlamp. If the ledlamp is already on this same process will intead turn of the ledlamp.

Software

  • Platform.io
    • Makes the program run the code on the arduino

Schematic