Closed architv closed 7 years ago
On two recent projects, I created some really strange results using push button switches. On one with an Arduino, I accidentally swapped a NO switch with a NC switch. Since I was looking for a "change" and not just on or off, it really messed things up (the software didn't care if the switch was on or off, just that it had changed state from on to off or off to on). Also, on a button box for sim racing I made, I overheated a switch while soldering the leads to it and that changed it from NO to NC.
Do you still have issues with this?
This project is now deprecated in favor of the new AlexaPi (https://github.com/alexa-pi/AlexaPi) which has all the features of this project and much more, such as:
Please switch over to the new project and if your issue persists there, file an issue in the new repo's issue tracker. Thank you.
I have been able to setup Alexa. I have both the LED's working and I get the "Hello" from Alexa when I boot my Pi and also the red LED blinks three times. The only problem is that it doesn't capture the input.
When I close the switch, both the LED's get lit up but three LED waits for around 2 seconds, blinks three times and then goes off, while the red LED continues to blink. This happens every time I close the switch.
This is from
main.py
:I have tried
plughw:1
andplughw:0
with no difference. I am able to record audio usingplughw:1
and my microphone works fine otherwise.This is the output from
arecord -L
:Since everything else works fine, I suspect its not able to capture the input. Any help regarding this?