Troubleshooting • Re: Trouble with MHS 3.5 screen - The orientation does not...
PS: I use Raspberry Pi OS (64-bit) released 2024-03-15 with kernel: 6.6.Statistics: Posted by bodzio_stawski — Sat May 04, 2024 9:00 am
View ArticleAssistive technology and accessibility • Re: What hash algorithm does...
Imager itself appears to use this function https://github.com/raspberrypi/rpi-imag ... ntials.cppStatistics: Posted by pidd — Sat May 04, 2024 9:23 am
View ArticleMicroPython • Re: Slicing bytearray without copying it, possible?
There's 'MemoryView' or something like that. I have never used it and am not convinced it doesn't copy. And I am not convinced there is what you want from when I last dipped into looking at doing...
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 ArticleNetworking and servers • Re: ssh: connect to host 10.0.0.234 port 22: Host is...
UpdateAll new fresh / clean install of Raspberry Pi OS, but full this time rather than LITELeft runningLast night lost WiFi connectivity and Arduino sensor readings no longer posted.SO - we now know...
View ArticleGaming • Re: GZDoom DOOM Engine Source Port on the Raspberry Pi 4 Computer
@graphicw, months ago, GZdoom & VKdoom both work in vulkan mod.so, they might move to vukan-1.3 That is a possibility as Vulkan implemented through software on the Pi is 1.3 compliant but...
View ArticleTroubleshooting • Re: Why I am getting error "device is disconnected or...
It shows 3 programs running with Same PID:2683Statistics: Posted by Abhi901163 — Sun May 05, 2024 9:34 am
View ArticleTroubleshooting • Re: Bluetooth audio issue
My Pi5 is without case for now, but in days I get the official case, so that the problem is the case is excluded.I'd be interested to read what you find.This is the thread with my own...
View ArticleCamera board • Re: can't connect camera module to rasp 4b
Your original question got responses at viewtopic.php?p=2215444#p2215444This topic is a duplicate and will most likely be locked or deleted.Correct - use the original post.Locked.Statistics: Posted by...
View ArticleTroubleshooting • Re: No module named 'libcamera'
Maybe time to experiment with a fresh installation of your RasPiOS Bookworm OS?This seems to be working for me with 64-bit RasPiOS Bookworm on an RPi[5] board.The package is 'bundled' with the OS...
View ArticleDebian • Re: Vanilla Debian on Raspberry Pi 5 ?
kerry_s - thanks for your thoughts - but I still live in hope !?. In the mean time I've switched to a cheap n100 box ( not that much more expensive than a Pi 5 with all accessories ) for Debian...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi with DSI86 for DSI to eDP...
If TI are looking to really get this working, then please email applications@raspberrypi.com and we'll be able to provide slightly more targetted support.Others have already pointed you at the pinout...
View ArticleNetworking and servers • Re: Notes server on Raspberry
BookStack? Not as clean as notes but very handy or documentation etc. https://www.bookstackapp.comAnyType is neat and worth supporting but can be a bit 'group' orientated https://anytype.ioI would...
View ArticlePython • Re: Syntax error when installing pynput with pip install pynput
A workaround may be to install an older version. e.g. this worked for me on Buster (32-bit) with desktop (Python 2.7.16):Code: pi@pibust:~ $ pip install pynput==1.5.0Looking in indexes:...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Are you using the beta version for the Pi5?There is an occasional lock up in the gui on the Pi5, just reboot until it works. It is being investigated.Statistics: Posted by procount — Sun May 05, 2024...
View ArticleSDK • Re: Could use a sanity check of this code
I assume that measuring a fan's RPM would be fine with this method and not really needing to dive into PIO. I was looking for another project to measure the clock frequency of I2C I made a debug probe...
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 ArticlePython • Re: Prove this so called phyton expert wrong.
Yes. But I realized it was to complicated for me. I asked my friend if he could fix it for me at the same time I tried to see if I could solve it, that is why there are two threads. Statistics: Posted...
View ArticleTroubleshooting • Re: Pi 5 Sleep and HDMI blanking
What do you mean "use official OS"?Isn't Ubuntu 24.04 official?"screen blanking on official OS is working here."-- do you refer to the option added to...
View Article