Troubleshooting • Re: 4 Resistors Broke off on Raspberry Pi 5, Will it still...
Make sure there is no metal debris shorting anything out, the right hand one on the photo looks like it might have some remnants bridging across.Statistics: Posted by pidd — Fri Aug 09, 2024 7:48 pm
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
Many thanks - exactly the same issueFor reference ZADIG will install libusb so that shouldn't be an issueBoth your version and mine will build the examples and sdk test files OK. The issue seems to be...
View ArticleCamera board • rpicam-vid HDR questions
Looking at the code for setting High Dynamic Range (HDR) I see that Video4Linux is used to enable HDR at the camera level and libcamera at the SOC/RP1 level. The set_subdev_hdr_ctrl() tries to set...
View ArticleTroubleshooting • NetworkManager - How to set default profile?
I thought I'd posted this earlier, but can't find it, apologies if it turns up twice...I'm running BookwormI have 2 WiFi connection profiles in the system-connections directory:Both point to the same...
View ArticleBeginners • Re: Online Editor
@B.GoodeThanks for opening my eyes! I have looked up the Pico and this is more like what I need. Had a Quick Look at MicroPython and saw an example where I saw some code which may be more relevant for...
View ArticleAdvanced users • Re: Powering Rpi 5 using DC to DC buck
Found this thread whilst looking for info on powering my Pi4 in my Classic Mini.The last post was only last month, but what was the outcome of this project? Did you manage to add safe shutdown?I have...
View ArticleTroubleshooting • Re: Resolution headless Raspberry Pi 4
A little sidenote. The initial issue also happens when only connecting through VNC.Statistics: Posted by Jay-Delic — Sat Aug 10, 2024 6:56 pm
View ArticleBeginners • Re: How can I drive a vibrating motor by GPIO?
Try connecting Vcc on the board to 3.3 volt pin of RPi GPIO header. Also connect EN pad (= enable) to the GPIO you use for control.I made a program by .Net ,tried connecting VCC to 3.3V PIN and GPIO...
View ArticleCamera board • Re: HQ Cam with raspberry pi to create webcam + hdmi stream
I dont have an HQ cam but the commands in the camera documentation work OK for me to stream via UDP or TCP from a pi with a pi camera module to another pi (running vlc or...
View ArticleSDK • Re: RP2040 inter thread synchronisation
Code: gpio_add_raw_irq_handler_masked() Adds a raw GPIO IRQ handler for the specified GPIOs on the current core.irq_set_mask_enabled () Enable/disable multiple interrupts on the executing...
View ArticleTroubleshooting • Re: Disable low voltage popup in Raspbian (Pi 5)
I recall the low-voltage warning is set at about 4.6V for the 5V rail, though the exact point varies by product and revision and of course the manufacturing tolerances of the monitoring chip.The SoC,...
View ArticleTroubleshooting • Re: Raspi5 fails to pip-install PyQt5 in a Python-Venv
I install a venv with system packages like this:Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource env/bin/activateStatistics: Posted by neilgl — Sat Aug 10, 2024 7:25 pm
View ArticlePython • Re: How much can I ask a Raspberry pi4b to do?
Can you post a picture of the pi with the devices attached so we can see if there is a wiring issue?(use Attachments to Add file)Statistics: Posted by neilgl — Sat Aug 10, 2024 7:28 pm
View ArticleTroubleshooting • Re: Wifi not working in headless installation (Pi 0W)
OK, when using Imager, did you set the "OS Customisation" settings to use yor WiFi details?Statistics: Posted by neilgl — Sat Aug 10, 2024 7:36 pm
View ArticleTroubleshooting • Re: raspberry pi 5 gpio connection error
Post your code rpidenemesi.py here (using code tags to keep the indentation) so we can look at it. ThanksStatistics: Posted by neilgl — Sun Aug 11, 2024 7:21 pm
View ArticleBeginners • Re: Upgrading Pi 4 B to Pi 5
what os is on the rpi4 donglei think the rpi5 requires at least bookwormCode: pi@raspberrypi:~ $ cat /etc/os-releasePRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"NAME="Raspbian...
View ArticleOfficial Display • Official Display not functioning on Pi 5
I have two official 7" displays neither of which will generate an image when connected to a Pi 5 but do display an image if I connect them to Pi 4's and I have exhausted my troubleshooting knowledge....
View ArticleGeneral discussion • Re: Pico 2 Micropython problem
It does seem that there are some differences between the USB implementations on the RP2040 and the RP2350. I suspect your regular print() would be keeping the USB connection open, otherwise the COM...
View ArticleBeginners • Re: Newbie Question: 32 bit vs 64 bit
Which Pi are you trying to downlaod and install to ? Pi3 / Pi4 /Pi5 / Pizero2 etc.Statistics: Posted by neilgl — Sun Aug 11, 2024 7:46 pm
View ArticleOther programming languages • Re: Printing and Powershell
Out-Printer is only available on Windows. This is supposed to be a replacement: 6Print, but I have no idea how it worksStatistics: Posted by scruss — Sun Aug 11, 2024 7:51 pm
View Article