You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried running this on rpi4b 8gb model and after setting it up to pin 16 ran the example which opened a console which just read "true" over and over and played the buzzer for about 2 seconds before the pi just restarted itself. What am I doing wrong?
edit: got it working with an esp32 the only limitation with that is the absolutely tiny amount of memory
The text was updated successfully, but these errors were encountered:
Esp32 setup is same as the pico, just need to install micropython interpreter and upload buzzer_music.py as well as the actual music itself. The only issue is the small amount of memory which the program tries to load all of it at once which I have tried implementing a system that reads as it goes but have been unsuccessful.
with the pi I will try some different arrangements since I'm pretty sure it is wired correctly as it works with the esp
Edit: The pi worked, the issue was I had this argon fan hat thing on, and it was just breaking the gpio for some reason however all of the notes are out of tune and messed up for some reason
I tried running this on rpi4b 8gb model and after setting it up to pin 16 ran the example which opened a console which just read "true" over and over and played the buzzer for about 2 seconds before the pi just restarted itself. What am I doing wrong?
edit: got it working with an esp32 the only limitation with that is the absolutely tiny amount of memory
The text was updated successfully, but these errors were encountered: