eyk107
January 2, 2020, 5:11pm
3
Hi rlongfield,
thank you for your fast supply.
I’ve done this steps from mrhavoc:
Hey I’ve been screwing around with installing mycroft on raspberry pi with a 2 mic hat and this is what I have come up with in the past month or so since I’ve started trying in my free time:
How to install Mycroft with a ReSpeaker 2-mic hat on a Raspberry Pi 3B+
Install image from: https://drive.google.com/uc?id=1FdPUZhgoo_J8-MF4Z-xBl8nnf_6fJbrf&export=download
Format card with SD Card Formatter
Use balenaEtcher to flash image to sd Card
Boot up raspberry pi with power to both hat a…
And I edited all the files that you have mentioned here:
As Requested here is the extent of the files I edited and what was edited.
/boot/config.txt
from
`# Enable audio (loads snd_bcm2835)
dtparam=audio=on
dtoverlay=i2s-mmap
dtparam=i2s=on
to
`# Enable audio (loads snd_bcm2835)
dtparam=audio=off
dtoverlay=i2s-mmap
dtparam=i2s=on
dtoverlay=seeed-2mic-voicecard
/etc/mycroft/mycroft.conf
“play_wav_cmdline”: “paplay %1”
“play_mp3_cmdline”: “mpg123 %1”
/etc/asound.conf
`# Use PulseAudio by default
pcm.!default {
type pulse
fallb…
After the driver installation from seeed-studio, I’ve tried the arecord command. Did this command work for you? I suggest that there is a driver problem. Could you install the seeed-driver without problems?
BR