Gaming • Re: Moonlight-Streaming: Doest the gpu_mem matter?
I did not know but I guess it is this: https://github.com/moonlight-stream/moo ... i/PackagesYou run 64-bit Bookworm on the Pi4 I see, I think there is no need to change anything. Do not do the...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Last week I dropped my mobile and the screen shattered in a way similar to last year.viewtopic.php?p=2197146#p2197146The new phone is the Motorola Play 2024 based on the Qualcomm SM6225 Snapdragon...
View ArticleCamera board • Re: libcamera::Fence - Does this actually work?
I'm using a semaphore to block the main thread until the call back releases it.This means that the main thread can only make one request at a time. This is probably not as efficient as letting the...
View ArticleGeneral • Re: Need some help figuring out PIO code problem
Maybe because side-sets are executed unconditionally and without delay.From datasheet:If side-set and an OUT or SET write to the same pin simultaneously, the side-set data is used.NOTE If an...
View ArticleTroubleshooting • Re: 100% duplicate monitor not possible
Yoi will habe to switch to labwc window manger.Statistics: Posted by aBUGSworstnightmare — Tue Sep 17, 2024 4:58 am
View ArticleBeginners • Pi4: backup and boot device type questions (beginner)
Good morning all. I recently started to setup a NAS using a Pi4B with a SATA SSD using RaspberryPi OS Lite and OMV. My first intention was to set this up mainly for Time Machine backups of my two...
View ArticleOff topic discussion • Re: A Blast from the Past
Ah, yes...complete with a polyfuse for each USB port...... and JTAG populated. But it is not fully complete - the pi-pass is missing so USB is unUSBle Here is mine https://ibb.co/GCxcMW6 in not so...
View ArticleHATs and other add-ons • Re: Logic level shifter recommendations
Apologies if I must missed something obvious. Is there a link to the board or (better) a schematic? Bit hard to tell otherwise.The board is from an Amazon Echo 2nd Generation smart speaker. Model...
View ArticleNetworking and servers • Re: Raspberry Pi 5 / RPIOS 64bit lite Bookworm: Does...
I would not recommend editing the files directly. For desktop access run:nm-connection-editor# or sudo nm-connection-editorMy mistake. Install network-manager-gnome:Code: sudo apt updatesudo apt...
View ArticleC/C++ • Re: Example of GPIO use with Linux only (no third party libraries)
I did scratch my head over the logic operations in function gpio_line_set_values. It seems to turn everything on or everything off. In fact, that's what it does on my system. You might not have...
View ArticleTroubleshooting • Re: libcamera-hello: ERROR: *** no cameras available ***
Can be something wrong with the flatcable.MotionEyeOS maybe using the old/legacy camera stack, that is something different, has different timing etc. I have had several cases where the old stack works...
View ArticleGeneral • Re: Can a pi pico handle larger screens?
There's a little problem with sunlight too.There are more issues than that if the bike is going to be street legal and if this is to replace the stock instrument cluster.And while epaper sounds like...
View ArticleNetworking and servers • Re: Connect Raspberry Pi to eduroam wifi
There's and app for that for Android and iOS to make it easier now that I think allows you just to select your institution and select the profile so it'll be in the right format.There is also an app...
View ArticleRaspberry Pi OS • Re: I can't watch youtube or imdb videos on chromium browser
can you add a screenshot, not making sense to me.@kerry_s, we are talking about watch youtube, right? it's the weekend i'm drinkingso the last icon(f) is the 1 your talking aboutyour using raspberry...
View ArticleBeginners • Re: Fastest way of acquiring individual chunks of ADC data
I know Nyquist but, for this application, it is not the goal to reconstruct a signal in time. I need to take individual samples of some stuff at some speed that I can choose, from as low as I want to...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
There is a good reason why the circuit works with the RP2040 and 'every other microcontroller' but not an RP235X. In my view it's only a flawed design by nature of the RP235X having a flawed hardware...
View ArticleTroubleshooting • Re: headless pi5 not responding every 4-10 days, journalctl...
just found the pi locked up. video output was still showing the gui: the desktop and taskbar was still visible, as well as a terminal window i had open running tail -F on a dmesg log. the log ceased...
View ArticleHATs and other add-ons • Re: Rpi5 + M.2 HAT+, any compatible cases or active...
Many thanks for your answers. I'll look into your suggestions and report back if I find something interesting.Cheers,-cStatistics: Posted by carmelo0x63 — Wed Sep 18, 2024 6:24 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPI5 PIO dumb questions.
RP1 PIO interface is not documented (yet). You may start looking ar RP2040 PIO interface - starting page 310 in https://datasheets.raspberrypi.com/rp20 ... asheet.pdfStatistics: Posted by...
View ArticleHATs and other add-ons • Re: M.2 and POE HATs: Preferred stacking order?
Gut feeling is very much M.2 then POE on top.PoE is always going to have to be directly onto the Pi board, unless you can figure out some sort of jumper cable arrangement for the 4 pin PoE...
View Article