Camera board • Re: Change brightness, exposure, etc ...
Hello!Old way for changing "brightness" for example was to put it directly into motion.conf, like this:brightness=80New way, since version 4.1 as I remeber it's like this:video_params brightness=80All...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Not the “bumper” product announcement I was hoping for … anyway … source of reliable and fast enough SD cards is probably a good thing.https://www.raspberrypi.com/news/sd-cards-and-bumper/The bumper...
View ArticleItaliano • Raspberry si spegne da solo e non riparte
Ciao a tutti,ho un Raspberry pi 5 con 8GB di Ram e Rapsberry OS 64bit installato e aggiornato.da poco più di una settimana ho notato che il raspberry si spegne da solo e se provo a riaccenderlo, il...
View ArticleCamera board • Re: rpicam-vid Encoding Halts After Several Hours Without...
Can I bump up this post and maybe get a comment from an engineer, please?This appears like a genuine issue.Thoughts?Statistics: Posted by jwainwright87 — Mon Oct 07, 2024 8:26 am
View ArticleSDK • Question about producer pool and consumer pool codes in USB sound card...
Hi,I am learning to understand the code inside pico-playground\apps\usb_sound_card.It has the struct variables producer pool and consumer pool, what is this distinction meaning?I have understanding...
View ArticleTroubleshooting • Re: Pi5 turns on then off
I bought a raspberry pi5 4gb, when I press the power on button, the top hat heatsink fan spins up, then green light comes on.Shortly after the light slowly flickers and dies and the system turns off....
View ArticleOther projects • Release 0.4.0 of "pigg" - The Raspberry Pi GPIO...
We have just published Release 0.4.0 (https://github.com/andrewdavidmackenzie ... /tag/0.4.0)of "pigg" (https://github.com/andrewdavidmackenzie/pigg), your "No-Code" way to control Raspberry Pi GPIO...
View ArticlePython • Re: Python Script keeps Exporting after Finally Statement
When I ran that, I got this:Code: File "main.py", line 11 print('you're very unlikely to ever see this') ^SyntaxError: invalid syntaxVery simple fixCode: print("you're very unlikely to ever see...
View ArticleTroubleshooting • Re: Negative output values for 3.3 v and 5 v sources on Rpi...
I think -3v3 on the 5v pin and -5v on the 3v3 pin is impossible if the board is still working. Can you provide a wiring diagram, and tell us on which pins you are measuring these voltages.Statistics:...
View ArticleTroubleshooting • Are RPi5 GPIOs slower than RPi4 GPIOs?
Hi.I have a question about the speed of GPIOs on RPi4 and RPi5.I am processing GPIO1 up and then GPIO2 down. I am looking at the GPIO activity on an oscilloscope and I am wondering if there is any...
View ArticleGeneral • Re: External Antenna on Pico W [feature request]
I don't think it is something we would do on the Pico's since you can easily buy a RP2040 or RP2350 and build your own board with whatever connectors you want on it. Or just buy one already made. e.g....
View ArticleSDK • Re: Talking through the USB port
Where can I find find the hello_usb.c? I don't see it [here](https://github.com/raspberrypi/pico-examples).Statistics: Posted by binary_pie — Tue Oct 08, 2024 8:22 am
View ArticleHailo • Re: I have Questions about the AI-Kit.
We've spent quite a bit of time integrating the Hailo drivers and libraries into Raspberry Pi OS. As a result, installing all the Hailo tools is as simple as can be with Raspberry Pi OS.However, there...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can't find any Bluetooth devices
Thanks, than I guess it is, because I tried with fresh images at least 3 times. Power shouldn't be an issue, I'm using the offical power supply, but I did a couple hard resets and when I tinkered with...
View ArticleBeginners • Re: A few beginner questions
By "main pages", do you mean the help displayed when I type df --help, or some other page that I haven't seen. Sorry, but those help screens are overwhelming to a first time user.man pages. Details...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [Pi 4] Peripheral Extension Board
Many thanks all for the hints.The project is based on a flight controller (Ardupilot) and there are redundant sensors for safety reason that's why many interfaces are required.I was looking for...
View ArticleRaspberry Pi OS • terminal tool to grab specific wifi info.
On Raspbian bookworm, whats the terminal tool to grab network info like:* Wifi band used, 2.4 or 5GHz* Wifi channel used* Signal strenght* Static or DHCP* Ip addrsStatistics: Posted by DirectXNinja —...
View ArticleRaspberry Pi OS • Re: Start Docker and server at boot
docker-compose has a --detach option, have a look at that.And lave a look at this as well (goes in the docker-compose.yaml file):Code: restart: alwaysThere's more...
View ArticleDevice Tree • Re: Compiling my own kernels and DTB files
Sorry, I've just seen this question.You should treat the DTBs and kernel images as being matched pairs. That's not really in the spirit of Device Tree, which is meant to be a simple description of the...
View ArticleTroubleshooting • Re: Are RPi5 GPIOs slower than RPi4 GPIOs?
GPIO writes are serialised across PCIe. To get reliable, repeatable timings the simplest solution is to disable ASPM - Code: echo performance | sudo tee...
View Article