Troubleshooting • Re: Raspberry Pi 5 HDMI issues
it did not generate a linkunless this is the one you mean https://github.com/RPi-Distro/pi-genStatistics: Posted by DROWHODIS — Fri Apr 05, 2024 7:37 pm
View ArticlePidora / Fedora • Re: Kernel: 6.9.0-0.rc1.17.fc41.aarch64
my experience, 6.9 better than 6.8 and 6.7 was EOL.Statistics: Posted by cjan — Fri Apr 05, 2024 7:47 pm
View ArticleCamera board • Raspberry Pi 5 with module 3 camera Device timeout detected,...
Hello I have Raspberry Pi 5 and picamera module 3. I am using my camera without any problem nearly 2 months. But yesterday my camera gives an error and shows a black image:I bought and tried with new...
View ArticleGeneral • Re: External ADC via SPI speed on Pi pico
digitalWrite is known to not be very fast. Famously. I wonder if that might be part of it. Another concept: what if you have one thread continuously read from the SPI and pass it to another thread via...
View ArticleOff topic discussion • Re: Can a 27W Raspberry Pi 5 Adapter Charge a 2019...
I have a 16in 2023 MacBook Pro, and I use a Pi 5 adapter with it. (Great for travel; WAY less bulky.) It won't fast-charge, but it charges, and it's extremely convenient.I finally found someone who...
View ArticleNetworking and servers • Re: Internet on Raspberry PI using 4G on SIM800L
You don't want http or sms, what protocol do you want to communicate over the 4G connection?Statistics: Posted by pidd — Fri Apr 05, 2024 8:11 pm
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Stopped Working Please help
The jack gives a video and audio output, so you could look into using that to see if there is any output at all, for either or both.Statistics: Posted by amoun — Fri Apr 05, 2024 8:13 pm
View ArticleGeneral discussion • Re: Installing CasaOS
I suggest you look here for support/trouble shooting.Statistics: Posted by wildfire — Sat Apr 06, 2024 6:44 pm
View ArticleTroubleshooting • Re: USB Drives Problems after upgrading
I was not sure what to try, so I make another fresh install os the 2023-12-05 version and started to install one by one the 223 packages that are goint to be upgraded; I installed one (with its...
View ArticleCamera board • Re: Raspberry Pi High Quality Camera DNG Format and Raspberry...
Yeah so with the GitHub, I have been using those examples and its still the same result. And then with the other link that you sent about the processing raw images, I already tried that and it works....
View ArticleGeneral • Re: How to program the Pico from a headless Pi 4 ?
I don't understang what is happening on my system. Since a while it keeps giving me this annoying error message every time I try to install something... pip install --user mpremoteerror:...
View ArticleGeneral discussion • Raspberry Pi camera issue on Raspberry OS 64 and 32 bit
Description of the problem:I've been trying to use the Raspberry Pi camera with my Raspberry Pi 4, but haven't been able to get it to work. I have tried the following:* Install different versions of...
View ArticleAutomation, sensing and robotics • Re: Need help with motor controller
Okay, I am going to follow your suggestions, and thank you very much for them. I think that you are right about that you get what you pay for. Pretty sure I am going to find a suitable controller for...
View ArticleGeneral • Re: Button causing problems with pico w
With that code I think if it's not pressed or with any bounce on the button it will immediately stop.Statistics: Posted by gordon77 — Sat Apr 06, 2024 7:34 pm
View ArticleAdvanced users • Re: Bookworm 64-bit - PXE+NFS boot. Anyone got it working on...
Here's a simple approach that I just updated for compatibility with Bookworm (in addition to Buster/Bullseye).These scripts work with Buster/Bullseye/Bookworm (use pxe-add-bw with Bookworm until the...
View ArticleAutomation, sensing and robotics • Re: real-time object detection
I think my Raspberry version does not support the picamera2 library. So, what would you recommend that is fast and does not drop to make a real-time object detection project?Statistics: Posted by...
View ArticleOther RP2040 boards • Re: Debug Probe an I2C sniffer / logger
I don't know how to tell these apartIt's possible to change the PID, even the VID, to identify which is which and 'udev' might help with distinguishing on Unique ID.Something like 'DEBG' would perhaps...
View ArticleGeneral • Re: Connecting a lot of potentiometers to raspberry pi pico
Interesting setup, but possibly sensitive to noise as there are quite 'a lot of' analog wires through a not small setup.So long as you put a capacitor to ground on each pot wiper close to the ADC you...
View ArticleTroubleshooting • Re: rpi5 burned
Hi,SO I explain,To simulate the 12V of a battery from sailing ship,I use a power supply( 0-30V and 0-10A) output = 12V mac current = 5AThis supply go trought a voltage reducer from 12 to 5VThe 5v...
View ArticleGeneral • Re: Default GPIO settings need to be spelled out, user will trip on...
Reset state of the pads is documented in the RP2040 datasheet:Statistics: Posted by alastairpatrick — Sun Apr 07, 2024 7:05 pm
View Article