-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update esp Tulip for later AMY #156
Comments
OK, I've committed a fix for this to main, please pull (and rm .submodules_ok), and try to build again. I confirmed that the build completes for me on esp32s3 and tdeck. I have not confirmed Alles/AMY works on boot on Tdeck or bare esp32s3, as I'm away from my hardware right now. Can double check in a day or two! |
I have tested the recent commit on my tdeck, everything compiles and flashes but alles.drums() now plays high pitched tones and sounds broken. |
That could be an older version of alles.py. Can you try to do an idf.py fullclean then flash again? |
Haha nope, I got my T-Deck and hear what you're hearing. Will look into it |
We have two issues, one of which I fixed (a) we were sending stereo samples to a mono-configured i2s chip on the Tdeck. I fixed that. I think this is Tdeck only, but I'll test on big Tulip asap. |
thank you again its working now |
Got it working on my tdeck, thank you @bwhitman Can confirm getting the same issue with |
@JustDr00py @norahqueen @dpwe fixed the filter on AMY that was making the T-Deck go wild. Pull up to main and |
I broke the esp32s3 build by mistakenly merging in the latest AMY without first fixing up how AMY is instantiated on tulip.
I'll track that work here, I'll need to test on hardware.
For now, if you want to use esp32s3 Tulip, roll back a few commits:
cc @norahqueen
The text was updated successfully, but these errors were encountered: