Beginners • Re: raspian battery indicator pi sugar
Which fuel gauge IC is mounted on your board? There might be a kernel driver for it..Statistics: Posted by aBUGSworstnightmare — Wed May 22, 2024 4:18 am
View ArticleOfficial Display • Re: Official Raspberry Pi 7'' touchscreen + Arduino
How would I program the STM32H7 processor if I did learn that it connects directly to the MIPI DSI ports.why not ask STM for support? They may have an SDK.Or ask folks at Arduino if there is some...
View ArticleTroubleshooting • Re: Raspberry Pi 5 bootloader delay with NVME
yeap, your right i forgot i made that change when i was testing a different ssd.it was much slower than my current & i tried different things.Statistics: Posted by kerry_s — Wed May 22, 2024 4:32 am
View ArticleTroubleshooting • Re: bookworm choppy video playback VLC
using X11Try switching to wayland then.Does it work then?Statistics: Posted by kip_the_elder — Wed May 22, 2024 5:39 am
View ArticleTroubleshooting • Re: Help: Revert a failed Bookworm upgrade
There is a reason why it's generally not advised to do an upgrade.Do a reinstall from scratch.Statistics: Posted by kip_the_elder — Wed May 22, 2024 5:43 am
View ArticleGeneral discussion • Re: Can't connect to Raspberry Pi
I have installed Raspberry OS using the imager and when I want to connect using ssh I can find an error in Windows Network Setting "Network/Ethernet Cable Unplugged" I use Zero WH and OS Lite...
View ArticleAdvanced users • Re: Chromium language settings
I read somewhere once that on Linux systems you have to change the system language as well as the language in Chromium.Not sure if that still applies.Statistics: Posted by MarkDH102 — Wed May 22, 2024...
View ArticleGeneral discussion • Re: Locked Micro SDHC cards
Locked Micro SDHC cardsAs a Windows user who dabbles with Pi I have several micro sdhc cards with Pi operating systems written on them that are locked. They won't format as they are reported as being...
View ArticlePython • Re: Pi 5 pigpio no longer available. How to read 9 bit serial
ThanksThe catch is that gpio has an invert option, but I'll try it.Statistics: Posted by jimseng — Wed May 22, 2024 6:19 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2cset not working on sc16is752
Sorry, I've not checked pimoroni overlay! link to the sources of the official kernel tree was provided here posting.php?mode=reply&t=370976&sid=179 ... #pr2223044As I don't have such a display...
View ArticleNetworking and servers • Re: connecting to 2 networks at the same time please
Hi there, can someone help me please. I am doing a project and I need to be able to connect to 2 wifi networks at the same time, and python should be able to use both 1 is an acscess point so you...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 as I2C slave
Is it possible that it would require compiling a program to cortex-m3 architecture, sending it to RP1 and then restarting it?Statistics: Posted by v1s10n — Wed May 22, 2024 6:39 am
View ArticleGeneral discussion • Re: Which lightweight cooler is compatible with...
If one is concerend about weight then I would suggest to not use ana cooler at all.The Pi5 does not need a cooler.Statistics: Posted by aBUGSworstnightmare — Thu May 23, 2024 4:41 am
View ArticleC/C++ • RP1 PWM Peripheral Single-Shot
I was reading the RP1 datasheet and I'm somewhat confused on what the options are for PWM. I'm interested in implementing a single-shot pulse and the RP1 doesn't have any timers but the PWM module...
View ArticleTroubleshooting • Re: realtek RTL8761BU bluetooth usb download fw command failed
I'm experiencing the same issue. Did you find any solution or workaround?Statistics: Posted by djholt — Thu May 23, 2024 5:15 am
View ArticleNetworking and servers • Wireguard client
Hi, First of all, I would like to apologize for my ignorance. I have a Wireguard VPN server in the office. I have created conf.fil and double checked that it works on a windows computer. So far so...
View ArticleopenSUSE • Kernel: 6.9.1
https://en.opensuse.org/HCL:Raspberry_Pi4Statistics: Posted by geev03 — Thu May 23, 2024 5:32 am
View ArticleTroubleshooting • Re: Configuring Raspberry pi 5 as a i2c slave
Previous Pi models did not support operation as an I2C slave. I'm not sure if that is the case on the Pi 5 too.According to documentation it is possible but i couldn't find any information on how to...
View ArticleCamera board • Re: I can't see the video on motion from my raspberry pi...
I've just set up a new pi and I'm getting this issue. Have anyone found any work arounds?Statistics: Posted by zoukimando — Thu May 23, 2024 6:21 am
View ArticleC/C++ • Re: RP1 PWM Peripheral Single-Shot
There is no single-shot mode. An enabled channel stays enabled forever. I believe if the FIFO underruns, then the last entry is repeated the next time it is popped - so you could write a tuple of...
View Article