Troubleshooting • Re: Powering pi zero via gpio
Post specifications/links to these voltage converters.Post photos of your wiring.Statistics: Posted by rpiMike — Thu Aug 15, 2024 8:35 pm
View ArticleTroubleshooting • Re: Mouse/pointer click action-selection difficulty
I am not seeing that on any Pi.Statistics: Posted by neilgl — Thu Aug 15, 2024 8:35 pm
View ArticleTroubleshooting • Re: Can't get sound out of rpi4 headphone jack
I suspect the 3.5mm headphone jack was just broken on my device. I ordered a new RPi 4 2GB and the 3.5 mm jack audio worked just fine. I do remember now that the audio was real quiet on my old RPi 4...
View ArticleAdvanced users • Re: Attempting to netboot with buildroot image
@rasp14 @thagrol Pls help-me I've been trying to netboot (nfs, dnsmasq, buildroot mainline kernel) on rpi4 8gb for 3...
View ArticleGeneral discussion • Dynamically load functions into RAM
Hello!I would like to have a fixed section of RAM where I can load functions to from flash (one at a time) and execute.I think it would be possible if I could somehow let the linker know that these...
View ArticleTroubleshooting • Re: "Crave Plus" USB battery: enough for rpi5?
This battery seems to claim 25W over USB-C:https://www.amazon.com/SAMSUNG-Portable ... 084GVM6NC/Do folks have experience with using a battery like this with an "accessorized" raspberry pi...
View ArticleTroubleshooting • Re: Raspberry Pi Zero 2W not detecting V3 Camera(Sony IMX 708)
What OS is running on the zero2w - Raspberry Pi OS Bookworm 64-bit with desktop or something else?Statistics: Posted by neilgl — Thu Aug 15, 2024 9:12 pm
View ArticleBeginners • Re: Remote Access - Pi4 BookWorm
Strangely, VNC viewer is working fine for me using Bookworm on Pi4 and Pi5, with Wayland - I never use X11However, rpi-connect is now my remote connection of choice - it works using Safari.It does not...
View ArticleBeginners • How to send data from pico to driver board using I2C pins
Hi, I am really new to raspberry pico and micropython. I have circuit, where I am controlling 3 phase AC motor with 24 windings and each windings connected to IGBT through quad channel Nand gate and...
View ArticleGeneral discussion • Re: Dynamically load functions into RAM
probably be easier to go with tmpfs for the ram part, create & release instead of trying to tie up ram that you don't know if something else is using.no idea for single coreStatistics: Posted by...
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
Board headers and anything that needs setting at compile time are my biggest complaint with the Pico environment. I want my code to run on multiple variants and self configure at run-time. My code...
View ArticleBeginners • Re: How to send data from pico to driver board using I2C pins
Post the details of your driver board.Statistics: Posted by ame — Thu Aug 15, 2024 10:07 pm
View ArticleAdvanced users • Re: Raspberry Pi simple monitoring and dashboard
Hello,I have released v3 with major additions to RPi monitoring tool:- added one-time commands to dashboard to run on client devices- introduced automatic report.py code updates- added some config...
View ArticleOther projects • Re: Arcade Ticket Payout test
CheersStatistics: Posted by neilgl — Fri Aug 16, 2024 9:13 pm
View ArticleGeneral • Re: Pico 2 backwards compatibility?
Short answer is no, you'll have to recompile targeting the rp2350.Statistics: Posted by nme3 — Fri Aug 16, 2024 9:26 pm
View ArticleTroubleshooting • Re: Ire My Raspberry Pi 4b's Dead?
Are they dead?Statistics: Posted by lrr — Fri Aug 16, 2024 9:28 pm
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Surely if you don't want to worry about this 'problem' stick with the RP2040. It's slightly less powerful but not much. RPi have listened to industrial users' issues about the RP2040 and looks like...
View ArticleTroubleshooting • Re: Keyboard layout on Pi 5 with xmodmap
Hi all,Just following up on this - any advise as to how to get my keyboard working properly?Thanks and regards,TomStatistics: Posted by tomsgd — Fri Aug 16, 2024 9:38 pm
View ArticleAdvanced users • Re: Image File Utilities
Starting image-backup get this Image file to create? /mnt/nasbckp/nasbackup/test.img Initial image file ROOT filesystem size (MB) [14606]? 15000 Added space for incremental updates after shrinking...
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 Article