Raspberry Pi OS • Re: Netflix and youtube playback broken after chromium upgrade
Should be sorted nowStatistics: Posted by ShiftPlusOne — Mon Oct 07, 2024 11:26 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Sound through I2S DAC (Solved)
A curious development.I've just set up another module on another Pi, same model Pi, same type of module, setup went smoothly, but the sound output on the second one is much quieter than the first,...
View ArticleTroubleshooting • Re: Pi5 turns on then off
Sorry, yes I meant the active cooler. And I've tried other bootable devices and nothing happens the pi only starts for 4 secconds then the green light "dimly" Flickers and turns off. Almost like a...
View ArticleAutomation, sensing and robotics • Re: Reading data from radio controlled...
Hi pidd,thanks for your answer. it seems to bei 868 MHzStatistics: Posted by rpikurti — Tue Oct 08, 2024 10:56 am
View ArticleTroubleshooting • Re: Trying to install Processing under bookWorm
OK thanks I have found out what was happening.I was using the extract application to move the files into the correct place, like I have always done successfully before.This time I used exactly the...
View ArticleTroubleshooting • Re: Pi4 Bookworm HDMI wrong resolution
Thanks for the link; it still doesn't work on the TV, even though it will output 1920x 1080 when connected to a monitor.Statistics: Posted by RAndyB — Tue Oct 08, 2024 11:03 am
View ArticleCamera board • Re: Change brightness, exposure, etc ...
Old way for changing "brightness" for example was to put it directly into motion.conf, like this:brightness=80New way, since version 4.1 as I remeber it's like this:video_params brightness=80All...
View ArticleSDK • Re: How to build VSCode generated project on command line?
That's a good idea, but we need to keep this compartmentalized such that any user can jump in and build without creating a 'dummy' file in their home directory.In which case, I would ignore the...
View ArticleRaspberry Pi OS • Re: Start Docker and server at boot
and I have add to the .bashrcCode: echo Running at bootcd /home/johan/Documents/server/raspberry_pi_server/raspberry_pi_server_serverdart bin/main.dart --apply-migrationseThat is not run at boot. It's...
View ArticleBeginners • Re: Discover RP ip on public wifi ap
As an alternative, and assuming you don't need the zero2W to be a USB host you could use the USB ethernet gadget for the laptop to Pi connection. Or the serial gadget though I don't have a guide for...
View ArticleTroubleshooting • Re: Turn off the Video output from the Raspberry Pi5?
That's why I am looking for a command which turns the HDMI output off like it is the case with X11.You've been given it alreadyCode: wlr-randr --output HDMI-A-1 --offxrandr is using the X11 APIs, so...
View ArticleBeginners • Re: Upgrading to PI 5.
One wee niggle is the new PI desktop is just slightly too big for my monitor and I don't know how to fix it. It must be trivial. I toggled "overscan" in the pi preferences and that improved it a bit...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [Pi 4] Peripheral Extension Board
You are correct about the SPI bus using CS. I have to add extra code to select the correct module via GPIO.some modules have active high and other have active low CS and they also may have different...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
OK yesterday night I tried the code on a pico 2 and the one loop was always faster then the two interleave loops.I think that you have a lot of interruptions when you do the first loop in your...
View ArticleGeneral discussion • Linking Multiple Raspberry Pi
Is it possible to connect multiple raspberry pi units together to create a more powerful system for tasks like video processing to ai projects? If so, what'd be the best way to set up the...
View ArticleGeneral discussion • Send email from python
I have a python script that fetches emails for /var/mail/pi and run a function called send_email() witch was generated by bing copilotnow Microsoft Outlook needs 2FA this does not workanyone know of a...
View ArticleGeneral discussion • Re: Linking Multiple Raspberry Pi
Have a look at the pi cluster https://www.raspberrypi.com/tutorials/c ... -tutorial/Statistics: Posted by neilgl — Wed Oct 09, 2024 10:56 am
View ArticleOther projects • RPI CAR HEADUNIT [HELP]
Hey everyone, much love from Italy!I'm here today because I am searching for some help for a few parts regarding my Car Headunit i am trying to build.Let me explain a bit. I have a BMW E30, and I am...
View ArticleBeginners • Re: A Raspberry Pi 5 EEPROM Writer and Reader
viewtopic.php?p=2206724&hilit=Eeprom#p2206724Might be of interest.Statistics: Posted by aBUGSworstnightmare — Wed Oct 09, 2024 11:07 am
View ArticleBeginners • Re: Good Case For RPi 5 w/SSD enclosure & fan?
I can recommend https://www.kiwi-electronics.com/en/uni ... pi-5-20099I am using that one for exactly your requested configuration. Sturdy, small, ticks all the boxes, and is kinda nice (nerdy...
View Article