Hello all,
I am setting up a Raspberry PI with the USB microphone, and I keep getting a time mismatch error and AudioMoth-Live just keeps restarting. Here is what it looks like in the terminal. I've tried updating time from the NTP server but that doesn't do anything and I'm stuck. Any ideas on what I can try to resolve this issue? I am on the latest microphone firmware I downloaded directly from the website.
moth@raspberrypi:/usr/local/bin $ ./AudioMoth-Live 48000 autosave 5 ~/Downloads
AudioMoth-Live 1.0.0
Connected to a 384kHz AudioMoth USB Microphone with sample rate of 48kHz.
Ctrl-C to exit.
[WARNING] Restarting due to time mismatch.
Connected to a 384kHz AudioMoth USB Microphone with sample rate of 48kHz.
11:39:28 to 11:39:29 (UTC-5)
[WARNING] Restarting due to time mismatch.
Connected to a 384kHz AudioMoth USB Microphone with sample rate of 48kHz.
[ERROR] Timed out waiting for device to start.
[WARNING] Restarting due to time mismatch.
Connected to a 384kHz AudioMoth USB Microphone with sample rate of 48kHz.
11:39:32 to 11:39:34 (UTC-5)
^C
Hi, If you are using a new release of Raspberry Pi OS it may not support the 384kHz sample rate of the microphone by default. There are instructions at the bottom of the repository page describing how to update the default settings. https://github.com/OpenAcousticDevices/AudioMoth-Live I think this will likely resolve the issue. Alex
As a quick follow up it does work with arecord, but I'm hoping to get the live app to work just for ease of continuous recording.