Skip to content

AntarcticBear/sph0645lm4h-rpi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

ADMP441 MEMS I2S driver for Raspberry Pi.

Breakout Board

Purchased from OSHPark via https://github.com/SamEA/ADMP441_Microphone.git

BOM

OSHPark

  1. R1 - 100kOhm
  2. C1 - 100nF
  3. U1 - ADMP441 MEMS desoldered from Amazon Dash

Raspberry Pi

ADMP441 RPi
WS 19
SD 20
SCK 18
VCC 1
GND 9

Kernel

Run make && make install in the linux directory

Device Tree Overlay

cd dts
dtc -@ -I dts -O dtb -o i2s-soundcard.dtbo i2s-soundcard-overlay.dts
sudo cp i2s-soundcard.dtbo /boot/overlays

Configuration

Add admp441 to /etc/modules

Add dtoverlay=i2s-soundcard,alsaname=mems-mic to /boot/config.txt

Reboot!

About

SPH0645LM4H-B for the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.5%
  • Makefile 13.5%