Troubleshooting • 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 code to show USB Host and USB Device support
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 ArticleRaspberry Pi OS • Re: /etc/xdg/lxsession/LXDE-pi/ no long works
Thanks, I didn't know that it changed. Googling the problem does not show results for modern solutions. The developers need to put something in the autostart file saying it no longer works.but it does...
View ArticleTroubleshooting • Re: Pi 5 - Dual Monitor - Touchscreen registers on wrong...
Here's the output of `libinput list-devices`:Code: Device: Microchip Technology Inc. AR1100 HID-MOUSEKernel: /dev/input/event0Group: 1Seat: seat0, defaultCapabilities: pointerTap-to-click:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi5 I2S details?
Thanks a lot for reopening the issue.Statistics: Posted by phofman — Thu Jan 18, 2024 1:50 am
View ArticlePython • Re: Loop in function - read in new data
I have said this in another thread, as have others in other threads too, but I will repeat it here:You need to go back and learn python from a tutorial.Some of the stuff you wrote above shoes you have...
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 ArticleScratch • Re: Cannot Exit Scratch 3 in a normal way Pi5
I have the same problem with Scratch 3. I have a Raspberry Pi 5 with the 64bit version of the Raspberry Pi OS and 4GB of RAM.The monitor is 7 inches with 1024x600 resolution, approximately 16:9. My...
View ArticleRaspberry Pi OS • wayland and interface bug
i dont have aspare microsd card but i think you dont understand what i mean you have a system tray at the top with tabs of apps opened. on those tabs, there is icons. these icons get messed...
View ArticleCamera board • Re: does anybody has raspberry pi 5 and camera module v3 to...
i am very satisfied with the results thanks for your comments and your great tools u develop i used that on rasbery pi 3b+i will try to test with a second camera on raspberry pi5 .how to use 2 camera...
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 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 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 ArticleCamera board • Re: camera lens
I think you can find many compatible module of wider FoV to replace the original IMX219 lens module in Arducam EC shop or other 3rd party.focus can be adjusted by screwing the lens for counter clock...
View Article