General discussion • Re: Raspberry Pi 5 2GB released! $50!
I found a link to faster 3B speeds so updated my earlier post but that ended-up as a cross-post. Sorry about that.Statistics: Posted by hippy — Mon Aug 19, 2024 5:27 pm
View ArticleCamera board • Re: Drone RPi Camera V3 configuration.
The global shutter sensor is almost certainly going to give you better results. There is no lens wobble, and no jello effect. Artefacts like lens distortion and camera shake should in theory be...
View ArticleBeginners • Re: Which physical pins to use
MIDI is a serial protocol, so normally you want to connect to a UART. The main UART is on GPIOs 14 (TX on pin 8) & 15 (RX on pin 10).You can't connect directly from the UART to MIDI as one is a...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I would not underestimate the ingenuity of a post-grad student to figure out a way to defeat any code signing security measure.Since you may possibly be in contact with such players, have you drawn...
View ArticleRaspberry Pi 400 • Re: Is there going to be a Pi 500?
Hello!I was not sure this would be to the correct location to post this. I love my Pi 400, but with the release of the 5, I was curious if there are plans on creating another keyboard format...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB Speakers with Play/Pause control
How does the device show up on USB? Might be a missing driver for the remote feature only (if that happens via USB).Think of the play/pause/FWD etc buttons on your keyboardStatistics: Posted by...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
Hello and good day!I'm new to Raspberry Pi5 and looking to setup automated backups. Suggestion appreciated and I tried rpi-clone backup using link: "Try this fork of rpi-clone:...
View ArticleBeginners • Re: How do you handle your IoT services? Does the Raspberry Pi...
You might find interesting and useful info on Pete Scargill's blog; he's a cranky old Brit but writes prolifically and tries out lots of widgets and toys.https://tech.scargill.net/My home automation...
View ArticleWanted • Re: Looking for 5 inch RGB LCD with 1024x600
Yeah, sure, DSI is a decent option here. But, AFAIK, RPi Zero lacks DSI and I also wanted to have a repurposable display to tinker with some other non-RPi MCUs.Maybe there some kind of DPI-to-DSI...
View ArticleRaspberry Pi OS • Re: Please remove broken mirror from mirrorbrain (2024)
(I assume that what you are talking about is when you try to do an "apt update" or "apt upgrade" and it figures out what the nearest mirror is, but that mirror is down, so it just errors out instead...
View ArticleDevice Tree • NVMe temp sensor - using hwmon for cooling an NVMe drive is non...
want to write an dtoverlay to control a PWM fan based on the NVMe temperature sensor data.The overlay source isCode: /* * Overlay for a PWM Fan - used to cool NVMe drive * uses HW PWM on GPIO19 by...
View ArticleGraphics, sound and multimedia • LCD driver board issue with Raspberry Pi 5.
Hello everyone.Today I am using the Raspberry Pi 5 (8GB Ram, Raspbian on it) with a HDMI to 40 pin Lvds LCD driver board. (Link below) I have a 10.1" LTN101NT06-001 LCD screen which is plugged to the...
View ArticleTroubleshooting • Re: After restarting, won't start properly
Alright so I wiped the OS and put raspberry lite and updated it, and in the reboot process, it died again. So basically it shutdown and did not properly startup again. The LED is constantly being...
View ArticleGeneral discussion • Booting over night
Hi,This may sound a bit strange but my Pi 4 reboots overnight. I installed a routine to sent me a msg via email with datetime at boot so, I know it's rebooting around 3 - 5 AM but not every night....
View ArticleTroubleshooting • SD card boots on one Pi, but not another
I have two Pi 3B+. One is a few years old, the other brand new. I have an SD card (with a Volumio media player disk image on it) that boots fine in the old Pi. When I put it in the new Pi it won't...
View ArticleHATs and other add-ons • Re: PoE for Pi 5
We are now squarely into Q3 (almost half way through Q3). Is it possible to get some idea on when this will be released or at least some information about what is the holdup?See the contributions from...
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
Hello therealdavidp,thank you for your advice and for pushing me to python.I rewrote my script from bash to python and now everything works as expected. There is no problem with CMA and I can save the...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it
Could you also run cmake asCode: cmake .. --debug-find-pkg=picotoolin your sdk build and post that output here? This helps debugging where it's looking for the picotool packageStatistics: Posted by...
View ArticleGeneral • Re: Is SPI Slave (on Pico2) still fubar'ed?
Is there a write-up of the original problem somewhere so I could read it like a civilized person and not hit it headfirst? Sure:viewtopic.php?t=300589viewtopic.php?t=315889I'm not sure if it's in one...
View ArticleBeginners • Re: Is it still worth using an original Raspberry Pi Model B?
I want to know first of all if I can use what I have without needing to spend any money?You should be able to. Power it up and see what happens. If you can type 'python' at the command line and get a...
View Article