-
Notifications
You must be signed in to change notification settings - Fork 5
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
Looking for some troubleshooting help #3
Comments
Looks like the actual Python script may be commented out: audio-streaming-box/controller/Dockerfile Line 10 in e4b1963
I must have been troubleshooting at some point and left that in. Comment out the "sleep" line and uncomment the line above, then try again. |
Thanks I saw that but wasn't sure. Turns out I had my latch connected to the wrong gpio pin. |
Is your unit fully working now @stevemesser ? |
Sorry, I got side tracked with a work project. I hope to work on it again in the next day or so. |
The contrast pot on the backpack is extremely fickle. I ordered another one |
@alanb128 I figured out all my LCD issues. I mentioned above I had tested keypresses. I did however without pad4pi. I figured out how to create a virtual environment in Thonny and was finally able to install pad4pi and write a test script. However, I am getting the following runtime error. Failed to add edge detection. Did I miss some configuration somewhere? |
Running the docker log command the logs are saying that flask import is failing with No module named flask. Any ideas? |
Looks like Flask was not being installed. I updated the Dockerfile, so try pulling it again and rebuilding. |
Closer, now import request fails. No module named requests |
Ok, added that in so you can try again. (Sometimes I install these modules manually during development and forget to update the repo or push the changes!) |
No worries. thanks for helping. .059 Collecting flask
|
It should be |
LCD is now working and it stays in sync. I don't see any errors in docker logs. |
Button circuIt board : gpio ROWS COLS |
I am seeing this in the log |
How many playlists have you created in this instance of MoOde? |
I have several including favorites and default. None of the buttons do the right thing. Button 8 does next track. No idea which one is select |
That's why I ask how you wired your pcb to gpio pins |
Your code does print statements on key presses but I don't know where it's printing to |
I have the project completely built. I tested button presses in a test script so that part is known to work.
My configuration is the same as yours.
I have verified the following
The issue is that the LCD nor key presses are working.
Not sure what I missed. Not even the momentary push button to GPIO 3 works.
I haven't been able to figure out where the docker container would log errors.
Any thoughts for troubleshooting?
Thanks
The text was updated successfully, but these errors were encountered: