General 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 ArticleTroubleshooting • Re: I am experiencing an inconsistent posterization effect...
What let's you think it's the Pi causing this?How do you initialize the display? Which OS is that?Support for third party hardware should be provided by third party.Statistics: Posted by...
View ArticleBeginners • Re: RPI-5 does not boot anymore - UBUNTU 23.1
Flash another uSD with the official OS image and check if the Pi boots/works corretly,Statistics: Posted by aBUGSworstnightmare — Sun Apr 07, 2024 6:13 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 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 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 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 ArticleBeginners • Re: 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 ArticleTroubleshooting • Encoding issue when taking photos with OpenCV on Raspberry Pi
I'm trying to take photos with OpenCV on my Raspberry Pi, but I'm running into an encoding error "UnicodeEncodeError". The specific error indicates that the character '\udce1' cannot be represented...
View ArticleCompute Module • Re: CM4 Breakout Board won't boot
Thanks for the early reply.Isn't SD_PWR_ON just an output for a switch to turn the power on for the sd card."If booting from the SD card is required then apullup should also be fitted so the...
View ArticleTroubleshooting • Re: Camera Module 3 Not Detected By Pi 5
There is no need to configure the camera.A read through all of What to do if your camera is not detected should help explain things.Statistics: Posted by sandyol — Mon Apr 08, 2024 6:03 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to low chip select pin 0.
After resolving the issue on the MOSI line, data was transferred using the chip select CS0 pin (GPIO18). Thank you for your assistance in resolving the issue.Statistics: Posted by Fwpriya — Mon Apr...
View ArticleCamera board • Re: Arducam UVC adapter uc-733
rpicam-apps is for CSI2 attached cameras. It won't work for your now USB UVC HQ camera. You need the regular V4L2 webcam apps like Cheese.Thank you. But actually I want to use the camera with Motion...
View ArticleRaspberry Pi OS • Re: lxqt desktop
Sorry I ment startlxqt not startlxdeStatistics: Posted by jamat13 — Tue Apr 09, 2024 4:22 am
View ArticleBeginners • Re: How to force composite output raspberry pi 5
Just pointing out that it is very unlikely that the microSD card is bricked (dead) and much more likely corrupted, such that you can't use it to boot the Pi. Assuming you follow reasonable handing...
View Article