The original idea for the dashboard:

My idea was to make a smart noise monitor. It can show the noise level, frequency distribution on the interface. And equipped with led indicator or vibration

I want to test street noise levels. Since my room lives next to the street, I have a fire station directly outside my window. I know it's noisy, but I want to know the noise level with a level of data visualization.

IMG_1377.HEIC

Arduino section:

Connect the Sparkfun Sound Detector to the Arduino and use the analog output to read the noise sensor data. I use can use the analogRead() function to get the strength value of the audio signal to determine the current noise level.

截屏2025-02-11 09.47.22.png

截屏2025-02-11 09.44.45.png

Browser's Dashboard

Use HTML to build interfaces (e.g. charts, dashboards, volume bars, etc.)

Use the Arduino WiFi library to establish transport layer connections to remote hosts over TCP and UDP.

Device Data Dashboard

环境噪音舒适度评分仪表板 by Taigen2457 -p5.js Web Editor

Reading Reflection