SDK • Re: SDK 2.0.0
Anyone know how to get 'cmake' version 3.17 or later for Buster ?The latest 'apt' package is version 3.16.3Statistics: Posted by hippy — Thu Aug 08, 2024 8:16 pm
View ArticleTroubleshooting • Re: Adafruit_DHT wont show up in python
Proper timing needed by the sensor via GPIO pins. If gpiozero cannot do it, then the C libraries can. Python can use libraries written in C, but someone has to write those.Again, you're depending on...
View ArticleGeneral • Re: Adding MS OS descriptors to USB dev_lowlevel example
Thank you so much for the explanation. I added BOS descriptor, MS OS 2.0 descriptor and modified the device descriptor and usb_handle_setup_packet to send BOS and OS 2.0 descriptors to host as...
View ArticleDeutsch • Re: Error mounting system-managed device
Wie/woran ist die Festplatte physisch angeschlossen ??Oft wird das nix stabiles, wenn die Platte nicht an einem aktiven USB HUB hängt.Hört sich so an, als wenn die Platte nicht durchgängig mit...
View ArticleSDK • DVI example with HSTX
Any chance we could get that example pushed to a public branch ? It's "only" 3:2:2, but I'd like to see if I can get it to a full 24-bit 320x200 display using 256 colours at once from a lookup table....
View ArticleGeneral discussion • Virtual machine on pi
Evening,What would people recommend for running g a virtual machine on rpi os?The intention is to have the pi boot to pi os, and run RISC OS in a VM from within pi os.Ideally, I would like to be able...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi connect with tailscale not streaming...
YES that did the trick! Is there any way you could add a mechanism to automation use mdns when it detects tailscale? Also I noticed that the issue didn't happen before because I was on my home network...
View ArticleGeneral discussion • Re: Virtual machine on pi
not really suited for vmStatistics: Posted by kerry_s — Thu Aug 08, 2024 9:24 pm
View ArticleTroubleshooting • Re: USB Camera Detects but video won't work?
If you unplug the camera and try ls /dev what do you get ?I think I get the same thing? Statistics: Posted by MooCow27 — Thu Aug 08, 2024 9:29 pm
View ArticleBeginners • Re: Using Raspberry Pi Zero with 70” touchscreen
Thanks DougieLawson !Think I'll just go with it then If your gonna do 1080p why not just get 2 raspberry pi 4's? They have 2 micro HDMI outputsStatistics: Posted by scel5525pro2 — Thu Aug 08, 2024...
View ArticleOther projects • Arcade Ticket Payout test
This is sort of a raspi question but also if there are any arcade tech personal in here. We are on card readers so we no longer use tickets but I want to be able to test the readers functionally....
View ArticleOther projects • Re: Arcade Ticket Payout test
This is sort of a raspi question but also if there are any arcade tech personal in here. We are on card readers so we no longer use tickets but I want to be able to test the readers functionally....
View ArticleGeneral discussion • Re: [Help!] My raspberry pi can't enter the raspberry os.
Are the phrases "email" and "private message" now considered exact synonyms by the young folk?Statistics: Posted by BigRedMailbox — Fri Aug 09, 2024 9:45 pm
View ArticleSDK • Re: SDK2.0.0 - all web include links failing
I have simply replaced the sdk with V2.0.0 and now the links aren't found. This is exactly the process I used for moving from 1.5 to 1.6.Rename pico-sdk directory to picosdkV1.6git the new pico-sdkgit...
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
Many thanks - exactly the same issueMaybe try LLVM version.picotool.z02.zippicotool.z01.zippicotool.zipStatistics: Posted by MatSOBDev2 — Fri Aug 09, 2024 9:52 pm
View ArticleBeginners • Re: Good Case For RPi 5 w/SSD enclosure & fan?
GeeekPi case (B0CMZG29LG) - was really good for both nvme SSD HAT Geekworm x1001 (B0CPLF6JYX) and official fan. Robust and stable.The only issue that you may probably face is a wifi signal...
View ArticleTroubleshooting • Re: Flood of DNS queries from my pi5
So what's running on the Pi5? Post the output fromCode: ps aux | grep -v "\\["Here you go:Code: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1269 0.0 0.5 801280 44788 ? Ssl 12:19 0:03...
View ArticleAndroid • LineageOS 21 (Android 14) update Need help ( Konsta )
Hihave a Android DeviceThis is what i runLineageOS 21 Android (Android 14)on Raspberry Pi 5I have seen that I can upgrade my LineageOS 21 (Android 14) . now I want to perform this .update But I I...
View ArticleTroubleshooting • Re: NetworkManager - How to set default profile?
Via the connection.autoconnect and connection.autoconnect-priority settings.Code: # disable autoconnect on a connection sudo nmcli c modify <conn-name> connection.autoconnect no # change the...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
I am also out.Statistics: Posted by neilgl — Fri Aug 09, 2024 10:16 pm
View Article