Networking and servers • Re: Cant access device on Wifi AP
Please LMK how it goesCode: curl -L https://raw.githubusercontent.com/gitbls/sdm/master/extras/rpnc -o rpncchmod 755 rpnc./rpncEDIT: Forgot to mention hotspot plugin documentation:...
View ArticleCamera board • Re: feedback requested on dual GS camera design
Sure, this is a top view. Just push the pins you would like to solder in, there are slots for every pin. In your case you only need GND, XHS, 3V3 and XVS. The design assumes a 8.5x 7mm pin with the...
View ArticleAdvanced users • Re: How to make gpio-keys autorepeat?
Is there some guidance somewhere that sets out what parameters are support by each overlay?Statistics: Posted by scotty101 — Fri Aug 16, 2024 7:33 pm
View ArticleTroubleshooting • Re: Using USB RFID card reader with Raspberry Pi 5
I caught something new, I connected the reader to rpi 5 and within 1 second I typed the lsusb command and the reader was listed, then I ran the lsusb command again and the reader disappeared again, I...
View ArticleRaspberry Pi OS • Re: Is Bookworm worth it yet over Bullseye?
Check PiKiss see if they've updated for the new OS and DesktopCheck with Retro Pi to see if they've updated, but hey seem to be lagging a lot, many moved to other similar projects. Pimoroni seem to...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The latest firmware for BCM2712-based devices that is available via apt is the one you have installed. If you want to install the 2024-08-30 image now, before it appears in apt, you can just grab it...
View ArticleMicroPython • Re: How to send data from pico to driver board using I2C pins
What if we do GPIO operation instead of I2C? That would be great.The I2C pins are used in I2C mode when communicating with an I2C device. But they can be used as GPIO pins if no I2C device is...
View ArticleGeneral discussion • Re: Looking at improving my backing up of my Pie's...
Use the built-in SD Card Copier?I don’t think it shrinks though.Statistics: Posted by neilgl — Sat Aug 17, 2024 6:27 pm
View ArticleCompute Module • CM4 Cam0 I2C pins change?
Hi,On my Custom design CM4 Board, I connected the camera connection via CAM0 pins and connected the I2C connection to GPIO44 and 45. Yes I know, normally I should have connected to GPIO0 and 1....
View ArticleSDK • Re: Issue with 'picotool' 2.0.0
Thanks. So it seems 'Flash Nuke' is now a universal UF2 for Pico and Pico 2 which is good news.And that "maybe we should treat separate families in a UF2 independently" is exactly what I've spent the...
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
The "Pimoroni Pico Plus 2" is using the RP2350B and provides PSRAM in the standard Pico footprint, but pre-order at present...
View ArticleGeneral • Active high QMI CS1 possible?
If I set a bank 0 GPIO to the QMI CS1 function and set its OUTOVER bits to invert the output signal, would that give me an active high rather than active low CS1?For context, the design includes...
View ArticleAdvanced users • Re: Image File Utilities
Using dd is undesirable because it allocates storage blocks and takes considerable time to write zeroes into them.Using truncate, storage blocks aren't allocated until needed (sparse allocation) and...
View ArticleGeneral • 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 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 Article