General • Re: Is it possible to route a timer interrupt to PIO?
Trigger transport. This is basically trying to create HDL with implicit behavior. Overall I do not recommend this architecture.2MHz is probably not supported under worst case operation. (Beware the...
View ArticlePython • Re: GPIO.wait_for_edge >>> RuntimeError: Error waiting for...
i can confirm that GPIO.wait_for_edge() does not work in RPi5 but used to work in RPi4. What I see is somewhat different - function never returns despite there being an edge on the port pin. This has...
View ArticleAdvanced users • Re: Priority of loading the OS from different drives.
https://www.raspberrypi.com/documentati ... oot-filterI studied the article on your link, it is quite informative. However, I still haven't figured out exactly what needs to be done in my case.Could...
View ArticleRaspberry Pi Connect • Re: Questions....
I have a similar question. Although I also have an RPi4 and an RPi5, I have been using VNC for years so I have in regular use, RPi2 and RPi3 as well as some Pi Zero's with and without built in WiFi,...
View ArticleGeneral discussion • Re: My 7 inch screen don't work with my RPI 5 and PINN
To quote from my Sticky thread:If you are using a Pi5, be aware that PINN works enough to be usable, but there are still some issues I hope to iron out over time. The worst is it occasionally freezes...
View ArticleGeneral discussion • Re: Pi5 Power Supply - Can I use one?
Why not buy the official Pi5 5A power supply?https://www.raspberrypi.com/products/27w-power-supply/Because, er, they're going to?wonder if I can use this supply before get the New 27W 5.1v=5A supply...
View ArticleTroubleshooting • Re: Installing mysql 8
Looks like Debian are going to re-introduce MySQL again in upcoming releases, if you want to risk the unstable OS release V8 is there now.Statistics: Posted by pidd — Mon May 20, 2024 11:10 pm
View ArticleAdvanced users • Re: Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
Why post the same in three different places? Flooding is not the best way to garner support.Statistics: Posted by pidd — Mon May 20, 2024 11:15 pm
View ArticleBeginners • Re: Raspberry pi 4 + IMU(MPU6050) + GPS(114990732)
I'm going to take the route to Raspberry Pi with a map API, and I'm going to measure my stride using the MPU6050 module and gps(114990732) module to measure the number of steps I have left to my...
View ArticleGeneral • Re: Writing READ_ADDR while DMA runs
I need to gracefully transition from full speed phase to deceleration ramp. dma_channel_abort looks too disruptive. Who knows how long it will take? How quickly I can resume DMA after that? Will delay...
View ArticleTroubleshooting • Raspberry Pi 5 bootloader delay with NVME
Hi,I have a Raspberry Pi 5 booting of an NVME ssd. The performance is great, so is reliability so far.However, I see a relatively long delay before Linux starts booting. It takes about 10 seconds...
View ArticleTroubleshooting • Re: rpi4 b (4gb) wont boot
means it's not recognized.you need to add to the front of /boot/cmdline.txt (/boot/firmware/cmdline.txt from inside the os)Code: video=HDMI-A-1:1920x1080 vc4.force_hotplug=1adjust for your screen...
View ArticleNetworking and servers • connecting to 2 networks at the same time please
Hi there, can someone help me please. I am doing a project and I need to be able to connect to 2 wifi networks at the same time, and python should be able to use both 1 is an acscess point so you...
View ArticleBeginners • Re: raspian battery indicator pi sugar
not sure i can helpin my casei'm running a crowpi L rpi4 laptop shellwhat i did was take there battery-status.py and rewrote it because i wanted #% instead of useless ions, so i dumped the fat from...
View ArticleCamera board • Re: Cam v3 Noir: Best auto gain/exposure settings?
OH wow. I think you solved two problems for me! I've been getting errors trying to add in the tuning file and had no idea the Pi 5 uses a new folder. Totally works now, thank you.After inspecting the...
View ArticleGeneral discussion • Re: Can't connect to Raspberry Pi
I have installed Raspberry OS using the imager and when I want to connect using ssh I can find an error in Windows Network Setting "Network/Ethernet Cable Unplugged" I use Zero WH and OS Lite...
View ArticleTroubleshooting • Re: Help: Revert a failed Bookworm upgrade
buster is not even close to bookwormyour setup is toastyour only option is a clean install unless you made a copy.Statistics: Posted by kerry_s — Wed May 22, 2024 12:02 am
View ArticleTroubleshooting • Re: Raspberry Pi 5 bootloader delay with NVME
it's doing stuff just not shownlike trying to figure out your screen, hardware connected, etc ....mine isCode: pi@rpi5:~ $ systemd-analyze timeStartup finished in 1.448s (kernel) + 2.795s (userspace)...
View ArticleGeneral • Re: Forthcoming "RP235x"
I'm very excited to see what they can bring to the table with this new part. I've very much enjoyed futzing around with the Pico. I care little for hardware floating point support so if they don't...
View ArticleGeneral • Re: Debugging Pico W with Pi5 swd connection is not working
I think there is some old blog post floating around that tells to use this branch, and that's how people get trapped. It's no longer necessary. On all my new setups I use...
View Article