General discussion • Re: PI 4 overheating?
The same all day?Statistics: Posted by bensimmo — Thu Feb 08, 2024 9:26 am
View ArticleSDK • Re: Printf with %d in FreeRTOS freeze
You have, of course, verified that the stack is not blowing out?No. Now I have. This is my very first contact with FreeRTOS, so I have no routine about this kind of gotchas yet. Thanks a lot, it now...
View ArticleGraphics, sound and multimedia • Re: 9 displays output
You have Pi4's, right?Use i.e.https://www.berrybase.de/usb-type-c-kab ... versorgunghttps://www.reichelt.de/schaltnetzteil- ... gKMAvD_BwEWould make some mounting fixtures to get all the HW placed in...
View ArticleAdvanced users • Re: microSD Cards "Application Performance Class"...
For the Samsung shown, Quite lickley the A2 will be at A1 speeds with the cards if no A2 device is presented, quite likely the A1 card could use A2 specs in the background unless they disabled it, but...
View ArticleAdvanced users • Re: Openssh 9.5p1 on 32 bit OS Failed
I don't know the cause of your problem, but when I really want a later version of software, and am prepared to run a setup where I know I'll have to fix any problems myself if it goes wrong, I look to...
View ArticleCamera board • Re: picamera2 - prevent camera auto-adjusting to light...
Yes, it will be adapting automatically. Also, it's calibrated for "typical" use cases, so very bright lights that are quite different from outdoor lighting would be the kind of thing that might...
View ArticleHATs and other add-ons • Re: RPI5 and Codec Zero Not Working
HiI'm experiencing the same issue and want to further add some diagnostic info.I did the exact same steps as original poster.Things that caught my eye: the rpi5 gives no sound icon in the upper right...
View ArticleGeneral • GPIO pins dynamically set as input or output within C program?
Hi! I'm new to the RasPi, and the Pico, but the Pico brought me over from the Arduino world, so my mindset is a bit stuck there, so please forgive my question if it's obvious.I'm wondering if it is...
View ArticleSDK • Re: TinyUSB Toggle between HID_PROTOCOL_BOOT and HID_PROTOCOL_REPORT
This issue might look trivial but It looks like an issue with the hardware controller. After toggling the report protocol, the keyboard endpoint get blocked. The host sends request to the keyboard...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
Make sure an upload port is specified. From what I understand it is something like this: I would like to, but I don't know which port to use, you can see in my previous post my device manager windows,...
View ArticleBeginners • Re: I'm a beginner and I can't use sudo apt-get install anymore!...
What is in the /etc/apt/sources.list.d/jellyfin.list file?It is almost certainly wrong.Can you give us a link to the tutorial?Statistics: Posted by rpdom — Fri Feb 09, 2024 10:11 am
View ArticleTroubleshooting • Re: raspberry pi boot issue
You might want Code: sudo shutdown -h now then wait until activity led stops flashing then unplug and re-plug the power (if you must). The h means halt.Normally Code: sudo shutdown -r now reboots and...
View ArticleGeneral discussion • Re: Forum "503 Service Unavailable"
i also have to wonder, how that tax spam even got in?i thought the first post was always moderated?I was wondering that. It's possible we had a lot of posts waiting and it was part of a batch approve...
View ArticleCompute Module • CM4 USB error / MSG not working
Hello!I have a Rpi 4B which has the latest 64-bit OS installed (Bookworm). CM4 is connected to the Rpi 4B via USB cable. I was wondering why the rpiboot-msg fails and then I saw this in dmesg:Code: [...
View ArticleTroubleshooting • Re: Camera on RPi4 closes after a few seconds
there is no option to Enable Camera through Raspi-config like all the installation instructions say.Those instructions are out of date. The Enable option activated an old firmware driver for...
View ArticleCamera board • Re: Capturing raw images on the Raspberry Pi 5
I really don't think anything has happened in that driver recently, the ov5647 is pretty long in the tooth these days so mostly people don't go near it. And your code looks absolutely correct to me,...
View ArticleTroubleshooting • Re: Official Touch Screen With Raspberry Pi 5
It should work fine is.Won't it need a new cable due to the different connectors on the Pi 5?Either a PI 5 or Compute Module Display cable should work.Statistics: Posted by rpdom — Fri Feb 09, 2024...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
I just use a simple .sh script that installs what I want it to, moves files where I want them and then I'm done with it.I do the same, works great.Statistics: Posted by rpiMike — Fri Feb 09, 2024...
View ArticleSDK • Re: Dual Core Memory Protection
This applies to C++.Hah, indeed it does.Statistics: Posted by jeremyd — Fri Feb 09, 2024 10:27 am
View ArticleAutomation, sensing and robotics • Re: Determining torsion in a pipe during...
Is the measure aimed to correct something on the fly (i.e.: pipe is torsioning too much)?Is it a pipe or a cable?Statistics: Posted by vffgaston — Fri Feb 09, 2024 10:28 am
View Article