Troubleshooting • Re: Ili9341 display installation
Touchscreen now working... Calibrate touchscreen after connectingCode: LCD---PI PIN (NOT GPIO NUMBER)LED------17(3.3v)SCK------23^SDI------19*D/C------15RESET----13CS-------24GND------6...
View ArticleOff topic discussion • Re: I leave
Pointless thread.Statistics: Posted by jamesh — Sun May 05, 2024 9:27 am
View ArticleTroubleshooting • Re: Raspberry PI 5 Solid Red Light, No Boot
I have a few Raspberry PI 5s, and I've got one that has this behaviour. This is the order of events...1. Using official power supply (with/without SD card) - solid red right2. Plugged into computer...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Software PWM - What is reasonable Max...
Yes pigpio and Broadcom drivers provide an interface, but I've been working hard to avoid anything that requires root privileges to run the resulting executables. In almost all cases the driver...
View ArticleTroubleshooting • Re: Rasberry Pi will not start to download torrents.
Thanks to those who replied - i managed to fit it by doing the following:-Set the "listening port" to 48218set the "network interface" to Nordlynx - my VPN serviceThanksStatistics: Posted by...
View ArticleGaming • Re: Gauging interest in FTEQW Engine with Afterquake
There are many dependencies needed to get this game compiled. It really is a fun project to build. Let me know if you are interested and I will take the time to do a write up.I would be interested in...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI displays graphical output not...
Thank you both for your thorough feedback, greatly appreciated!vc4 can only do H & V flips at a plane level, so only 0, 180, and the reflect_x and reflect_y flags can be achieved through that.Do I...
View ArticleNetworking and servers • Re: ssh: connect to host 10.0.0.234 port 22: Host is...
Of course Apologies - wood and trees !Yesterday whilst creating a new clean install of Pi OS, I added logging of each sensors' full SQL to a test table with auto extry date time. to see if there was...
View ArticleGraphics, sound and multimedia • Reducing Decoding Delay with h264_v4l2m2m on...
Hi,I am using the h264_v4l2m2m decoder with libavcodec on a Raspberry Pi Zero 2 running Bookworm OS. My codec has the AV_CODEC_CAP_DELAY capability set, which means "The decoder has a non-zero delay"...
View ArticleTroubleshooting • Re: Freenove 8MP camera not working on RS5
..when I connect the camera to with rib cable the led on the camera goes on so it is not the issue.The camera is connected to the port 0 of the piAfter accessing the config with "sudo nano...
View ArticleTroubleshooting • Pi 5 Sleep and HDMI blanking
Hi,I want to know if it is possible to 1) Make the Raspberry pi sleep after 10 minutes of inactivity and then wake it by mouse, keyboard or power button2) Make the HDMI monitor enter sleep mode after...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Hi.Perhaps this been discussed. I could not find anything related in a quick search though.I am running a Pi5 with latest 6.6.30-git kernel. I am trying to turn off HDMI completely for headless...
View ArticleTroubleshooting • Re: GPIO error when declaring button
This worked perfectly and my code ran with no errors! Thanks for helping me this problem has been annoying me for ages and I have now finally fixed it! Thank youStatistics: Posted by Reuben628 — Mon...
View ArticlePython • Prove this so called phyton expert wrong.
An acquaintance of mine who branded himself as an phyton programming expert told me he would help me with a project. He said he would get this done in an hour or so, the thing is, it's been over a...
View ArticleTroubleshooting • Re: Pi 5 Sleep and HDMI blanking
use official OS and report back.Sorry, can't make any comment on ubuntu.screen blanking on official OS is working here.Statistics: Posted by aBUGSworstnightmare — Mon May 06, 2024 9:23 am
View ArticlePython • Re: Prove this so called phyton expert wrong.
Hang on, that’s the same list as in https://forums.raspberrypi.com/viewtop ... 9#p2216909Did you try what we said in that thread and did that work?Statistics: Posted by neilgl — Mon May 06, 2024 9:32 am
View ArticleC/C++ • Re: WiringPi replacement?
The only challenge is most of the documentation is kernel driver documentation or simply reading the header files, e.g. <linux/gpio.h>.Not so. There is now documentation for the GPIO character...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi with DSI86 for DSI to eDP...
Keep in mind that you will only be able to make use of DSI86 single channel DSI input (=4-lanes) as the DSI interfaces on the Pi5 are individual peripherals, means you can't connect them for dual...
View ArticleAndroid • Re: [Android/iOS App FREE] RaspController
Update v.5.7.4(Android) - v.1.7.4 (iOS) Upd: German language (by Joachim Weber and Fabian) Upd: Polish language (by Pietia) Upd: Updated some external libraries (Only iOS)Statistics: Posted by Support...
View ArticleCamera board • Re: Can Raspberry Pi 5 be used at reduced frequency?
You can reduce the minimum CPU clock speed of the Pi 5 from the default 1500MHz, but the power saving will be minimal.You can also limit the maximum clock speed with arm_freq=xxxx in config.txt. That...
View Article