General • Re: Is this a job for PIO?
I would think so. At 100 MPH you should be getting 320 pulses per second, one every 3 milliseconds. That's pedestrian for an RP2.Yes and also for an arduino. The issue is finding a way to not miss a...
View ArticleGeneral • Re: Pico 2 backwards compatibility?
My follow-up question would be; is it possible to take a UF2 for a Pico and hack it to produce a UF2 which runs on he Pico 2 ?The differences I see are that Run from Flash code for the RP2040 starts...
View ArticleRaspberry Pi OS • Looking for Documentation for an api-eeprom update
Today I got a notification on my RPi5 that rpi-eeprom 24.0-1 was available for update. Where can I find out what was changed?Statistics: Posted by subguy — Sat Aug 17, 2024 7:28 pm
View ArticleTroubleshooting • Re: Gnome-Weather & Disk Usage share Chromium issue
Chromium is fine for me on stock Bookworm 64-bit (LXDE-pi-wayfire not Gnome), with no adjustments.I dont use flatpak so "no comment".Statistics: Posted by neilgl — Sat Aug 17, 2024 7:57 pm
View ArticleGeneral discussion • Pi Five official case replacement fan
Anyone know what replacement fan I would need for the official raspberry pi case for the raspberry pi five? Like to have one on site for back up as my pay runs 24 sevenStatistics: Posted by PiUser69 —...
View ArticleRaspberry Pi OS • Re: Looking for Documentation for an api-eeprom update
https://github.com/raspberrypi/rpi-eepromAnd a link to release notes thereStatistics: Posted by bensimmo — Sat Aug 17, 2024 8:07 pm
View ArticleCompute Module • Re: CM4 Cam0 I2C pins change?
That documentation is valid on all Compute Modules but generally not needed on CM4.Default is to swap i2c-10 to 0&1, and i2c-0 to 28&29 (NOT USEFUL on CM4), so you probably...
View ArticleHATs and other add-ons • Re: Thought I had posted here about SSD drives ...
Perhaps post exactly what you bought including what 'lsudb' shows will help?IIRC other than Pi mentioned in the subject, the post did not involve the pi at all, only windows and ubuntu.Statistics:...
View ArticleBeginners • Re: Is NVMe more reliable?
Guys,No idea if a recently purchased 1Tb WD SATA SSD drive uses the same technology but the little box my drive came in tells me its only for "casual usage". Didn't think it helpful.Statistics: Posted...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 gpio libraries
6by9: can you, or any of the other Pi engineers, comment on the use of pinctrl in production environments? My understanding is that, as it writes directly to hardware registers and that being prone to...
View ArticleOfficial Display • Re: Official Display not functioning on Pi 5
This project is currently on hold while I work with tech support people for my 3D printerBut a little back story.I have 2 of those screens and I was getting random "won't generate an image" on both...
View ArticleRaspberry Pi OS • Re: trixie
...But it is vanilla Debian for the rest, so same as x86_64 servers running Debian....The delta between upstream Debian and downstream Raspberry Pi OS is bigger than just the kernel - there seem to be...
View ArticleMicroPython • MicroPython source for the Pico 2 port
Anyone know where the source for the MicroPython port for Pico 2 is ?A 'git pull' of what I have installed is only delivering RP2040 stuff, no RP235X stuff that I can see.On the MicroPython download...
View ArticleGeneral programming discussion • Re: Using RTC time in Rasberry Pi Programs
Guys,Wouldn't a Pi5 be total over kill for this?Seems a Zero would easily nail it unless there is some more exotic needed.Given the nature of running applications under an operating system like...
View ArticleAutomation, sensing and robotics • Re: Precise stepper motor with rpi5
I would expect that to run at just over 8 rev/s, if your TB6600 is set to full step mode, and corresponding slower for half, quarter, etc, steps. Roughly how fast is it turning, and what are you...
View ArticleBeginners • Re: [Pi 4/5] Ways to reduce the Pi's power consumption / heat...
Hmm, I thought people here would be more open to tinkering for tinkering's sake. Besides, these are 24/7 boxes—every W adds up. ~€2 / year, to be precise; per box per extra W.Absolutely. Go ahead....
View ArticleGeneral • Re: pico riscv compiler
I followed the instructions in one of the PDF files but can't remember which and can't find it so included what I did below. That successfully built the RISC-V compiler on my Pi 4B 1GB, Bookworm...
View ArticleGeneral discussion • Re: Not getting reply notifications
It's turned on for me, and has been working forever.Statistics: Posted by ame — Sun Aug 18, 2024 8:04 pm
View ArticleMicroPython • Re: MicroPython source for the Pico 2 port
Not merged yet. https://github.com/micropython/micropython/pull/15619Statistics: Posted by trejan — Sun Aug 18, 2024 8:12 pm
View ArticleCamera board • Re: Neither the keypress or signal flags seem to properly apply.
The help says --listen "Listen for an incoming client network connection before sending data to the client"Mine does that i.e. waits for client before stream starts.Without the listen, it fails to...
View Article