Automation, sensing and robotics • Re: Homebridge for Non Homekit devices
Or is this s pam post?It certainly looks like a spam posting. There's nothing about Raspberry Pis behind that URL.There is a section on installing the software on a Raspberry Pi, which is a bit...
View ArticleBeginners • Re: Any FBCP (SPI Display Driver) alternatives for Pi5 ?
That's some really great info thanks, I'll give this a shot tonight after work! All the best.Statistics: Posted by PugX — Mon Nov 18, 2024 11:18 am
View ArticleDeutsch • Re: Raspi 5 Bootprobleme
Nimm den Hat mal komplett ab.Für mich klingt das nach ein Problem mit der Spannungsversorgung. Der Pi 5 läuft am besten mit seinem speziellen Netzteil.Statistics: Posted by crumble — Tue Nov 19, 2024...
View ArticleGeneral discussion • Re: Open Letter to the Raspberry Pi Foundation...
Backup your SD card image. If something goes wrong with your OS, flash your backup image to another SD card. You can then use a customised image, no need to use somebody else's image. You can have...
View ArticleSDK • Re: How to send 9-bit data words via PICO hardware_spi API
Thanks for all the advice. It’s just the TFT module initialisation I have to do over SPI, then it uses RGB input. I’ve got this working just bit-banging the initialisation commands the manufacturer...
View ArticleRaspberry Pi Connect • Re: unable to instal rpi-connect
I believe it says "older devices"Not "older Operating Systems."My understanding is that there is a variant of the current RasPiOS Bookworm OS that will run on any Raspberry Pi board ever sold.That's...
View ArticleBeginners • Re: Unable to my two Rasperry Pi 4 running
Might be related to the WiFI issue recently seen in other posts - are you using WiFI or ethernet?Statistics: Posted by neilgl — Tue Nov 19, 2024 10:57 am
View ArticleUbuntu • Re: Can RPi5 Ubuntu desktop 24.4 LTS run PCIe 3 for NVMe?
Many thanks for headup on the full document. It works! 771MB/secondIt is /boot/firmware/config.txt instead of "/boot/config.txt" in the video presumably due to different version.As I'm only using...
View ArticleTroubleshooting • In shambles after updating Pi 5, broke all my login...
Hi there,I was feeling very suave with my first attempts to use a Pi5 for weeks until today where trying to get more out of my SPI screen I completely broke everything so the point of being fairly...
View ArticleBeginners • Re: Homebridge Backups
if I format my usb flash stick with ext4 using gparted it shows an '!' in a red triangle, even after rebooting and the flash stick doesnt show in file manager or on the desktop.Formatting to fat32...
View ArticleTroubleshooting • Re: How to fix my power button on my pi 5
as I’m using the recommended 5V/3A supply.The recommended power supply for a Pi5 is this one 5V/5A :https://www.raspberrypi.com/products/27w-power-supply/Are you using an official Pi power supply?...
View ArticleTroubleshooting • Re: Major WiFi problems with latest RasPiOS 64 release
Tested on a Pi4 with Bookworm 64-bit desktop, version of 13 Nov 2024. (Using Imager settings that I always use that work)Fails to start WiFijournalctl hasCode: Nov 13 01:19:10 pi NetworkManager[544]:...
View ArticleHATs and other add-ons • Re: 230v input signal HAT
We found a HAT with 230v inputs, but we need to check whether you can connect live and neutral straight to it as an endpoint or if it just reads the live power supply as it passes through; we haven't...
View ArticleGeneral discussion • Re: PINN with specific OSes
Which OS needed the swap partition? I didn't need to add that to get them to boot.You can use Gparted to alter the partition sizes if you want, but don't delete partitions or mess with their order,...
View ArticleCamera board • Re: using pi5 camera with github apps for video
That sounds odd as rpicam-apps (see github) uses libcamera - maybe the rpicam-apps code has been been optimised over the years and has "hints" to the camera configuration?Statistics: Posted by neilgl...
View ArticleGeneral • Re: ADC creapage on the RP235X
I don't understand it and I have never observed this behaviour with any other ADC I have used.I do have one theory. I don't know how credible it is but feels plausible to me; that the ADC convertor is...
View ArticleCamera board • Re: Global Shutter camera - very fast burst
The GS camera runs at a maximum 60fps at full sensor resolution. If you crop down the size of the sensor readout, you can achieve higher framerates. See the following forum thread for an example:...
View ArticleTroubleshooting • Re: Connection Refused Error
Pi5 implies Bookworm. Bookworm implies Network Manager. Unless things have changed in the last week or so NM doesn't like DHCPless networks and won't bring up the interface on the Pi.With you on...
View ArticleBeginners • Connecting a 40 Pin LCD on RPI
Hi everyone,i'm pretty new to raspberry pi - but i have some in use for my 3d printers.Now I would like to have a display for some of them. I have a 4.7’ display here that I would like to connect to...
View ArticleGraphics, sound and multimedia • Re: First ever development project - Mini TV
Ok, so here is my wiring:DISPLAY > ZEROVCC TO PIN 4SCL TO GP 11SDA TO GP 10RES TO GP 25DC TO GP 24CS TO GP 8BL TO GP 1You've got that as BL TO GP 1. Do you mean BL to PIN 1 as GPIO 1 (Pin 28) is...
View Article