DevMiser

Results 39 comments of DevMiser

No, you only need to execute the code once and it will run continuously. What error code do you get when it stops working? If the error relates to memory,...

It looks like your errors may be originating from AWS Polly. I would retry the following command in a terminal: pip3 install boto3 If that does not work, check your...

From this error, it appears you may be trying to connect to an incorrect or invalid endpoint URL for the Polly service. Check whether you are using the default region...

I am happy to hear that you got it working! Yes, you do need a monitor to start the program. You can then unplug it. You may want to enable...

Here is a suggested way to do so from another user: Modify the .bashrc file so that it will handle the audio startup correctly. sudo nano /home/pi/.bashrc, and add python3...

You would need to change the wake_word() function to be a button push detection function and would no longer need to import pvporcupine. Keep in mind, however, that pvporcupine is...

I have never used a NanoPi R6S. But I took a look at its specs. Given that it can use a Debian OS, I assume any Python program would run...

When you set up a program to run automatically on startup as you did by modifying your .bashrc file, it will also start automatically when you open a terminal. If...

I recommend retrying instruction 6 under "Prepare Your Raspberry Pi 4 to Run this Program" in the instructions. Please note that there are two blank spaces in the command in...