Raspberry Pi OS • Re: Virtual Keyboard Size
In terms of "Keyboard Settings" not working, it would appear that squeekboard is attempting to launch the gnome control center instead of lxinput.@spl23 has made...
View ArticleAndroid • Re: [DEV] AOSP (Android 15) for Raspberry Pi 4 & Pi 5
New builds. Android 15 QPR1. Initial support for Pi 500 and Compute Module 5.https://konstakang.com/devices/rpi4/AOSP15/https://konstakang.com/devices/rpi5/AOSP15/-update to latest AOSP release...
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
I have a somewhat different view of the Build HAT firmware source code opening (compared to a few months ago). Simply put, I hope not. I've recently seen some counterfeit LEGO Prime sensors appearing...
View ArticlePython • Re: Issue with GStreamer and OpenCV Integration on Raspberry Pi NoIR...
Hi, so I'm a bit puzzled that your original pipeline works at all:Code: gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw, format=YUY2, width=640, height=480, framerate=30/1 ! videoconvert !...
View ArticleGeneral discussion • Re: I have an idea but im not software knowledgable.
Well i understand the ir wouldnt work, what i was thinking of having is like a setup where the RP has an input and output and the input is the hdmi plugin from the roku stick or firestick and the...
View ArticleRaspberry Pi Connect • Re: Rasberry pi Connect Beta Problem
Yes, mine says "Last seen less than a minute ago" and has Screen Sharing and Remote shell below that.Connect by clicking the "Connect Via" button on the right and selecting "Screen sharing". A browser...
View ArticleTroubleshooting • Re: Need advice on portable battery to supply power to Rpi5
Then update the pi's cmdlone.txt to tell it the PSU can deliver 5a.Thanks @memjr, what do you mean by updating the cmdline.txt file ?What command line instructions should I add ?Statistics: Posted by...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
think I've found it:Code: drivers/input/touchscreen/hynitron_cstxxx.c:28:10: fatal error: asm/unaligned.h: No such file or directory 28 | #include <asm/unaligned.h> | ^~~~~~~~~~~~~~~~~had to...
View ArticleTroubleshooting • Re: Remote server unresponsive
Maybe implement some sort of watchdog that reboots it if a given network command fails (curl) or reboots once every day at 1300 ?Statistics: Posted by neilgl — Wed Dec 11, 2024 1:23 pm
View ArticleTroubleshooting • Re: Multi Wifi Network configuration
Are you running Bookworm on that Pi zero 2? That now uses network manager, so from the commnad line we can use nmcli or nmtui.Statistics: Posted by neilgl — Wed Dec 11, 2024 1:29 pm
View ArticleBeginners • Systemd Permission Denied on .venv directory
I am somewhat new to raspberry PI and this is my first attempt to add a systemd service.I am trying to run a python script at startup.The python script and .venv are in the following directory:...
View ArticleBeginners • Re: Systemd Permission Denied on .venv directory
Maybe add the user (pi) Code: [Service] Type=simple User=pi ...Statistics: Posted by neilgl — Wed Dec 11, 2024 1:32 pm
View ArticleAdvanced users • Touchscreen power + data through USB C port
I have an RPi4 and a Viewsonic TD1655 touchscreen, which has two USB C ports and can pass through power.Currently, in order to use the screen I need to use a seperate power adapter to power the...
View ArticleGeneral discussion • Re: Power supplies
Andy, the PSU I'm using is from Vilros and it has a switch down toward the adapter end. I'm going to pick up a 24 watt charger and hope it helps. ThanksPidd, I'm using a USB keyboard and mouse. Sure...
View ArticleBeginners • Problems with full sd card
Raspberry Pi 3 Model B Rev 1.2Hi AllI got a little problem with my pi, I can't do any changes or updates because my card is full and I cant even bring it up onto the tv screen only way I can get to it...
View ArticleGeneral • Re: RP2350 sample kit
I think we expect the device to go on full sale Q1/2 next year. In the mean time, we are very limited in samples as all production is going on to Pico2. So the best bet is to use Pico2 for development...
View ArticleDevice Tree • Re: Configuring MCP2518FD on SPI3 of CM4makes sense
You say you have MCP2518FD running with the overlay 'mcp251xfd' on SPI0, then you should have had a look at the README in /boot/firmware/overlays what it tells you on that overlay:Code: Name:...
View ArticleTroubleshooting • Re: Pi5 stuck on boot wanting to boot from second ntfs usb...
I’m running Raspbian latest version on my pi5 from an external usb3 ssd. I also have an esternal usb3 powered HDD attached used for storing media.With both usb3 disks attached, the Pi is stuck on...
View ArticleAdvanced users • using SD1card blocks all IO on CM4 using bcm2835-sdhost.c
Hopefully someone smarter then me can help me out of a hole! I’m working on a data logger using the CM4.We are running the OS from the internal EMMC, we are using the on board WiFi module to upload...
View ArticleTroubleshooting • Re: CM5 trouble with 7inch display on DSI
That was a fresh install from scratch, but you are correct that is from a LOT of goofing off and finally just pasting what I have in the middle of the night.The screen does the same thing regardless...
View Article