Quantcast
Channel: Raspberry Pi Forums

Advanced users • Re: Second oled display to rpi5

What sort of OLED display?Code: dtoverlay=i2c-gpio,bus=3will create /dev/i2c-3, yet you've saidCode: i2cdetect -y 2Something doesn't add up.Have you added I2C pull-up resistors to GPIOs 22 &...

View Article


Advanced users • config.txt ignoring cmdline= in some cases

I have the following code in my config.txt:Code: # Set GPIO 0 & 1 to gpio input with pull-up enabledgpio=0-1=ip,pu[all][gpio1=0]gpio=1=ip,pu#gpio=0=op,dlcmdline=rescue.txt[all]#gpio=0=op,dlThis...

View Article


Image may be NSFW.
Clik here to view.

Raspberry Pi OS • [Solved] Re: New RP 4B, latest Bookwork install - multiple...

Thank you so very, very VERY much.That had been causing me great distress -- ChrisStatistics: Posted by lidgaca — Thu Apr 03, 2025 2:32 pm

View Article

Raspberry Pi OS • Re: New RP 4B, latest Bookwork install - multiple workspace...

Glad to helpMore info on the config can be found here: https://github.com/labwc/labwc/blob/mas ... rc.xml.allStatistics: Posted by Annie UK — Thu Apr 03, 2025 2:39 pm

View Article

Troubleshooting • Re: Deleted Data

Hi! I just experienced this again, but with MinecraftPi. I shut the Pi down and waited for it to turn off before unplugging it, but next time I booted it my world had been completely deleted. I guess...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting • Re: No touch on Adafruit 2.8" PiTFT Capacitive Touch...

Ensure you are looking at the capacitive version of the display. Compare the bottom image on https://thepihut.com/products/adafruit- ... ouchscreen and https://thepihut.com/products/adafruit- ......

View Article

Image may be NSFW.
Clik here to view.

Hailo • Re: Kernel: 6.12.20+rpt-rpi-2712 - driver hailo failed with error -2

Thank you Naushir,that is so to speak quite fresh from the press. 8/8 jobs completed But,.. shortly after starting a Hailo (pose-detection), the preview window hangs itself up.[Do Apr 3 16:17:48 2025]...

View Article

Troubleshooting • Re: WS2812B led control with Raspberry Pi 5 not working

I really like your straight forward approach, vanshksingh!Is it possible, to use it with RGBW LEDs?Statistics: Posted by Oh!Lee — Thu Apr 03, 2025 2:54 pm

View Article


General discussion • Re: Simple file share (with encryption)

Maybe you should ask that question on a CasaOS forum.I don't know CasaOS but it appears to have the tag line "Your Personal Cloud OS" - maybe there's allready encryption in place?Statistics: Posted by...

View Article


Compute Module • Re: CM4: boot EEPROM and spi0

The bootloader / start4.elf does not use the SPI flash after the OS has started so the interface can safely be used for other purposes.For this reason flashrom updates to to the bootloader EEPROM are...

View Article

Python • Re: SK6812RGBW or WS2812 support for RPi5?

I used the PIOlib example a bit, then moved over to Pico which was a better fit for my use case (low power).I didn't have any problems using PIOlib on my Pi 5.Statistics: Posted by rpdom — Thu Apr 03,...

View Article