Troubleshooting • Re: SD Card Wiped During Update
Assuming the sd card is in the/a pi's card clot "simples" Code: cat /sys/block/mmcblk0/device/cidIf you post the result (in code tags) I can pass it through my tool as a "rawcid" parameter and post...
View ArticlePython • Re: stop loop with button press--raspberry pi and gpio
Hello, I am pretty new to python and coding, so this may be a basic question, but how would I go about exiting a loop with a button press via gpio input?What I want is once a condition is triggered...
View ArticleBeginners • Re: RPI5: Incompatibility with a certain powerbank
Impossible? Is the RPi reporting low voltage? Or just the USB warning?I'm using an adjustable 5.1v 8 amp power supply. It's doing fine.Statistics: Posted by SurferTim — Thu Nov 14, 2024 10:54 am
View ArticleRaspberry Pi OS • Re: Adding an 'identify' feature for monitors in Screen...
I can think of a way to do that, so I'll stick it on the to-do list....Statistics: Posted by spl23 — Thu Nov 14, 2024 10:57 am
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
Try adding this to your cmdline.txt file - add it to the start or end of the existing line. Do not add a second line.Code: video=HDMI-A-1:480x320M@60DThe old firmware video dfiver (which used those...
View ArticleGeneral discussion • Re: How will Chromium continue adblocking after Manifect...
uBlock Origin, which is installed on Chromium by default on Pi OS, will soon stop functioning from the Chrome Web Store.Ask uBlock directlyAsk on a Google ForumI understand your concern but don't...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Is there way to manually check whether the toolchain was properly installed or not, I might be missing some components.You could copy the installed toolchain from the broken machine to the working...
View ArticleРусский • Re: Ошибка при запуске PINN
OK.I have never seen the "Asynchronous SError Interrupt" error before with PINN.I suspect either a faulty SD card, or PINN wasn't installed onto it correctly. This can happen if your SD card adaptor...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Hi,I'm having trouble with printf when using time_us_64() in a macro definition:Code: #if (USE_SDK) #define delay(x) sleep_ms(x) // done in pico-rp2040 ??? typedef uint64_ttimestamp_t ; #define...
View ArticleGeneral discussion • Re: PINN with specific OSes
I have sacrificed my SSD installation to check this.Both BBN_full and OpenPlotter_touchscreen booted flawlessly, but Ubuntu 22.04 gave the same error that you encountered.They've had a few problems...
View ArticleSDK • Re: Is there a way to know if the TX FIFO is empty before doing pull?
Code: .mov_status txfifo < 1…mov x, ~statusjmp !x, …pullStatistics: Posted by PicoTinker — Fri Nov 15, 2024 10:27 am
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
Does anyone know what's happening here? Why doesn't raspberry work as the password for pi? Why isn't it asking me for the new username I tried to setup? Will deleting userconf.txt let me login again...
View ArticleGeneral • Re: Did I Destroy my new Pico
I then saw that I needed to hold down the BOOTSEL switch. So I unplugged everything and refollowed the procedure. Thonny did not recognize it and I was unable to see the device in Windows 10. You...
View ArticleGeneral • Re: Problem with 3,3Vcc power supply
I connect 3.3 Vdc to pin 39 VSYS of the pico. Could you tell me if you see any problems with this assembly?One potential problem would be if you connect your 3V3 supply to VSYS without using an inline...
View ArticleGraphics, sound and multimedia • Re: Switching between Audio Jack and...
"0 Headphones bcm2835 : playback 8" is the 3.5mm jack, I don't know why your bluetooth output wasn't showing up in alsamixerStatistics: Posted by pidd — Fri Nov 15, 2024 10:53 am
View ArticleC/C++ • Re: Allocate memory for DMA on Raspberry Pi 5
yes, I use mmap.Do I understand correctly that the Raspi then has less RAM and the unused area of memory is then used for DMA?But how do I get the right address region?Kernel driver:yes, I read that...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Just an example of the rabbit holes I fall in while doing this upgrade.None of your problems have anything to do with the upgrade really.You had threads about fswebcam at the time. The version in apt...
View ArticleGeneral • Re: servo driver
Okay, better let this thread peter out. I'm waiting for two Pico W boards from China, I guess I'll hunker down later to try to blow them up. Bye Statistics: Posted by katak255 — Fri Nov 15, 2024 11:04...
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
Hello there! Regarding the supported SSD list - it seems like the supported Crucial P3 1TB has almost the exact same specification as the one I'm using, except the fact that P3 has Gen3 PCIe, and my...
View ArticleMicroPython • Re: Class 'USBDevice' example for Raspberry Pi Pico
I found these -https://github.com/micropython/micropython/blob/master/examples/usb/usb_simple_device.pyhttps://github.com/micropython/micropython-lib/tree/master/micropython/usbGoogle may turn up more...
View Article