Advanced users • Get rpi-2712 kernel for RPi 5 after upgrade from Debian 11...
I've sucessfully upgraded from Debian 11 to Debian 12. After that I only had kernel version 6.1.21-v8+ Installing the latest image from 4th July gives you the much newer kernel 6.6.31. Thats very...
View ArticleGeneral • Re: RP2350 arm floating point support
Note, with all this in mind, we take great pains not to use any FP code during SDK init, thus your exotic RP2040 programs (or mine like Doom) with very tight stack requirements that don't use FP...
View ArticleAdvanced users • Re: Get rpi-2712 kernel for RPi 5 after upgrade from Debian...
The July image will give you 6.6.31, but 6.6.47 has been out for about a week in the APT repositories. It's not critical to keep the images right up to the latest kernel, as long as they support the...
View ArticleBeginners • Re: Analog voltage pattern matching
If the light is just flashing on/off, with no dimming, then the input is just an opto-isolator driven from the light's 12V and pulling down a GPIO. You then write your code to monitor the state over...
View ArticleTroubleshooting • Re: Chromium issue after latest updates
what rpi modelkde on top of raspberry desktop or litethe internal chrome:gpu/about:config do not reflect the optimizations for the rpi devices, it's done in the os/systemStatistics: Posted by kerry_s...
View ArticleTroubleshooting • Re: Raspberry Pi 5: USB and Ethernet Ports Not Working
On the older Pi models, I'd say that there was a power switch problem on the USB, which (IIRC) also affects the Ethernet. It could be because something on the USB is drawing too much current, which...
View ArticleOff topic discussion • Re: Boolean Algebra?
I came across this just now so it seems that at least I am not the only person coming to these "naive" conclusions. Lots of reasons to wonder this, like why the order of precedence is so similar as...
View ArticleMicroPython • Re: Alternatives to ADC/HX711 - ADS1256 CS1237
Have a look at NAU7802; you may have to do some searching in Github but there are some Python repos and CircuitPython repos you can draw from.Statistics: Posted by languer — Thu Sep 12, 2024 11:47 pm
View ArticleGeneral discussion • Cant connect to New WIFI, just to old ones.
Hi.I have a rpi zero w.This was working and time ago i installed comit-Up program:http://davesteele.github.io/comitup/The thing is that dont seems to be working properly (i cant connect to new...
View ArticleGeneral discussion • Re: Cant connect to New WIFI, just to old ones.
What frequency band does your new WiFi use? IIRC, the Pi0W is 2.4GHz only.Statistics: Posted by W. H. Heydt — Fri Sep 13, 2024 12:00 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting a DSLR Camera with USB-C...
I ended up successfully testing out a couple of solutions, but would still love to be able to purchase a ready-made cable of this type so I had a rock solid solution.First, I bought a USB Micro male...
View ArticleOther projects • Re: Powering the Pi Devices
Should be possible. I've currently got a CM4, 2 x zero2W, a zeroW, and assorted drives running from a single ATX PC PSU.Statistics: Posted by thagrol — Fri Sep 13, 2024 10:35 pm
View ArticleTroubleshooting • Re: Pi5+Debug probe UART. Any thoughts?
Spirits all around I think. Putty is showing some kernel spew. Thank you for the help.Statistics: Posted by g40 — Fri Sep 13, 2024 10:54 pm
View ArticleTroubleshooting • IMX477 Camera Dropout Issue with Custom Carrier Board on...
We are using Jetson orin NX with the following setup.-NVIDIA Orin NX-Custom carrier board-3 IMX477 Raspberry Pi HQ cameras connected via CSI ports-L4T 35.4.1 (we also tested things on 35.5.0)-Enabled...
View ArticleAdvanced users • Re: Image File Utilities
I understand /mnt is excluded in the backup which makes sense. That's why I asked whether a different mountpoint like /NAS/<external drive name> will be saved in the backup and restored. If not...
View ArticleRaspberry Pi Connect • Used Connect to create an IsAlive service via scraping
I would love it if I could Raspberry Pi connect from a remote machine programmatically. I wanted to use it to get the status of my pi, and I had to make a very convoluted script to get there, which...
View ArticleTroubleshooting • Re: Bookworm feedback thread
Can you please do a "chrome://gpu" and show us the results. I have reinstalled Chromium from scratch (after deleting every bit of it) and it still had no hw acceleration. I had to install an older...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
My 8GB raspberry pi 5 was freezing randomly, but I recently removed the slight overclock I had on the GPU and it hasn't frozen since.I hope this helps!Statistics: Posted by 83zr5 — Fri Sep 13, 2024...
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
It's most definitely possible now. In fact, I'd argue that it's easier now than it was using dhcpcd since it's fully embodied in a well-structured command line rather than editing an easy-to-bork...
View ArticleRaspberry Pi OS • Re: Installing Raspbian on 10 Rpi-5
So, on the setup of the first RPi, after the first boot, I perform sudo apt update and upgrade...it downloads almost 2.5Gb of updates - that is after using the latest distro image file from the rapi...
View Article