Media centres • Re: Peppy player
Hi, hopefully all issues have been fixed. I've pushed the new code to the GitHub already: https://github.com/project-owner/Peppyand preparing disk images right now. During the weekend I hope to upload...
View ArticleTroubleshooting • Re: RPi5 active cooler not working properly
just added to my scripts so i can keep an eye on. Thanks! I've just done this as well. I'm still unsure if I need to replace my fan though. I need a list of the expected RPM at for each speed step....
View ArticleBeginners • Low volume on Pi5
HiI'm using the Logitech G435 which uses the light-speed dongle. It's very quiet using it this way.When I switch to blue tooth the sound is fine.Does anyone have any ideas on how to fix this?Thanks in...
View ArticleAutomation, sensing and robotics • modbus RTD
Hi all,I have 5 temperature RTD controllers (support Modbus RTU) and a HMI screen and I want to connect to a raspberry pi using this rpi as master. I have never did this kind of configuration and my...
View ArticleTroubleshooting • Re: RPi5 shuts down after 15 seconds
I wasn't expecting the cooler being able to do that to the pcb, is that possible and common? The only time I installed the active cooler the plastic clips didn't feel much strong to put so much...
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
Also. What counts as a good thermal pad.I'd suggest trying the pads that come with an aluminium heatsink case. Even the best pads you can buy will probably only make a couple of °C difference with a...
View ArticleCamera board • Re: Map ISO and shutter vals
Thank you for the response.I will have to figure out how to relate that to the cliche ISO values you see eg. 100, 200, 400, etc...I'm trying to replicate handheld digital interface, if possible...
View ArticleRaspberry Pi OS • Re: Debian-packaged docker.io/docker-compose installation...
the latest compose plugin is installed with docker usingCode: sudo apt install dockeryou can alternate install the plugin separately usingCode: sudo apt install docker-compose-pluginStatistics: Posted...
View ArticleBeginners • Re: File help
Just got my pi5 working using some Chromebook charger (I’m going to switch later) and I already booted it up, and I noticed in the files, a couple things 1. Amazon basic 512 is only displaying 469...
View ArticleGeneral discussion • Re: Brother MFC and Raspberry Pi
please, use the graphical printer setup from the Preferences menu. I do hope you're not using Raspberry Pi OS Lite: it makes things difficultStatistics: Posted by scruss — Sat Mar 02, 2024 1:41 am
View ArticleSDK • Re: Saving/restoring C++ instances to/from flash
If your data structures contain pointers, you should either flatten them during serialization, or use something like boost::interprocess::offset_ptr.Statistics: Posted by tttapa — Sat Mar 02, 2024...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
im using a 32in monitor. and with 1920x1080p resolution.HDMI display? Check your cables/adapters as well.Otherwise impossible to say without seeing any logs. You would need serial console adapter to...
View ArticleCamera board • Re: high framerate libcamera video capturing
I always thought on playing with Raspberry camera stereo video.If so, plan was to buy a second GS camera because of high framerate video capturing.Recently I saw postings from ddbaron in this forum...
View ArticleGeneral discussion • Re: Analog video was improved for RPi5 !!!! THANK YOU
Oh it is the perfect level of sharpness now! I can see why someone would think that the previous Raspberry Pis were sharper, but it was the equivalent of taking an image editor and applying too much...
View ArticleGaming • mGBA 0.10.3 Gameboy Advance Emulator on the Raspberry Pi 4 Computer
Duke Nukem Advance (Take-Two Interactive, 2002) with mGBA Gameboy Advance Emulator on the Raspberry Pi 4 Computer.I am certain you have heard about or at least played the Nintendo Gameboy Advance, the...
View ArticleBare metal, Assembly language • Variable clocks and peripherals
Hi all,how do peripherals deal with variable clocks on the pi?For example, UART has a clock divider to set up that I believe is relative to the system clock.I query the clock rate using the property...
View ArticleBare metal, Assembly language • Re: Variable clocks and peripherals
the mini-uart clock is referenced off the main VPU clockif you set enable_uart=1 in config.txt, then the VPU clock just stops doing powersaving things, and will not change freq, because there is no...
View ArticleTroubleshooting • Re: cant get booting from NVMe to work
@thagrol Thank you, your answer was helpful and pointed me into the right direction over the past few days.@memjrAfter resolving booting order, i have performed same order of steps with nothing to...
View ArticleMicroPython • Re: pico-to-pico via intenral router: accept () issue
I guess my sleep(3) didn't solve the problem after all. I did the Exception as e statement and the client gives ERRNO 103, connection aborted. Sometimes I can get a successful connection and other...
View ArticleAdvanced users • Re: Image File Utilities
Backup script - not working at the momentI copied the backup script provided earlier in the chat and tried to customize it. Here's what I have, but it doesn't work using cron Does it work running it...
View Article