Troubleshooting • Re: Powering pi zero via gpio
Maybe motor starting or attempting to start is taking too high startup current and the power source droops. Does it reboot if you don't connect the motor?Statistics: Posted by drgeoff — Thu Aug 15,...
View ArticleGeneral • Re: RP2350 RISC-V qustions
Answering the more general question about OTP: things in the OTP_DATA listing (section 13.9) are actual OTP bits you need to blow permanently. This includes things like CRIT1_DEFAULT_BOOT_ARCH.Things...
View ArticleTroubleshooting • Re: Hide taskbar automatically - Pi OS Bookworm #SOLVED#
...you can just disable it 'definitely' by stopping wayfire from running wf-panel-pi on start up.You can do that by editing the file "/etc/wayfire/defaults.ini" and comment the line which says...
View ArticleMicroPython • Re: Pico 2 Micropython problem
Thonny v 4.1.4 does not recognise PR2350 boards when they are plugged into the USB port. I hope an update will be available soon as novice users will find this off-putting.Almost no-one outside the UK...
View ArticleBeginners • Re: Remote Access - Pi4 BookWorm
So heres what I want to be able to do:- Remotely access the Pi using ssh and be able to copy and paste files?- Open files and folders on the Pi from my Mac with read / write access to play video /...
View ArticleBeginners • Re: OS documentation for omitted Linux commands?
You can install the package apt-file to search for packages by filename.Note that apt file:downloads huge index files;can produce thousands of lines of not very useful output;may provide several...
View ArticleSDK • Re: Not able to change PICO_BOARD type in CMakeLists.txt with VScode
Great, it works now !Thank you for your help Statistics: Posted by dje9 — Thu Aug 15, 2024 7:43 pm
View ArticleTroubleshooting • Re: WayVNC crashes Pi5
With "WayVNC connect to the Pi5" are you using VNC Viewer on a PC or rpi-connect or something else?TigerVNC on macOS Sonoma. Interestingly, I can also crash it hard by running stress-ng -c4. Temps...
View ArticleGeneral • Re: Dynamically load functions into RAM
I used the technique, overlays, MANY years ago on a PDP LSI11/23 with RT11 coding in FORTRAN IV https://en.wikipedia.org/wiki/Overlay_(programming)Ah yes this looks like what I'm trying to do. Thanks,...
View ArticleBeginners • Re: Pico getting started guide: blink.uf2 built w/o errors, but...
You may want to post your question in the VS Community forum at https://developercommunity.visualstudio ... sualStudioStatistics: Posted by DS256 — Fri Aug 16, 2024 7:27 pm
View ArticleNetworking and servers • Re: Cannot enable usb ethernet gadget on u-boot with...
Enable the USB Ethernet gadget on your Pi Zero 2 W with U-Boot, try the following steps:Check U-Boot Configuration: Ensure it's set up correctly for USB Ethernet.Verify Kernel Support: Confirm that...
View ArticleNetworking 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 ArticleBeginners • Re: [Pi 4/5] Ways to reduce the Pi's power consumption / heat...
If your Pi 5 fan is always on and always noisy, you have something configured wrong or the fan has a mechanical problem. I have 2 Pi 5 with the “official cooler” on my desk barely 2ft from my ears,...
View ArticleGeneral • Re: Pico 2 RISC-V - Slow....
This leads me to the observation that another benchmark is probably desirable that has no math. I have generally considered the Fibonacci to be 'no math' because there's nothing more than add,...
View Article