General discussion • Packaging as Russian dolls
Small, somewhat frivolous suggestion on behalf of someone who keeps the boxes that Raspberry Pi (and too much other stuff) arrives in …If you made the cardboard for the power supply slightly taller...
View ArticleAI Accelerator • Re: Pi Hailo AI hat availability?
In the hailo examples it identifies a particular object eg person...Code: for detection in detections: label = detection.get_label() bbox = detection.get_bbox() confidence = detection.get_confidence()...
View ArticleTroubleshooting • Re: Gpiozero issue after last update
Excellent, some one else found it, thankyou.Statistics: Posted by gordon77 — Sat Sep 07, 2024 6:08 pm
View ArticleGeneral discussion • Re: Identify 12v Fan Leads
Surely your off-white plastic 3-pin connector is polarised (only fits one way round), in the same way as any fan with conventional non-transparent leads?Statistics: Posted by mooblie — Sat Sep 07,...
View ArticleTroubleshooting • Re: LibreElec - No sound
Hi, Now that you mention it, it's obvious you are right. Thanks for the information and directionSteveStatistics: Posted by steveis2 — Sat Sep 07, 2024 6:28 pm
View ArticleCamera board • Re: Bug? rpicam-hello rpicam-hello: symbol lookup error:...
yes, there were updates, but my problem still exists.really seems that the rpi4 and lower versions are not tested well anymore Statistics: Posted by axel.jpeg — Sat Sep 07, 2024 6:30 pm
View ArticleSDK • Re: Hang on cyw43_arch_gpio_put() when network active.
After removing calls to cyw43_arch_gpio_put(), it would seem my issues with WiFi module "stalling" wen't away. So far I have had test running 7 days, and no hang. While it wouldn't go past 2 day mark...
View ArticleGeneral • Re: SYSINFO:CHIP_ID value ?
OTP data determines what flash die is optionally connected in-package.Could you clarify which OTP because I can only see row 0x054 FLASH_DEVINFO as being relevant and it seems -1) It's not programmed...
View ArticleBeginners • Re: E Ink screen
Are you talking about a software driver or a driver hat which Waveshare seems to sell independent of the display. If the former, these are usually free when downloading the software for the display....
View ArticleTroubleshooting • Re: bookworm update messed up libcamera on a pi3 b+ ?
I thought f-it install 64 bit bookworm lite... actually had not done much on that device config wise so relatively easy except my case design requires a removal from case to plug sd card... pros and...
View ArticleC/C++ • Re: Someone from another forum is pulling my leg
It depends on the architecture. Doing a quick test program in C, I getARM 32-bit: 8 bytesARM 64-bit: 16 bytesx86 32-bit: 12 bytesx86 64-bit: 16 bytesOther CPUs may give different sizes.OK what C++...
View ArticleSDK • Re: Overclocking the Pico 2 seems to work as well as the original Pico
So that would be 742.5 Mbit/s (Mtps) raw signaling (transition) rate per pair, more than double the official specs.Right ?Statistics: Posted by gmx — Sun Sep 08, 2024 6:36 pm
View ArticleRaspberry Pi Connect • Re: Copy files from remote Pi
Does nobody use ssh anymore?ssh requires at least one end to be reachable by the other, which then needs a semi-static ip and port forwardinghttps://magic-wormhole.readthedocs.io/e ......
View ArticleAdvanced users • Make interlacing appear as progressive at the field rate (X)
(Raspberry Pi 5, Composite output, PiOS Bookworm)When enabling V-Sync in anything with the output set as an interlaced resolution, the program refreshes at the full frame rate of the output mode. Is...
View ArticleTroubleshooting • Re: boot process hangs on systemd-rfkill.service
Have you set the correct country code?Statistics: Posted by neilgl — Sun Sep 08, 2024 6:48 pm
View ArticleGeneral • Re: RP2350 E9 bug - also for other GPIOs, e.g. SPI?
Hi all,after bumping into it again, I think I may have narrowed down my particular issue a bit more - it seems it could be related to one of those not-quite-standard-SPI devices (cf. e.g....
View ArticleGeneral discussion • Re: Time and connection issue on Rasperrry Pi Zero
Not sure I am understanding the desired outcome, but your while loop is not re-reading GPIO5 in the loop, so it just adds the same value 20 times (zero?)Also, GPIO5 is a digital input (not analog) so...
View ArticleGeneral discussion • Re: Raspberry Pi 4 Fried?
I do not think it is fried. Red means it has power. No green means the bootloader is not executing.Statistics: Posted by amikekeami — Sun Sep 08, 2024 7:20 pm
View ArticleRaspberry Pi OS • Some issues with labwc.
Hi.I am running Bookworm 64-bit on a Pi 4.I have enabled labwc via raspi-config but I am having some issues.1) Mouse pointer speed via settings does nothing.2) How do I use virtual desktops with...
View ArticleGeneral • RP2350 arm floating point support
The cortext-m33 as configured in the RP2350 has a version 5 floating point processor implementing 16 single precision only floating point registers and single precision operators.Is this a correct...
View Article