-
Notifications
You must be signed in to change notification settings - Fork 2
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
Disconnects every 10mins - Signia-5AX HA #19
Comments
Hi @amarnath-kashyap thanks for testing. Do you have the serial connection open when the connection stops? Is there anything in the logs that might provide a clue? I don't yet have a Pico 2W to test with unfortunately. Also, I had a quick look at your changes to get it to compile with the SDK 2.1/RP2350. Looks like PseudoAtomic is causing some potential issues? I had plans at some point to use the atomic support in the SDK 2.x, I guess I need to look into that. |
Thanks for the quick response. How do I know the serial connection is open (LED light is on. Not blinking) and how to get the log. I am new to Pico development; any reference will be helpful. FYI: Also Build action isn't uploading the uf2 with your recent changes, mostly after renaming files. Builds gets successful but no files were uploaded. I suspect maybe path mismatch |
You need a program that can read from a serial port. If you use or have Visual Studio Code (VS Code) you can install the serial-monitor extension and use that. Otherwise, on Windows you can use PuTTY or similar software. When you plug in the Pico to USB, as well as a sound card, it should also show as a serial port that you can connect to. On connecting, you may have to press |
I use VS Code. Let me give a try tonight. Could you pls fix the build. Latest code isn't uploading the compiled file to artifactory. Infact I took the older code from trunk branch. |
Here are the logs ---- Opened the serial port COM5 ---- |
I am using Pico2 W board and had to compile your code with Pico SDK 2.1 to get the firmware loaded with that I am able to stream audio from Windows11 to Signia 5AX HA but unfortunately connection doesnt last longer than 10mins; gets disconnected and have to unplug & plug again for another 10mins of streaming.
The text was updated successfully, but these errors were encountered: