Troubleshooting • Re: VNC Pi4
8gb ramBookworm 32bitRaspberry Pi OS Bookworm or some other Debian varient?DesktopVia sudo raspi config I can't even login to vnc client on pi. Used to be a white box on top right toolbar where you...
View ArticleGeneral • Re: External ADC via SPI speed on Pi pico
Alas, I spoke too soon. While the execution is considerably faster using the SPI.transfer16 command, the Pico does not receive the incoming data. I can see the data on the scope. It changes nicely....
View ArticleTroubleshooting • Re: USB Drives Problems after upgrading
Its triggered a kernel update, I think another thread suggested downgrading the kernel again?Well, skipping the installation fo linux-libc-dev its working so far, but I don´t now what other problems...
View ArticleCamera board • Re: Raspberry Pi camera issue on Raspberry OS 64 and 32 bit
What you see when writing the commands is:alan@alan:~ $ rpicam-hello --list-camerasAvailable cameras-----------------0 : ov5647 [2592x1944 10-bit GBRG] (/base/soc/i2c0mux/i2c@1/ov5647@36) Modes:...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I've found a issue with auto configure when it tries to detect the controller type.On the Pi 5 and the ARTIK hat if you use auto configure controller type the controller gets stuck and locks up the...
View ArticleCamera board • Re: UNABLE TO STREAM OVER A NETWORK USING RASPBERRY PI 5
Python code is also fine but i need to run the live stream on vlc. Will that work?Statistics: Posted by nmvl — Sun Apr 07, 2024 2:57 am
View ArticleGeneral discussion • Installing Bomgar on Raspberry Pi 5
I'm trying to install Bomgar on my new Raspberry Pi 5 in order to remotely check on WireShark captures. I've followed the instructions presented here:https://www.beyondtrust.com/docs/remote ......
View ArticleMedia centres • Re: Peppy player
I've tried to use Raspberry Pi OS with desktop and boot into console. There is the same issue with rotation. Though I didn't start X11. The good thing is that there is a sliding action...
View ArticleBeginners • RPI-5 does not boot anymore - UBUNTU 23.1
Hi community,Just started my RPI 5 ...but Does not boot at all... Cursor is blinking upper left. That's it ! Tried this command found on ubuntu website...sudo fsck -p /dev/sdb1Results:...
View ArticleCamera board • Re: Can't make gstreamer work in RPI 5
The libcamerasrc gstreamer plugin is very limited, its better to use libcamera directly in python or C++ and then use the gstreamer libraries or opencv to push the frames to your pipeline using...
View ArticleHATs and other add-ons • Equalizer for DigiAMP+ & RPi3B+
I have set up my RPi3B+ with DigiAmp+ HAT and some older boombox speakers with incorporated woofers. I installed LibreELEC to act as mediaserver.The sound is, well, non-optimal. I have tried to...
View ArticleGeneral • Re: Default GPIO settings need to be spelled out, user will trip on...
Yessir, thank you for highlighting it for me. That table does not capture the info that GPIOs are Schmitt trigger on reset. Documentation is hard. Well, it's easy to win on a forum by pointing things...
View ArticleGeneral discussion • Re: bookworm: where is IPv6 duid stored?
Truncate empty (without removing) the file /etc/machine-id.Thanks.! That did the trick. Great sleuthing btw.Statistics: Posted by wolfgangrupprecht — Mon Apr 08, 2024 1:51 am
View ArticleGeneral discussion • Clarification on using PL011 UART
I have a Pi 3 model B+ and want to connect to it using a USB to serial adapter and the GPIO pins for UART Tx/Rx.Reading the documentation however leaves me a bit confused as to what config options I...
View ArticleBeginners • RPi zero to led matrix
Hi I am new to using a RPI zero. My led matrix is not lighting up even when I followed the online tutorials (the same python script had worked when I was using RPI 4b to the led matrix). Is it because...
View ArticleBeginners • Mouse macros under wayland
Hi everybody,I'm looking for recommendations for a mouse macro recorder/creator.Optimally of like to press the record button, make my moves and then later create a script so I can replay my macro as...
View ArticleAdvanced users • Re: Pi 4 Unable to Boot Bookworm Lite Image From Network
Finally figured out the issue. It appears that these 2 lines are the one the causing the problemCode: dhcp-range=eth0,192.168.25.3,192.168.25.10,1ddhcp-range=192.168.25.255,proxyIf I remove the line...
View ArticleGeneral • Re: Very strange problems encountered using the RP2040's PIO to...
You can't do 'SET Y,118'. The maximum value for SET is 31.The common way to deal with needing large constants is to load them into one of the other registers - ISR, OSR, X, whichever you aren't using,...
View ArticleGeneral discussion • Re: Who knows about this resistance near CPU of Pi 4B?
Hello,The function of a resistor in the vicinity of a CPU, such as on a Raspberry Pi 4B, can vary depending on its placement and role in the circuit. Generally, resistors are used to limit current,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: What driver preceeded VC4 DRM?
Remembe that the EDID data is stored in an I2C EEPROM -> one possible solution for reading/writing it is shown here viewtopic.php?t=367924#p2206724Statistics: Posted by aBUGSworstnightmare — Mon...
View Article