NoiseMeter: Difference between revisions

From RevSpace
Jump to navigation Jump to search
Line 28: Line 28:


Hardware is a nano33 iot board.
Hardware is a nano33 iot board.
{| class="wikitable"
|+Connections
|-
!SPH0645!!nano33 iot!!Remark
|-
| SEL || - || leave unconnected
|-
| LRCK || 16 - I2S FS || sample clock
|-
| DOUT || 4 - I2S SD || data
|-
| BCLK || 17 - I2S SCK || bit clock
|-
| GND || GND ||
|-
| 3V || 3v3 ||
|}


== Software ==
== Software ==

Revision as of 19:57, 20 July 2023

Project NoiseMeter
File:NoiseMeter.jpg
Measuring audio noise as citizen science
Status Initializing
Contact bertrik
Last Update 2023-07-20

Introduction

This project is about measuring environmental audio noise as citizen science.

For example, noise can be:

  • road traffic noise (cars, mopeds, etc)
  • air traffic noise,
  • industrial noise, like building activities

Existing sound/noise meter projects:

This project is about a kind of clone of the Amsterdam Sounds project.

Hardware

Nano33 IOT pinout

Hardware is a nano33 iot board.

Connections
SPH0645 nano33 iot Remark
SEL - leave unconnected
LRCK 16 - I2S FS sample clock
DOUT 4 - I2S SD data
BCLK 17 - I2S SCK bit clock
GND GND
3V 3v3

Software

The software is based on arduino, built using platformio.