Replies: 1 comment
-
It has taken a while to get this component to play nicely with the MAX98357 amp, but I have an installer script (or three) that should work. I will keep testing as the installation modifies the same files which can cause conflicts. The installers need to be executed in the following order, with multiple restarts during the process (which is why they are not a single install):
The scripts may require re-running after restart, so I'll try to make that clear from the debug output. Full commit showing changes: fbe3eae More informationIt seems as though the adafruit i2s installer scripts are a good baseline for this, and I have created my own bash scripts to do the following:
The original mic installer attempts to make and install There is a line added to /etc/asound.conf TestingI have tested the speakers using
Testing the microphones and speech recognition can be done by enabling the
|
Beta Was this translation helpful? Give feedback.
-
As part of the proposed changes for Cody, the Raspberry Pi 5 will be replaced with a Pi Compute Module 5. This will allow a carrier board to be created that can house the core modules needed for the robot in a much smaller package.
This discussion details the potential use of the INMP441 I2S MEMS microphone as an alternative to the Adafruit SPH0645 module currently used in buddy, and will hopefully allow the module to be embedded on the carrier board directly as discrete components.
The module allows for a simple connection to the Raspberry Pi and even supports L/R feeds with two modules connected:
Pins 12, 35 and 38 are used in this example (GPIO 18, 19 & 20).
Datasheet is available here: https://www.digikey.com/htmldatasheets/production/1431884/0/0/1/inmp441-datasheet.html
Beta Was this translation helpful? Give feedback.
All reactions