Beginners • Re: First install Dasbian OS on Raspberry Pi5 ??
Thanks for your info, I'll see if I can find more there.Statistics: Posted by pa3cvi — Wed May 01, 2024 8:58 am
View ArticleTroubleshooting • Re: Why I am getting error "device is disconnected or...
You have to run the commands whilst the python program(s) are running, not after the error has occurred.Statistics: Posted by neilgl — Wed May 01, 2024 9:00 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Use SN65DSI83 with CM4
Thank you.The GPIO22 was the problem in my DTS/DTBO file.Code: pi@raspberrypi:~ $ dmesg | grep dsi[ 0.024302] platform fe101000.cprman: Fixed dependency cycle(s) with /soc/dsi@7e700000[ 0.025566]...
View ArticleCamera board • Re: night vision ir camera issue
A few random suggestions.....Have you applied the ov5647_noir.json tuning file file in your code? (To get improved colour rendition from the noir sensor.)Does the camera work and produce imagery in...
View ArticleCamera board • Re: rpicam-apps do not work when rebuild with the new sensor.
Try runningCode: sudo ldconfigto reset the library cache. That should get it working again.Statistics: Posted by naushir — Wed May 01, 2024 9:27 am
View ArticleTroubleshooting • Re: ALL USB PORTS Not Working on RPI 5
I think that I'm with Thagrol on this!...I'd love to try to help you...if only I understood what the question is. You really need to give us more information.I wonder..Is English not your first...
View ArticleAdvanced users • Re: Timers in Raspberry Pi model 4b
Thank you for your response. But I heard that system timer and arm timers are present... I have to use hardware Timer....Statistics: Posted by angelyn — Wed May 01, 2024 9:35 am
View ArticleBeginners • Re: Pi Backup to shared NTFS drive (CIFS)
I have tried to run image-backup and it is successful to a point: After the backup completes, the script runs "e2fsck" and there are errors:There would beIf I attached the drive to a Windows 10 PC and...
View ArticleC/C++ • Re: HX711 SimpleHx711Test Hanging
The lgpio linked from hx711 repository was prior to RaspberryPi 5. I uninstalled this old version and installed the new version. I now have a message from the advancedHx711Test, so that is some...
View ArticlePython • Re: Pico PIO using an external clock.
A quick web search on "rp2040 frequency divider" showed a few possible answers.It looks like you can use the PWM instead of PIO. Set one GPIO as PWM input. Set another as PWM output. Setup the PWM to...
View ArticleRaspberry Pi OS • Re: Increasing swap space without rebooting?
I'm not sure what happens if swap is busy at the time.it will flush the swap back into ramand if it doesnt fit in ram, it will fail to restart the service and use the old swap size stillStatistics:...
View ArticleTroubleshooting • Re: Nginx.pid missing in Alpine Linux Docker Container
I run nginx in docker under Alpine. In my startup script for the container I have a bodge for thatCode: if [ ! -d /run/nginx ]then mkdir /run/nginxfiI'm sure there are other ways of doing it depending...
View ArticleTroubleshooting • How to use a xbox gamepad as mouse when using wayfire
I'm currently struggling to get a wireless Xbox controller running under wayfire.I've installed qjoypad and assigned one of the joysticks to act as mouse. As soon as I move the joystick qjoypad get's...
View ArticleGeneral discussion • Raspberry PI 5 Secure Boot
Hey there am actually bit new to secure boot , Recently i have saw this https://github.com/raspberrypi/usbboot/ ... /README.md repository and i tried it in raspberry pi.I was able to set secure boot...
View ArticleAdvanced users • The keyboard does not work after exiting the application
I have a problem, after exiting an application that is rendered using eglfs, the keyboard in the terminal stops working for me (I don't have a graphical shell, only a terminal). This was observed both...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: External Wi-Fi antenna for PI Zero 2W
No. These posts get locked.Why would these posts get locked?, its a perfectly legitimate question.The unpopulated connector is for testing the onboard antenna. It isn’t an external antenna...
View ArticleGeneral • Build errors when using conan package manager
Greetings,I wanted to utilize Conan package manager to create simple static libraries to use in all of my projects.It worked for me up until the point where the Pico SDK itself gets involved, when it...
View ArticleTroubleshooting • Re: Raspberry Pi Boot issues
Have you got a spare microSD card to write Raspberry Pi OS onto, then boot from that?Statistics: Posted by neilgl — Thu May 02, 2024 9:35 am
View ArticleBeginners • Re: What's the lowest power the rpi5 can run on?
My STB provides power via the 40-way header from an internal PSU. Which is fortunate because USB-C extension leads required to allow PSU disconnection from the STB aren't USB-IF spec compliant.Other...
View ArticleGeneral discussion • Re: Powering RPi 3B in a remote area
We really need to be careful about the units here. Errors in the units will hinder understanding of the underlying physics and how the calculation works.You know your amps, 2.5, and you know your...
View Article