Official Display • Re: No HDMI signal after connecting the official display...
Have you added below to config.txt? Code: dtdebug=1start with a fresh installation. Still I2C and SPI are enabled (If you need them later you can enable them once the issue with HDMI is...
View ArticleHATs and other add-ons • Re: Case for Pi4b with UPS and Low Profile Cooler
This is how its turned out, I would love it to be all in a case but im cool with this. Was a bit challenging figuring out which spacers to work and screw length in order to get the cooler to bite down...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
There is now a 3rd party HAT+ that includes a HAILO 8L plus an M2 slot for NVMe (with space for 2280). It's a bit more expensive than the official M2 HAT+ and AI kit together but it's a drop in...
View ArticleTroubleshooting • RPi5 only boots to RPi OS
hello, I recently purchased a Rapsberry Pi 5.I've created bootable drives using the Imager for PINN, Kali and Recalbox.I cannot boot into any of them.I purchased 2 new USB flash drives and an SD card...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
The first part of this entirely makes sense, and the second part is a consequential implementation of Postel's law.It's unfortunate that some manufacturers seem to be selling cards that AIUI don't...
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
Probably best to post your full code in case there's something wrong or missing in that, pin configuration isn't correct.There are some PIO emulators and debuggers available which may help with...
View ArticleBeginners • Re: Help for a very old beginner
Went with amusement park rides (most coasters) for a hardware design network. Amusingly the Sun user server that IS made me buy (I wanted a NetApp) ended up being called Dropzone. Sadly, it lived up...
View ArticleGeneral discussion • Re: What data recovery software is best for recovering...
SEO spam.Statistics: Posted by jdb — Wed Aug 07, 2024 12:30 pm
View ArticleGaming • Re: Linux Air Combat on Raspberry Pi 5
Well, I'm not sure. I had to create THREE different install scripts to handle the three different Raspberry Pi environments that work well with Linux Air Combat. Although the three scripts are very...
View ArticleTroubleshooting • Re: RPi5 only boots to RPi OS
Sorry, I only just realised this post was related to PINN, and I see you have already posted on my sticky thread which I somehow missed. PINN does work on the Pi5 (with some minor limitations).PINN...
View ArticleCamera board • Direct Rendering with GUI in PiCamera2
Hello,Current Test Setup:Pi: Raspberry Pi 5OS: Raspbian Bookworm Lite 64bit (Release date: July 4th 2024)Camera Library: PiCamera2Camera: Pi Camera v1.3 (after dtoverlay=ov5467 in...
View ArticleGeneral • Re: Pico USB Web Cam
Maybe. But:You'll likely have to write your own driversThe Pico is only UBS 1RAM will be a problem. The Pico only has 256KB. That isn't enough for a single 1bpp frame at 640x480 let alone anythign...
View ArticleSDK • Re: How can I configured SPI 1 DMA on my PICO RP2040?
The idea with dummy byte is as below:Code: 0 , 1 , 2 , 3 , 4 TX (MOSI): FIFO_REG | 0x80, FIFO_REG | 0x80, FIFO_REG | 0x80, FIFO_REG | 0x80, FIFO_REG | 0x80RX (MISO): DUMMY_BYTE , XL_X_L_1 , XL_X_H_1 ,...
View ArticleTroubleshooting • Re: Problem getting Plex to see my external hard drive
Which video did you follow and what did you set permissions on?[shameless self promotion]You might want to refer to Using fstab A Beginner's Guide[/shameless self promotion]Statistics: Posted by...
View ArticleGeneral • HOW TO LINKING TWO PIO BLOCKS?
I want to use PIO (using C language) to read the level on a pin and decode it.However, the decoding logic is relatively complex, and 32 instructions are not enough to achieve complete parsing. So I...
View ArticleTroubleshooting • button stops listening further input after single press
Hi guys, this is my first post here and I just started coding in the PI very recently. I have the Rasp Pi 3 A+ and I need to write a program which takes a button input and does 2 things. If the led is...
View ArticleTroubleshooting • Re: Is this symptomatic of a failing SD card?
I have a Pi Zero running Buster.Further to this, I've got a new card and installed Bullseye 32 bit on it. Full GUI. I suspect that's a huge part of your problem, a RasPI zero could barely run a GUI...
View ArticleGeneral discussion • Running PyAudio Script On Startup Issue
I have this python script that records audio and exports it. It works fine it I don't run it on startup, but when I run it on startup I get a huge error (or whatever it is)My code is below:Code:...
View ArticleCamera board • Re: Any projects that turns the RPi + HQ camera into a webcam...
Something like this should work:create_frame $FUNCTION 4056 3040 uncompressed u "5000000"create_frame $FUNCTION 4056 3040 mjpeg m "1000000"At least on my Raspberry Pi 4 it sort of did. The MJPEG...
View ArticleNetworking and servers • Re: Wifi Router w/ Wireguard VPN for IoT
Where I'm stuck is how to get the sensor data into my local network. I can ping wg0 from any device in my local network, but cannot reach the sensors.That's probably because your Pi and your wireguard...
View Article