Français • Re: Conseil avant achat Raspberry Pi 4 - Quantité RAM pour lire...
Merci pour cette réponse.Effectivement, "Qui peut le plus, peut le moins" mais si je peux éviter de payer plus cher un produit dont je n'aurais pas forcément usage/utilité, je prend ! D'autant plus...
View ArticleBeginners • Re: How to specific the vermagic for compatibility with Kernel
As far as I understand, were you able to solve the problem?No, but the workaround I used is to build and install your own kernel, and use the same toolchain to compile your module. That way their...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
It doesn't match because the github repo will give you the bleeding edge development kernel.If you want the same kernel as what is installed as part of the OS then use "apt source".Uncomment the...
View ArticleC/C++ • Re: What are the Linux interrupt numbers for peripherals?
I think serializer mode might work for single shot.Statistics: Posted by Arkas — Fri Apr 05, 2024 7:17 pm
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
Has anybody tried to power the Pi-5 with a "third party" power supply which supports PD? And could those chargers actually supply the 5 amps that the Pi-5 needs? The question is, can the Pi-5 and a...
View ArticleTroubleshooting • 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 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 Article