General discussion • Re: A reliable way to secure jump wires on pins
Picture below shows such a 4x2 connector in use.What is the little side board and how does it fit with the Pi M.2 hat?Googled...https://ie.farnell.com/texas-instrument ... dp/2314938Statistics: Posted...
View ArticleGeneral • Re: Pico W - USB power state not always correctly reported
Under the hood, accessing a CYW43 pin is a lot more complicated and involved than accessing GPIO pins, so I guess something is going wrong with that though I have no idea what. You can raise an issue...
View ArticleCamera board • Re: Red Hue When Using IR Filter with V3 NOIR
Hmm, that's puzzling as it works for me with "rpicam-vid -t 0 --signal". Can you confirm the command line you're using? Thanks!Statistics: Posted by therealdavidp — Wed Jul 17, 2024 10:44 am
View ArticleDevice Tree • RPI5 and RP1 GPIO ALT function
Hi guys,I'm currently trying to set up a custom DT overlay that should enable GPCLK0 at GPIO 20 (alongside other functions). However, I'm currently struggling with the way the GPIO ALT functions are...
View ArticleAutomation, sensing and robotics • Re: Conection options with 5V relay
Ame,Thanks for including a schematic. Didn't see anything in the OP and assumed links were illustrative examples onlyHave I hacked you off in any way? I'm sensing things here and before.Not at all....
View ArticleOther projects • Re: Stepper motor using solar power and battery
Hello,I have already tried the search function and Google extensively, but have not found what I am looking for. I need your help with the following problem:I control a mini greenhouse using Pi. I use...
View ArticleAdvanced users • Re: Monitor fan speed on the Pi5
Thx for reply, the temp is now (idle) about 60 degrees C, and the busybox reports Code: sudo busybox devmem 0x1f0009c03c0x00000000 ..And there is no cooling_fan in /sys/devices/platform... Code:...
View ArticleMicroPython • Re: Attribute error in a code that worked perfectly in the...
No error is getting displayed, but the file only gets saved in the raspberry pi pico itself and not in the SD Card. And the file also keeps overwriting on itselfIt will. It will keep returning the...
View ArticleTroubleshooting • Re: Unable to obtain driver for chrome.
Looks like from Selenium 4.10.0 it has removed the (previously deprecated) "executable_path" - we have selenium-4.22.0 (from pip install selenium)This worked for me on a Pi4 running Bookworm 64-bit,...
View ArticleTroubleshooting • Re: GUI mode not working any more on Bookworm. How to reset?
(Sorry, but that suggestion about making a new installation was not helpful at all - if you had only read my entire post.)But I found the culprit eventually after finding this discussion that...
View ArticleBeginners • USB Drive Shows up Multiple Times
I have a Western Digital Elements portable hard drive plugged into my Raspberry Pi 4. The Pi is powered using the official adapter, so I have never had any issues with enough power going to the drive....
View ArticleTroubleshooting • Re: Raspberry kills USB boot storages!!
Yes, it is a misswriting, sure it was "'disk removed without ejecting". But I didn't remove the usb flash drive!!! But for some reason Raspberry gave just such a message. Moreover, on a PC these flash...
View ArticleMicroPython • Re: SPI just Plain not working
when I did the "spi = SPI(0, baudrate=400000); while True: pass" and it didn't workThis code fragment will not start a SPI transmission. It just initializes spi and then waits forever. Have a look to...
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
The logs indicate that you don't have a public key in the EEPROM and/or flash digest.However, before you enable secure-boot you need to be clear about the threat model, how you plan to update the OS...
View ArticleTroubleshooting • Re: Can the official 27W PSU kill a Pi4?
I have run my RPi4B on the new RPi5 PSU with no problems, so it is something else other than this... Statistics: Posted by KeithMck — Thu Jul 18, 2024 9:21 am
View ArticleBeginners • Re: Network mount on boot
I need to append this line to the /etc/fstab file://111.111.111.111/folder/folder /mnt/share/ cifs defaults,nofail,_netdev,username=11111,password=11111,dir_mode=0777,file_mode=0777 0 0Does this look...
View ArticleAdvanced users • Re: Image File Utilities
I did it before but it increases final destination image size, for example, for me it is in /media directory. However, problem occurs when creating image in tmp directory which is mounted as loop1p2...
View ArticleGeneral discussion • RPi Imager download site
Morning,my work have blocked Rpi Imager from downloading images, but are willing to unblock it.where exactly does RPi Imager download its images from?I'm talking about when you click CHOOSE OS in...
View ArticleGeneral discussion • Re: RPi Imager download site
The list of OSes (aka manifest) is initially downloaded from downloads.raspberrypi.com (or .org), and that's also where it will download the Raspberry Pi OS images from. All of the other distros are...
View ArticleBeginners • RPI 4 Bullseye. 64 or 32. shows both??
I used uname -m and the dkpg package and it seems to show both 32 and 64 bit installed. armhf and aarch64Can anyone give me a hint? Statistics: Posted by daberges — Thu Jul 18, 2024 10:36 am
View Article