Gaming • Re: Need some guidance on retropie on raspberrypi OS.
You don't need Retropie to add console emulators to the Raspberry Pi Operating System, and console emulators are usually open source, which means the program should compile on any Linux Operating...
View ArticleOff topic discussion • Re: Dream hardware
viewtopic.php?t=35880430 and 10or is it25 and 16?If the latter is correct and Pi 5 uses 50% more electricity, the Pi 5 is not achieving 2x.But that GFLOPS is probably not CPU but NEON?And not all...
View ArticleGraphics programming • Re: Freeze/memory corruption after 35-40 minutes of...
Stopping capture on the USB host side after ~30 minutes seems to reset the "freeze timer". The next capture session can live the same 35-40 minutes. So constantly restarting at 30 min mark could be a...
View ArticleRaspberry Pi OS • Re: Zip7 question
7zip is not a complete programme, it is an add-on for an existing programme (Archiver in this case)I came from Windows a couple of years ago, the move does get easier if you stick with it7zip is a...
View ArticleTroubleshooting • Re: cannot login after update; but text mode login is fine
This is usually caused by trying to mount some external storage (e.g., a USB drive) and having the mount fail, but the user not notice that it failed. They then copy a bunch of files to the mount...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Tested what?VNC as is no longer works on a Raspberry Pi 5 because of Wayland. I was wondering if anyone with a Raspberry Pi 5 has tested the workaround suggested by RealVNC.In any case I will know for...
View ArticleCamera board • Re: Issues with GS camera
Have a read through What to do if your camera is not detectedAnd note the comments on gpu_mem, camera_auto_detect, start_x and particularily the OS release versions.Your main problem is that Buster...
View ArticleGeneral discussion • Re: Identify which barcode scanner
Assuming the scanners show up as HID then possibly reading from /dev/usb/hiddev(x) could work?My concern would be the scanners may not always be a standard number esp if they are plugged in post power...
View ArticlePython • Re: list/dict error - not understanding
Code: if parts[0] == FIRST_LABEL:results = {}results[parts[0]] = parts[1]First you read a line and put the string value into line.From line you split with the equal to the list parts.parts[0] will...
View ArticleGeneral discussion • Re: Want to make a smart tv with browser feature
Kodi can have browser add ins - https://alvarotrigo.com/blog/web-browsers-kodi/ may help (never tried any though).Statistics: Posted by MiscBits — Wed Apr 17, 2024 12:55 am
View ArticleGeneral discussion • Re: Cannot ping or ssh into RPi
...Cheap/ISP router with a restriction on the number of active connections? Adding a network switch won't help with that....Never thought about Wi-Fi - some of the small 4/5G boxes have a limit so...
View ArticleRaspberry Pi OS • Re: Compile latest version filezilla for arm64
For the clienthttps://wiki.filezilla-project.org/Client_CompileI couldn't find an equivalent page for the server.Statistics: Posted by pidd — Wed Apr 17, 2024 1:04 am
View ArticleTroubleshooting • Re: Raspberry Pi4B No Green Light
Are you using a power supply or charger?My first thought would be power.Did you work through the sticky at viewtopic.php?t=58151Statistics: Posted by MiscBits — Wed Apr 17, 2024 1:07 am
View ArticleBeginners • Re: Please Help. Ipam mini2, want to get pi please help me.
What does locked down me? I ask:my friend he say that you could do linux on my ipad mini, then add to the raspberry pi5 then i can use t as a screen, accelerometer, gps, gyroscope built in.... ? Can i...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Serial communication from Pi 5 to...
That got it, Thanks a ton!!!Statistics: Posted by DStansberry1 — Wed Apr 17, 2024 11:50 pm
View ArticleC/C++ • Re: RP2040 read GPIO with memory mapped access
Memory-mapped IO registers on RP2040 ignore the width of bus read/write accesses. They treat all writes as thoughthey were 32 bits in size. This means software can not use byte or halfword writes to...
View ArticleRaspberry Pi OS • Re: Bookworm: Alt-Tab behavior
I don't know what ended up working, but after many changes and reboots it finally works with alt+tab like normal!Statistics: Posted by reukiodo — Thu Apr 18, 2024 12:07 am
View ArticleGeneral discussion • Latest Hyprland on Raspbian
Ugh.. hi. I managed to install the latest Hyprland on Raspbian 64-bit Lite, upgraded to Debian 13 (trixie/sid), and then changed the source back to Debian 12 (bookworm). I managed to get almost...
View ArticleGeneral discussion • Re: Raspberry Pi Imager improvement request
Isn't that what the language and country options already do?Statistics: Posted by scruss — Thu Apr 18, 2024 12:19 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 CSI/DSI connector
Why should it be different?This is because if I refer to the DSI signal guidelines, they are differential signal and should be routed as 100ohm differential pair. The FFC cable is just having...
View Article