-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
M5 Atom Echo not always working #114
Comments
Hi @asetGem, thanks for the details. |
Hi again, I did many tests and bought another Atom echo to check if it was not an issue with the first one...but still the same problem. I still have the led turning red when I press the button, but this seems to be ok, as when it happens, audio is taken into account (although intent not always recognized but that's another problem). But sometimes,
When I boot the system (=insert plug), the led is first green and then turns blue. Usually, the first try works as expected. I used the main branch, cloned yesterday. |
This is the exact scenario that I am experiencing. @asetGem Do you get response audio back on the AtomEcho? I do not. |
Nop, still nothing :( |
I was thinking, if @Romkabouter is correct, and the red indicates a reboot, then maybe the command is getting sent to the server and then it crashes and misses the response because it is rebooting? The erratic behavior might also be explained as when it crashes. Somewhere in between packaging up the audio and sending it. |
So, a little more playing around. I have been watching the serial console in VSstudio. Here is the boot info:
Which all looks fine. Then I hit the button and did a command and got this:
Which as far as I can tell, looks fine as well. If I let it error out without saying anything I get this:
And I do hear the error sound. At one point I was getting buffer underrun errors but I did not capture them and cannot reproduce now. |
Hi, I am trying to use a Atom M5 echo as a satellite for rhasspy. However, it does not work properly. Here are the behaviors I have (without changing any parameter):
What it does when it seems to work
What it does most of the time
Nothing sent
Steps 1 to 4 are as previously, but then, nothing seems to be received on rhasspy side
Nothing happens
The device stays in step 1.
Neither pushing the button or pronouncing the hot word does something.
When this happens, I have to unplug and replug the device.
This usually happens after 2 or 3 times working, so, very often!
What is my configuration
Rhasspy base
Flashing Atom Echo
setting.ini :
Then, I plug it to my computer via USB, and flash it using
pio run --target upload
. Everything works well, it is transmitted until the end.Satellite config
Once it has been flashed, the Atom Echo gets its own IP. I open it in my browser, and I have the following config:
I put "key press only" to simplify the tests. Testing wake word recognition will be when everything else is working...
Do not hesitate to ask me if you need more details.
The text was updated successfully, but these errors were encountered: