Troubleshooting • Re: First keypress ignored
It seems the keyboard is the reason. I tried with other keyboard (Logitech) and after reboot the first key was accepted.Statistics: Posted by i486 — Fri Jan 26, 2024 8:04 am
View ArticleGeneral • Re: Static IP on Raspberry Pico
I don't know the internals of the Pico, but as a temporary fix would it be possible to write a Python alternative to wlan.connect() which does not do automatic DHCP and this could then be used when...
View ArticleOff topic discussion • Re: This old software developer is tiring
i'll hold your beer.Statistics: Posted by kerry_s — Fri Jan 26, 2024 8:13 am
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
Is it possible the RP1 chip used for GPIO on the Pi 5 has enough (undocumented) programmable I/O capability that the bit banging could be done more efficiently?i have control of the cortex-M3 and PIO...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
hi, I have a number of questions about using the internal dpi screen on RF.I did post this on your site but I think it could help a lot of people using the CM4 which has specific problems.(not all...
View ArticleTroubleshooting • Re: Re Bookworm on Pi 5, no vcgencmd import for python
Immediately after the text you quoted the OS goes on to say -For more information visit http://rptl.io/venvFollowing that shortened, but obscure, link will bring you to extensive official Raspberry Pi...
View ArticleCamera board • Re: libcamera-hello works but not libcamera-vid
There certainly could be more work done in rpicam-vid when trying to validate command line params and ensure Pi 5 works with the defaults. I'll work on that now and make some changes to the...
View ArticleGeneral discussion • Re: Visual Studio Code - Updating
Yes update now available. ya.Statistics: Posted by nickeng68 — Fri Jan 26, 2024 9:11 am
View ArticleGraphics, sound and multimedia • RPi4 audio
I am wondering if there are any good solutions for my problem. I need a rpi4 HAT, that is already compatible with ALSA. I need to be able to use the module without having to download any drivers. It...
View ArticleAdvanced users • Re: Using cd copier (piclone) on sway (solved)
I was unable to install the gnome agent. I tried several others without success, but finally I got polkit-mate to install. It works! Thank you for the help.Statistics: Posted by 4x6gp — Fri Jan 26,...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
Hi, I noticed the same thing.My Raspberry Pi 5, 8 GB is freezing way too frequent.I was planning on using it as a server, but these crashes makes this impossible.Statistics: Posted by MihailCosmin —...
View ArticleGeneral discussion • Re: pi 5 nvme case options?
I've used the pi 4 version of this case for a couple of years with no issues. You may have to wait a bit for the pi 5 version to actually appear but I don't think it's going to be a long...
View ArticleCompute Module • Re: my wish for CM5 module
ive seen a few people that are very clearly not industrial users, that are struggling to do the most basic things with a cm4 and refusing to read any docsand i just have to wonder, why did you even...
View ArticleTroubleshooting • Re: firstboot: fsck exited with status code 1
If input and output block count from dd write process are not the same the SD is very likely to small.You can also check the SD card size and your image size in bytes. Image must not be bigger if you...
View ArticleTroubleshooting • Re: Trouble Creating A Systemd Service
Running Code: journalctl -f -u webrtc.service gives me the following:Code: Started webrtc.service.webrtc.service: Failed to locate executable GO111MODULE=on: No such file or directorywebrtc.service:...
View ArticleCompute Module • Re: About screen resolution settings of CM4
I have several small HDMI displays that provide "fake" EDID information and claim to be full 1920x1080 displays but are really something like 720x400. I have to override the EDID value with a custom...
View ArticleGeneral • Can you add / change files on a pico w over WiFi?
Hi.I am building a controller for my hall lights (which are a single strip of addressable leds around the edge) using a pico w. The controller needs to turn on the lights twice a day but with the...
View ArticleCamera board • Libcamerify use
I could not find much information on libcamerify command use, so I'm asking here.I want a program(zoneminder) to use my rpi camera module v2 (noir) as an input. I could just stream over network and...
View ArticleGeneral • Re: Can you add / change files on a pico w over WiFi?
Since you're planning on using a webpage already, couldn't you add a way to configure the schedule using that? Then the Pico could save it in case of power failure or other problems.Statistics: Posted...
View ArticleCamera board • Re: HW Encoder V4l2 add support for intra refresh
So I managed to add proof of concept support forIntra -V4L2_CID_MPEG_VIDEO_INTRA_REFRESH_PERIOD,auds (V4L2_CID_MPEG_VIDEO_AU_DELIMITER), slicing (V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_MB)to the...
View Article