Français • Re: Informations sur Raspberry Pi 5
Nouvel OS pour le PI 5 Armbian https://www.armbian.com/rpi5b/Testé avec le Bureau Cinnamon Statistics: Posted by mike913 — Thu Jan 18, 2024 10:23 am
View ArticleGeneral discussion • Re: Solid State Hard Drive
I obtained another Pi 5 at the same time as the 5 amps power supply and active cooler. I had overstressed the original board creating a irrecoverable hardware failure. This occurred on plugging in a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DS18B20 sensors randomly not detected...
Hello,I've a Rpi3b+ with the IonoPi shield: https://sferalabs.cc/product/iono-pi-board/The pi is powered through the shield using this power supply https://sferalabs.cc/product/din-rail-power-supply/...
View ArticleCompute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
Why do you need to use the USB hub for this? Why don't you simply follow the instructions now?I need to flash this image (I pasted here earlier: nebra syncrobit) on the eMMC cm4. I dont know what sudo...
View ArticleCamera board • Re: Purpose behind of raspberry pi sbc
A CMR HDD is still the best option for high write usage.Been using MotionPi OS and Pikrellcam in various versions since 2014, starting with the original Pi 1B's.The original SD cards were cheap ones...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
@OldTVEnthusiast I have a proof-of-concept thing, just to test it can produce something like the correct waveforms. The image size will be 720x378 @ 9Mpix/s which might make for a rather weird aspect...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
Are you expecting that usb_max_current_enable will magically change to 1 by itself to indicate that the PSU is good for 5A? If yes, you are misguided. That setting can only be changed by human...
View ArticleAdvanced users • Configuration when booting to RAM
I am attempting to boot my RPi completely from RAM over PXE without an SD card or any other local storage. I have already successfully configured the bootloader to boot from network, and am using...
View ArticleDeutsch • Re: GPIO Pin lässt sich nicht auf low schalten
Hallo,hier einmal der Code:Code: import timeimport boardimport RPi.GPIO as GPIOimport adafruit_vl53l0xi2c = board.I2C()GPIO.setup(15, GPIO.OUT)GPIO.setup(17, GPIO.OUT)GPIO.output(15,...
View ArticleAdvanced users • Re: Can't get PWM backlight to work on P4
Thanks to various posts on this forum, especially from aBUGSworstnightmare, I have something that works.Code: /dts-v1/;/plugin/;/ { compatible = "brcm,bcm2385"; fragment@0 { target =...
View ArticleTroubleshooting • Re: Pi Zero 2 W and Bookworm
I just had a similar issue - installing bookworm, raspberry pi lite 32bit on a zero W.Tried 2 Rpi boards, 2 sd cards, multiple wifi networks, nothing - even after leaving fresh install alone for an...
View ArticleGeneral discussion • Problem with auto starting of Python code from sh script
Hi all,I have a task that i would like to start automatically on boot up of my RPi 4. I have some Python code that streams radio spectrum data from a software defined radio. Incorporated into the code...
View ArticleGeneral • Re: Switching Circuit
Add a second expander? It also has the benefit of making it more future proof.Statistics: Posted by pidd — Fri Jan 19, 2024 10:46 am
View ArticleGeneral discussion • Re: help needed for DPI lcd with rgb565 mode 3
i just figured out by myself. the working codes are available here for various connections like rgb565,rgb565-padhi,rgb888(24bit).FILES LINK: https://github.com/anandhanking/paralle ... rry-pi.git...
View ArticleSDK • Re: Blinking some LEDs
Was looking at this a little more and I'm wondering about saving some GPIO pins and using a 74HC595 Shift register. I would need to research more but I though if I had a uint8_t that mapped to the...
View ArticleDebian • Re: Wayland and Sway
Thank you for your speedy reply. It will take me a little while to understand and action your suggestions but I will let you know as soon as.i recommend making a script and putting it in /boot so...
View ArticleRaspberry Pi OS • Re: RasPiOS Bookworm Lite with GUI on Pi5
Thanks - I'm sure that will help some folk out. I've a feeling X11 is going to be with us for at least Bookworm and Trixie, i.e. 3.5 years+.I'd hope during that time many users will migrate to...
View ArticleGaming • Re: Seeking interest and support in a game designed for Rpi
This endeavor is one of many highlighting the growing interest in Rpi game development. For instance, the RPI Game Dev Club welcomes anyone within the RPI & Troy community who is interested in...
View ArticleWeather station • Re: looking toward fabing a . . .
Code: I think you meant that the DS18B20 reads only temperature. I already have some of those.Sorry for the typo!Statistics: Posted by dbrion1 — Fri Jan 19, 2024 11:11 am
View ArticleRaspberry Pi OS • Re: video failure on Bookworm distro
Álvaro,Check your email For clarity, we operate several different levels of testing pre-release.1) Special people... There is a very small list of two or three special people who we tend to...
View Article