Italiano • Re: Interface is down
Salve, non conosco il motivo ma il wifi del mio rusberry pi3 di è disattivato.come posso fare per riattivarlo '??Hai impostato la nazione? Altrimenti viene disattivato.Ovviamente visto che non dai...
View ArticlePython • Re: VLC Python library and GPIO-attached screens
I am not familiar with VLC but the symptoms you describe point to: Running manually finds you LCD which may be the video screen assigned for the sessionRunning in SYSTEMD wrings to the SYSOUT log...
View ArticleAdvanced users • Re: Downloading the source of the specific kernel version
https://github.com/raspberrypi/linux/tagsYou'd be wanting the stable_20240124 tag.Statistics: Posted by 6by9 — Mon Feb 26, 2024 2:49 pm
View ArticleCompute Module • Re: CM4+Python+Bit banging
This is more like brainstorming with others more than asking how to do this. I try to summarize my setup: I have rather close to Modbus RTU protocol which I am processing using Python script on CM4. I...
View ArticleRaspberry Pi OS • Re: Raspberry Pi updates
of course, as I get older, I sometimes have to dump my aliases to remember the less frequently used ones, as I have been collecting them for quite some time.If you've forgotten your aliases, doesn't...
View ArticleGeneral discussion • Re: pearl.fr
These guys don't seem to be listed as official distributors as far as I can tell. I usually buy from Kubii when in France...but at the moment, they don't have what I want. Pearl seem slightly more...
View ArticleCompute Module • Re: CM4 I2C issue using PCF85063A RTC and touchdisplay on...
The only I2C addresses used on the Pi 7" DSI display are 0x45 (MCU for backlight and power), and 0x38 (touch controller).If you're using FKMS and hence having the touch controller polled via the...
View ArticleBeginners • Re: Can raspberry pi 5 use usb monitors
I was more wondering how it could work as it only has a USB connector. Raspberry Pi OS has only limited capability to send video out through a USB socket and I wouldn't have thought this display would...
View ArticleFrançais • Re: pearl.fr
Bonjour,Un autre distributeur officiel du Raspberry https://yadom.fr/Merci.Statistics: Posted by kip_the_elder — Tue Feb 27, 2024 2:36 pm
View ArticleFrançais • Re: gpio c++
oui effectivement c'est plus difficile de lire dans un fichier!au final j'ai arrondie aussi les temperatures ecrite Code: float tempExtLue = (int (ds_temperature[0] * 2) ) / 2.0; float tempUnitExtLue...
View ArticleWanted • Re: PiZero 2 WH ?
Niiice I never knew !! EDIT: apparently still just aftermarket solders not from RPi themselves and none ship to Norway,Statistics: Posted by mrDBUG — Tue Feb 27, 2024 2:45 pm
View ArticleMedia centres • Re: Analog 5.1 sound on RaspBerry Pi Model 3B+
My connection type is actually the same and that is exactly what I meant. But I don't have any physical individual volume switches on the 5.1 system.I think I will try it out and hope I can control...
View ArticleFrançais • Re: Blog Auto-hébergement sur Raspberry Pi k-sper.fr
Bonjour,Oui, je suis conscient de la problématique de l'obsolescence. Malheureusement je n'ai pas de baguette magique pour le gérer si ce n'est une veille sur les évolutions. Je n'exclue pas d'en...
View ArticleDevice Tree • Re: PWM driver questions
Although there have been a few changes in this area in recent years, in the general case the kernel does not use the Device Tree to determine probe order for devices. Instead, drivers are supposed to...
View ArticleGraphics programming • Re: OpenGLES 3+ in Raspberry pi 4 with Buster
Hi,Not sure if this is useful but I provide a more recent Mesa release for use with my (buster compatible) Cura builds. These unpack into /opt/mesa and you can make your program use them by setting...
View ArticleTroubleshooting • Re: Frustrating internet connection problem on my...
I have an internet connection problem on my Raspberry-pi, I am working on a project for an ex-employee at our organization, who left without proper knowledge transfer.There is a executable python...
View ArticleBeginners • Re: Portable power supply for RPI Zero W 2?
Can't I just get something like this? https://www.google.com/search?sca_esv=8 ... ve&ssui=onWhich specific one? Read the specs. Many of those are rated at 2A discharge, which insufficient for a...
View ArticleTroubleshooting • Re: WiFi strength of different RPi models
I know it is not a direct answer, but given that you have to have a wiring harness connecting truck to trailer, you are would get a much better connection and image with a hard wired connection. You...
View ArticlePython • Re: How do I fix this Python code?
Have you tried something simple, to make sure the commands actually work?Code: import timesend_command("Record1stChoice")time.sleep(5)send_command("Stop")This should start recording, wait five...
View ArticleTroubleshooting • Re: PAL-M or NTSC-J on RPI-5 Composite
anything!!??You waited 42minutes before feeling the need to bump the thread again? Almost all of the Pi employees are based in the UK, so your post was also at 10pm for all of them. Please be...
View Article