SDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
Yay! You hero. Many, many thanks. I haven't given it an exhaustive testing but seems to be working for me -Code: c:\Program Files\Raspberry Pi\Pico SDK v2.0.0\picotool> picotool versionpicotool...
View ArticleCamera board • Re: HQ camera at 1080p 60fps possible?
2028x1080 at 50fps could be ok, my monitor is 1920x1080 so i lose 100 pixel in width and is not a problem. But i do not understand how set it upStatistics: Posted by yurif74 — Fri Aug 09, 2024 6:06 pm
View ArticleAutomation, sensing and robotics • Re: Firehouse Alerting
Much easier if you can examine the ASCII text data stream before it gets converted to pixels.Statistics: Posted by drgeoff — Sat Aug 10, 2024 4:17 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Microchip allows their chips to be completely erased including OTP (which obviously isn't truly OTP) so you can always return a chip to factory fresh state.Those were the code protection fuses on the...
View ArticleHATs and other add-ons • Re: Raspberry pi 5 NVME m.2
viewtopic.php?p=2241358&hilit=Nvme#p2241358Adding an extension for mounting 2280sized drives is simple as wellStatistics: Posted by aBUGSworstnightmare — Sat Aug 10, 2024 4:29 pm
View ArticlePython • In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticlePython • Re: In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticleGeneral • Re: Hazard3
I see Hazard3 supports some single instruction atomic read-modify-write operations, such as AMOSWAP.W and AMOADD.W. I think Cortex-M33 lacks the corresponding ARM instructions (which were added in ARM...
View ArticleC/C++ • Re: Pigpio GPIO mapping for pi 4B
I’ll try the command. Where I am confused is: according to Pigpio library, it uses the actual cpu gpio PIN number as an input. Even if the feeders pins are having the same role across all pis, their...
View ArticleSDK • Re: SDK 2.0.0
To trigger the install of the two different tool chains...Those toolchains must be coming from somewhere, and presumably the Extension has code which shows where from and how to install them. Maybe...
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)I just found out that my servo hat was damaged also. I was using the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • PIO on RP1 (PRI5)
I have a special app that uses PIO on the RP2040 to measure quadrature encoders, but I need to reduce hardware costs and latency. I am waiting until March for the official support of running code on...
View ArticleAdvanced users • Re: rpi-sign-bootcode in secure boot for Raspberry Pi 4
Actually, I realise that my question is in fact answered by this thread (And what I followed to install the secure boot)viewtopic.php?t=344770So the answer is I guess, don't use the update-pieeprom.sh...
View ArticleTroubleshooting • Re: Boot Order NVME vs Micro SD
Raspberry Pi EEPROM Manager provides a simple and convenient way to view the current boot order as well as set a new boot order.Statistics: Posted by RonR — Sun Aug 11, 2024 5:43 pm
View ArticleGeneral discussion • Re: Pico 2 Micropython problem
Works OK with:for i in range(r, 1, -1):Statistics: Posted by tonygo2 — Sun Aug 11, 2024 5:55 pm
View ArticleAdvanced users • Which kernel to roll back to?
A fresh install today, August-11-2024, of bookworm Pi OS (64-bit) Desktop to a Pi 4 fails to connect to various external usb-ethernet adapters. This was not a problem with legacy bullseye. After weeks...
View ArticleGraphics, sound and multimedia • Bluetooth connections fail
Hello,I'm having trouble connecting my Raspberry Pi 5 (Using 64-bit Raspberry OS) with my bluetooth speakers. It finds the devices and saves them, but whenever I try to actually connect to them, it...
View ArticleTroubleshooting • Re: RPi Zero-W USB power
Hi,My testing has been delayed because I blew up the ZeroW. I've now received a new ZeroW and a Zero2W. My problem is that if I try to connect a mobile phone (can be selected to appear as either...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
Ah, Noralf Trønnes (notro) as the author and maintainer of mipi-dbi-spi has got a wiki page that has started accumulating config scripts at https://github.com/notro/panel-mipi-dbi/wiki/DisplaysI'm not...
View ArticleTroubleshooting • Re: PI 5 OS error mesages
Try a combination ofsudo apt update (you should generally always do that before you try to upgrade)sudo apt full-upgradethensudo apt --fix-broken installif it's telling you to use it.See what happens,...
View Article