Camera board • Re: Trust
I keep getting hacked, when I try to use the camera I payed money for. I'm a little angry that your product is not very secure. If I didn't know better, I'd say you guys sell these at a loss, so you...
View ArticleGeneral discussion • Re: Raspberry Pi Long Camera Connection without wifi
That capability is built into the default NOOBs image. Just use the included VNC software. It utilizes ssh technology. The first thing I do whenever I install a new OS is uninstall ssh for that very...
View ArticleTroubleshooting • Re: Raspberry pi 5 doesnt boot and light stays red. And the...
Usually no need to send it to us (and I would be one of the people asking for it to be sent).An official reseller should replace it under warranty (if it is still under warranty), then if necessary...
View ArticleGeneral discussion • Re: How to share,display and control my Android device...
You put me on the right road for sure. On my Android I have the file config.txt with an interesting parameter inside :# USBdtoverlay=dwc2,dr_mode=peripheralin your example,you haven't added...
View ArticleRaspberry Pi OS • Re: Looking for Documentation for an api-eeprom update
/lib/firmware/raspberrypi/release-notes.mdStatistics: Posted by pidd — Sat Aug 17, 2024 11:53 pm
View ArticleTroubleshooting • Unresponsive diy RP2040
I have been working on a project that uses a RP2040 for its secondary microprocessor built onto a pcb, and it doesn't connect to usb. The VREG_OUT pin is not giving me any voltage. I tried swapping...
View ArticleGeneral • Re: Is this a job for PIO?
It's strange, an old dinosaur like me thinks there are plenty of options to get the thing done, but perhaps those that are familiar with the Arduino way of doing things do not see things as I do.A...
View ArticleTroubleshooting • Re: No audio on Pi 5
nah theres no hdmi connected at all, just the DSI touch screenStatistics: Posted by lewisjxiv — Sun Aug 18, 2024 12:10 am
View ArticleTroubleshooting • Connect Raspberrypi to Audrino IDE
Paspberrypi 4 model B; how to connect Audrino IDE. I can't see the board type in the program drop down box. I am using an Apple M1.Help & thanksMark WestonStatistics: Posted by atholmark — Sun Aug...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
I simply run on a fresh install Code: sudo nmcli device wifi hotspot ssid "example-network-name" password "example-password"From the official instructionshttps://www.raspberrypi.com/documentati ......
View ArticleAdvanced users • Re: Extra power on NVMe board.
IMO That's a question that is best asked to the folk at Pimoroni https://forums.pimoroni.com/Good idea, I just did. ThanksStatistics: Posted by FromLake — Sun Aug 18, 2024 12:49 am
View ArticleOff topic discussion • Your very own 80's vintage Cray-2
On sale at Cristie's: A CRAY-2 SUPERCOMPUTERCRAY RESEARCH, INC., 1985From Paul Allan's collectionhttps://onlineonly.christies.com/s/firs ... crumb=backHow many Pi5s would that be?Statistics: Posted by...
View ArticleTroubleshooting • Help with rp2040
Hello all. I have built a custom board but have been having issues with it. I'm flashing it with the rp2040 tiny fpc dongle. When I plug my board into the PC via USB pico shows up and my PC recognizes...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
Good idea. Any idea if that would work on OS Lite?Statistics: Posted by Henrik Gill — Sun Aug 18, 2024 1:09 am
View ArticleGeneral • Re: Pico 2 backwards compatibility?
No, the system-level memory map is different.Ah, that's a shame but not really surprising, and obvious in hindsight.I suppose one could add trap-handlers for memory accesses but that's all a bit much...
View ArticleBeginners • Re: How to configure wayvnc in fail2ban?
In the past I would probably done this, but I completely gave up on fail2ban a few years ago because IMO it's piggiful slow.I use knockd now. Ports are locked down until they get the unlock knock,...
View ArticleTroubleshooting • Re: Unresponsive diy RP2040
The image is a bit small for my poor eyes but where does "VIN" come from ?I can't see it on the USB connector. Maybe it's not connected to anything ?And what's "5V" connected to on your LED...
View ArticleSDK • Re: SDK Library documentation PDF version?
Not only is it back, it is more betterer with RP2040/RP2350 badges, more complete and readable config define/build variables listings etcStatistics: Posted by kilograham — Sun Aug 18, 2024 10:22 pm
View ArticleSDK • Re: HSTX HDMI RGB565 - Changes needed to example?
You have set up for (1):5:5:5 but are sending 5:5:5:(1)Statistics: Posted by kilograham — Sun Aug 18, 2024 10:26 pm
View ArticleSDK • Re: Enforced Stack Limits (was "Stack Location" (was...
SDK has always had PICO_USE_STACK_GUARDS which you can set to 1… on rp2040 it uses the MPU; on rp2350 arm it uses MSPLIMI see that it is documented now, which is nice.Statistics: Posted by carlk3 —...
View Article