General discussion • Re: RP2350 and Pico 2 released!
No. the point is that until now you could get any random uf2 file from the net, try it on your rp2040 and then just erase the flash without any fear of damage and start again.With all this new...
View ArticleGeneral • Re: Hazard3
Won't be by us (Raspberry Pi)That's a shame, given all the resources Raspberry Pi has and are presumably hoping the RISC-V fan club will jump aboard the Raspberry Pi train.I have the GitHub but...
View ArticleTroubleshooting • 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 • Re: Flood of DNS queries from my pi5
So what's running on the Pi5? Post the output fromCode: ps aux | grep -v "\\["Statistics: Posted by bls — Fri Aug 09, 2024 7:57 pm
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 ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
Recently got a SanDisk Extreme Pro 128GB. As others have reported, it performs very well. I tested it fresh, with a TRIM run for good measure and with force_turbo=1:Seq write: 68624 KB/sRandom write:...
View ArticleGeneral discussion • Re: [Help!] My raspberry pi can't enter the raspberry os.
If you have any suggestions, please leave a message or send an email to me.See viewtopic.php?t=214084Statistics: Posted by B.Goode — Fri Aug 09, 2024 8:02 pm
View ArticleJava • Re: Java font problem/question
Looks like the anti-aliasing is not working on the first try. Are you constructing all of your GUI components on the Event Dispatch Thread? Can you make a simple example (an SSCCE) we can...
View ArticleTroubleshooting • Re: NetworkManager - How to set default profile?
Via the connection.autoconnect and connection.autoconnect-priority settings.Code: # disable autoconnect on a connection sudo nmcli c modify <conn-name> connection.autoconnect no # change the...
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 Article