Graphics, sound and multimedia • Re: ePaper Monitor
Hey, I have a Raspberry Pi and this Waveshare screen (https://www.waveshare.com/10.3inch-e-paper-hat.htm)How do I make the Pi output the data it would've displayed with the HDMI onto SPI?I want to...
View ArticleSDK • Re: TinyUSB Only mounts one device
Have a look at USBKeyboard.c on https://github.com/UKTailwind/PicoMiteAllVersionsHaven't played with MSC but I support simultaneously up to 4 of keyboards, mice and game controllersStatistics: Posted...
View ArticleTroubleshooting • Re: Bluetooth powers off after 6 hours
I have my own reply - still the subject is not clear.Actually, the adapter is no more reacting at all.I can only power off, but not on (bluetoothctl) and even the commandsudo hciconfig hci0...
View ArticleOfficial Display • Re: Display 2 + Raspberry Pi 5 strange behaviour
Is your interface cable seated propperly? What if yoi swap the connector to DSI0?Do you have another FPC to test with?Statistics: Posted by aBUGSworstnightmare — Sun Nov 17, 2024 7:31 am
View ArticleBeginners • Re: Raspberry Pi with HatDrive! Nano & HiFiBerry DAC+ standard
What is a HAT drive nano? If that's some NVMe adapter the answer should be yes (as a M.2 adapter following the official spec will one have I2C from the GPI40.It is a M.2 HAT. It is like the official...
View ArticleGeneral • Re: Cheap Pico boards can be dodgy, may not have a buck-boost
You're right about the power supply. The clone is using an AP2112 3.3V LDO Linear Voltage Regulator. It's good for up to 600mA.In your photo it looks like the inductor below the chip is just there for...
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
Starting a Pi with no keyboard, mouse or monitor attached is how you create a headless Pi. I do it all the time.Create the microSD card with Raspberry Pi Imager, and in that set Wifi details, username...
View ArticleOfficial Display • Re: Raspberry Pi 5 Touch Display 2 Bookworm hide mouse...
Okay, I gave up on disabling the cursor on the main GUI, but used the following code in my Python PyQt5 app to hide the cursor:Code: class Window(QMainWindow):def...
View ArticleTroubleshooting • Re: Using nginx,: installing php-fpm fails
No point in my installing Bookworm (I presume that it is the current version of Raspberry Pi OS) as I would then have to install all the other software that I currently have (e.g. AdGuard) and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Unknown 3,5" Display Gameboy Zero
Thank you so much. This answers my question. Statistics: Posted by DutyBerry — Sun Nov 17, 2024 8:38 am
View ArticleNetworking and servers • Re: OVM and Pihole running on the same Raspberry Pi...
How big are your storage devices and how fast should it be?My storage drive is a 4TB connected by the new powered Raspberry Pi USB 3 hub, works well and file transfer speeds are around 300Mbps...
View ArticleAdvanced users • Re: RPI5: Unable to enable kvm in qemu after replacing host...
You have enabled vfio but I don't see that you use it actually. On x86_64 I use some vfio statement on the kernel cmdline so that a VM can use specific PCi-E HW (and not allocated to the host...
View ArticleMicroPython • Re: Counter with RP2040 using PIO
20nS is short for an input to an mpu. You might want to try stretching or latching it with some external hardware. The PIO should count your 10MHz ok.Statistics: Posted by BillTodd — Sun Nov 17, 2024...
View ArticleGeneral • Raspberry Pi Pico 1W - wlan.status('rssi')
Background, I have a Pico 1W based weather station, which has been operating for approx. 2 years with the same Pico, the firmware is 1.20.0. One core runs a simple http interface and the other manages...
View ArticleSDK • Re: Ring buffer not filling (modification to dma_capture example
You need to align the capture buffer to a 64 byte boundary. In general the buffer must be aligned to its size which should be a power of 2Code: uint8_t __attribute__ ((aligned...
View ArticleTroubleshooting • Re: Pi5 hangs randomly, could it be the official 27w power...
Hi, yes!In my case, it was caused by QCE ( sdcard class2 speeds) being enabled by default since August. viewtopic.php?t=367459&start=100Turning off qce in config.txt fixed the random hangs with...
View ArticleGeneral discussion • RASPBERRY PI 5 ON BATTERY!!!
Finally!! A solution to powering the Raspberry pi by Battery. I used this buck converter which takes 12-24v and gives 5v 5a and it works!!! I seen someone had recommended this one on the forums but I...
View ArticleGeneral discussion • Re: RASPBERRY PI 5 ON BATTERY!!!
Which battery did you use and how long did it power the pi5 for ?Statistics: Posted by gordon77 — Mon Nov 18, 2024 8:43 am
View ArticleAutomation, sensing and robotics • Re: Homebridge for Non Homekit devices
Yes.Or is this s pam post?Statistics: Posted by jamesh — Mon Nov 18, 2024 8:44 am
View ArticleCamera board • Re: Plans to upstream imx708?
We do intend to upstream the code. In fact, we were waiting on Streams API support in V4L2 so we can correctly expose the levers to use PDAF and HDR metadata. This is only recently gone through, so...
View Article