MarioPL98
MarioPL98
I noticed one more thing. With set(PICO_CXX_ENABLE_EXCEPTIONS 1) the binary doesn't even seem to upload properly. I changed blink time to 1000 ms set PICO_CXX_ENABLE_EXCEPTIONS to 0, ran, debugged program...
With some help on Discord I discovered that: 1. Just sending uf2 file via usb (boot while pressing button) works fine and the code is properly sent. 2. Someone tested...
I decided to bloat the .uf2 by adding hardcoded 150KB int array to test if it's the .uf2 size issue. https://pastebin.com/raw/mxySbqV8 With PICO_CXX_ENABLE_EXCEPTIONS set to 0 it still works properly....
It gave an error: ``` ${{command:raspberry-pi-pico.launchTargetPath}}: No such file or directory. Failed to launch GDB: ${{command:raspberry-pi-pico.launchTargetPath}}: No such file or directory. (from interpreter-exec console "load \"${{command:raspberry-pi-pico.launchTargetPath}}\"") ``` So I replaced...
You are using bluetooth headset probably. Windows audio forces 8kHz (mono) instead of 44.1kHz+ (stereo) for bluetooth audio when using microphone together to split the bandwidth. Use wired headset or...
Use another microphone. You may use laptop built-in mic or anything else. When you look into Windows Sound settings, Playback tab, be sure to select proper output device. There will...
@mw-ces @Krzmbrzl please change the tags as it is not a mumble bug