Troubleshooting • Re: New raspberrypi 5 won’t boot. Just green flashing light.
Is there a particular point on the board you need to see? I’ll try and get a clear picture of that point.Between the PI's SOC (system on a chip) and the RP1 IO processor there are a number of smal...
View ArticleTroubleshooting • Re: Trouble Creating A Systemd Service
Try changing your script to look like thisCode: #!/usr/bin/bashcd /home/nickserver/RTSPtoWebRTCGO111MODULE=on go run *.goalso, that service file is running the command as root. It should probably run...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
This is driving me crazy...The freezes happen every couple of hours.I am checking journalctl and there's nothing out of the ordinary around the time of the crash.Does anyone know any way to find out...
View ArticleTroubleshooting • Re: Issue when trying to flash CM4
You may want to look here viewtopic.php?p=2133683&hilit=Eeprom#p2133695 and here viewtopic.php?t=361683&start=25#p2182588 where the process is explained in detail.This is when using the...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonjour,J'ai remplacé mon Hat NVMe Pineberry par https://www.amazon.fr/dp/B0CPLF6JYX?psc ... ct_details:Son prix: 15.99 euros tout compris.Avec le Pineberry:1- Je n'avais plus accès à la carte SD2-...
View ArticleTroubleshooting • Re: Second monitor not displaying after boot
The non-working monitor may have either no or incorrect EDID. Bookworm (and Bullseye) are less forgiving on that.Statistics: Posted by aBUGSworstnightmare — Sun Jan 28, 2024 8:31 am
View ArticleAutomation, sensing and robotics • Re: Garden Weather station.
Is it anything like this BYO weather station? https://projects.raspberrypi.org/en/pro ... er-stationWhich RPI shop are we looking at?Thanks MateNo idea, but Pimoroni do the wind water bits and also...
View ArticleBeginners • Re: New 4TB SSD portable NVME drive (USB) critical target error,...
I think I will need to write a test program to find out when the over write happens.Can I write a 4TB file in C ?Statistics: Posted by Geralds — Sun Jan 28, 2024 8:39 am
View ArticlePython • Re: Installation of pyexcel
Thanks for your response. First of all short description of my project. It involves many system libraries as wel as third party libraries (more then 10000 lines of code). Testing everything showed me...
View ArticleCompute Module • Re: Help Powering the CM4 IO Board from J20
Never done that! I'm simply not connecting 5V to the CM4IO when using J20. CM4IO has DC/DC which are rated 5V/3A which is perfectly fine for powering CM4 and some USB device.Your HDD's will be powered...
View ArticleGeneral discussion • Re: No RPi 5 for me.
i thought that to, but after using the rpi5, the difference is night & day.rpi5 is way faster then a tweaked rpi4.I just can't justify the cost of everything I need to upgrade. My use case is such...
View ArticleStaffroom, classroom and projects • Re: How to force the 3B to play a looped...
Thank you for your inputs.I actually found another solution:First, a sh script:Code: #!/bin/shsetterm -cursor offVIDEOPATH="/home/pi/Vidéos/"SERVICE="vlc"while true; doif ps ax | grep -v grep | grep...
View ArticleNetworking and servers • Seems like failing hostapd messages
Hello All,I use an RPI4 (buster) as a little wifi access point for a small ESP32 with LCD running a little clock. (Clock gets time from ntp).Today after I did a firmware update of my router (asus...
View ArticleBeginners • Re: Moving SD card (and PiOS install) from Pi4 to Pi5
A microSD card with Bookworm installed on a 4B will work just fine if you remove it and try and use it in a Pi 5. The issue is unless you just installed the OS your 4B is most likely running Buster or...
View ArticleTroubleshooting • Re: Composite out only outputting for a short while
Hello,i have the same problem. Did you or anyone found a solution?Statistics: Posted by MortonMoon — Mon Jan 29, 2024 8:02 am
View ArticleNetworking and servers • Setting up Wi-Fi on OS Lite Bookworm
Using Buster OS version I was able to configure Wi-Fi connection from Python code:- Select Wi-Fi network from the list returned by the command 'sudo iwlist wlan0 scan'- Update the file...
View ArticleNetworking and servers • Re: Setting up Wi-Fi on OS Lite Bookworm
bookworm uses network managerrun nmtuifor your script use nmcliStatistics: Posted by kerry_s — Mon Jan 29, 2024 8:08 am
View ArticleNetworking and servers • Re: Sharing the Ethernet port to USB0
It turns out that manually creating a bridge is not needed on the system acting as the router. It is enough to use nmcli in place of step 2 above:Code: sudo nmcli connection add type ethernet ifname...
View ArticleTroubleshooting • /dev/lirc0 doesn't show up
Hi, Here is what I did:- Connected IR sensor to GPIO (pins, 2 - +5V, 14 - GND, 16 - signal)- Added dtoverlay to the file '/boot/config.txt': dtoverlay=gpio-ir,gpio_pin=23- Installed LIRC: sudo apt-get...
View ArticleTroubleshooting • Re: Raspberry pi 4 "capacitor exploded"
according to the schematic at https://datasheets.raspberrypi.com/rpi4 ... 4wLjAuMA..its a 4.7uH (1.7A( inductor, in the 3V3 section of the power supplyStatistics: Posted by mahjongg — Mon Jan 29, 2024...
View Article