Rotary phone, RPi5, STT & Ollama for an offline quirky assistant with TTS output - part 2
Okay, following on from the success of Part 1 (okay, it was only about 8 hours ago, but y'know) I ventured into the Hardware side of things, looking at getting the software to interact with the hardware. Time to get the screwdrivers out. As mentioned, I thought I was going to use Node-Red. I burnt even more time trying to get Node-Red GPIO nodes to work. Turns out that there are "issues" with RPi 5, Python and the GPIO access. It took me far too long going around in circles to accept this. I'll have a chat with DCJ when he's back from holiday in July. So, what did I do? I went back to the layer underneath. Yep, I did it people, I dropped into using Python. Actually, I noticed that the node-red node was just dropping down to using Python anyway, so I was just removing the layer that was giving me issues. Here's the Node-Red error I was getting: It's odd as I can run that command not a problem and I followed all the instructions for the node...