-
First, this library docs are amazing, I read most of it.
I couldn't find if one of the supported drivers are super similar to this GC9A01 driver.
I want to show the HDMI output on this display, or…
-
Hi,
I'm trying to get this running. I cloned it and made a few changes, primarily to accommodate my hardware's pin assignments:
```
pico-sdio-example$ git diff -U0
diff --git a/src/bench/bench.cp…
-
I currently have an Arduino Mega in SPI master mode, and a RPi Pico in slave mode, communicating over SPI. I was using the mega to troubleshoot some issues I was having.
My pinout is:
```
Arduino…
-
Setup:
one RF98 Transmitter @ 432Mhz, transmitting 6-axis data (24byte+2byte header) per 100ms
one RPI-Gateway with full channel on
If I tested indoor, Gateway will output some error data, the f…
-
Hi,
I am trying to follow your installation manual, but I get the error when running the line with
`./configure --sysconfdir=/etc --enable-8139too=no `
```
checking for Linux kernel sources..…
-
I am fairly new to android compiles but have worked with numerous kernels and my background is C/C++.
I patched and compiled quite easily without problems , and flashed the sd card it boots but only …
-
I have a raspberry pi 5 and a pi camera (IMX296). I cannot get them to work with libcamera c++ api (I installed it with ```apt install libcamera-dev```). It shows one frame and then I get the followin…
-
Dear
sorry for the noise but I have some problems to get your lib up and running
on my Raspberry Pi 3.
I want use Node.js with your pure and clean JS code but the code didn't find my device.
``` j…
-
I've got 2x Pi4 2GB each with a PiJuice HAT. Running the latest Raspberry Pi OS (fully updated). Both PiJuice have latest firmware.
Both Pi's experience the 'communication error' in the Pi Juice, S…
-
Hi.
The Raspberry Pi 5 seems to Support CSI-2 - 4 Lane, and there is already some camera chip that support 4-lane. Wouldn't it give a performance gain to support it? And do you know how to make thi…