Off topic discussion • Interview of Eben on The Register
Richard Speed interviewed Eben Upton about retrocomputing and the focus of Raspberry Pi in The Register athttps://www.theregister.com/2024/01/15/ ... air_acorn/I liked the interview. The reader...
View ArticleCamera board • Re: When using libcamera accessing the camera buffer is very...
That really helped a lot, thanks.However upon looking through the rest of the rpicam-app source I find that in the 'requestComplete' function they are also doing:Code: struct dma_buf_sync dma_sync...
View ArticleWeather station • looking toward fabing a . . .
GreetingsAn over long title doesn't help things so hopefully a 'teaser' works! I am working toward developing a more than somewhat 'normal' weather monitoring system. Started listed where I need to...
View ArticleGeneral discussion • Re: Language Woes
I set up a Pi5 with Pi OS for a friend today, and got quite annoyed with the language/locale settings. What I want is to have a switch between English (US) and Chinese. I can get the system changed to...
View ArticleWeather station • Re: looking toward fabing a . . .
GreetingsAn over long title doesn't help things so hopefully a 'teaser' works! I am working toward developing a more than somewhat 'normal' weather monitoring system. Started listed where I need to...
View ArticleTroubleshooting • Re: ImportError: cannot import name 'Orientation' from...
its okay, I already reflashed my raspberry pi 4 and now its working normallyStatistics: Posted by qiuu31 — Wed Jan 17, 2024 3:19 am
View ArticleTroubleshooting • Re: Updating a Pi OS image that won't boot
omxplayer is dead, the reason is it cannot run on the newer software required by the rpi4.you should find another way, if you can get vlc to do it, it's the default player now.Statistics: Posted by...
View ArticleGeneral discussion • Re: Which RP would be best for my needs?
I've been running a convention registration system on Pi4B-4GB since not long after the came out. To that has been added Apache2 to provide a GUI interface for those entering data. I haven't had any...
View ArticleCamera board • Camera: I2C shows 0x64 but not 0x10
I have two images. The first works, and `sudo i2cdetect -y 10` shows 0x10 and 0x64 as expected. So the camera is working.The second, however, can't access the camera and only shows `0x64` i.e. Code: $...
View ArticleGeneral • Re: Can other pins be mux'ed to the USB Phy?
Thanks for the replies! I asked the question because I was thinking if there would be a way to use the Pico-PIO-USB library to perform all of the USB related work (instead of the built in rp2040 USB...
View ArticleBeginners • Re: How to rename root partition on Rpi5
Indeed it is! Here's an improved function:Code: function getrootname() { # returns a string for the device name local rootfs=$(findmnt -n -o SOURCE /) echo $rootfs return # To get the system disk...
View ArticleGeneral • Minimal USB Host and USB Device example, without TinyUSB
I need the Raspberry Pi Pico/W to operate as a USB Host so that I can connect it to a third party USB Device (which happens to be an FTDI 232 chip) that operates like a USB CDC device. We've made a...
View ArticleTroubleshooting • Re: Display is fine in text mode, but immediately black...
In case someone finds this via a future Google search: I tried using the legacy version of Raspberry Pi OS instead, and that does work, so I'm back on the rails for now. It would be nice to know why...
View ArticleGeneral discussion • Verdict on Pi 5 gaming
Seems that the CLI is the only way to go to avoid tearing - vsync doesn't get rid of screen tearing under X/wayland.My verdict for 1920x1080 gaming is, too laggy under wayland, good if you can live...
View ArticleAdvanced users • Re: Can't get PWM backlight to work on P4
I was able to get something working by utilizing the pwm-leds driver instead:Code: /dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; fragment@0 { target = <&gpio>; __overlay__ { pwm_pins:...
View ArticleCamera board • Re: Purpose behind of raspberry pi sbc
I dont think they do it on server, otherwise it cannot not be sold to many without dedicated internet.That's a limitation of many/most "smart" devices nowadays.For example, my Wyze products cease to...
View ArticleTroubleshooting • Re: Apache only responds to IP, not hostname
The issue was my local VPN. When on I cannot hit the device with it's hostname. Killing the VPN resolves the issue. Thanks for the help everyone!Statistics: Posted by hedbonker — Thu Jan 18, 2024 3:30...
View ArticleRaspberry Pi OS • Re: Wayland and interface bugs
test your sd, menu - accessories - raspberry pi diagnosticsreset the gui, menu - preferences - appearance, default tab - medium, rebootare you using a proper power supply, in correct power can corrupt...
View ArticleCamera board • Re: does anybody has raspberry pi 5 and camera module v3 to...
on raspbery pi5 brilliant how fast would it be if i add a second camera? what changes should i do ?Image captured: file_20240118_053824.jpg, Time taken: 0.29 secondsImage captured:...
View ArticleOther • Re: Help! Installing a ALFA AWUS036ACH on a Kali Raspberry PI 5???
Thanks - I did attempt to do that first but I'm not a registered user of the Kali forums and they have disabled new registrations....Statistics: Posted by jc_signup — Thu Jan 18, 2024 3:57 am
View Article