Troubleshooting • Re: Diagnostics for the Pi 3a+?
Code: raspinfomousepad or nano raspinfo.txt for the output as it's more then the console can hold.Statistics: Posted by kerry_s — Sat Aug 10, 2024 9:41 pm
View ArticleGeneral • Re: Ethernet MAC support with RP2350 ?
yes you're right. Thanks for the summary.What max. data rates rx/tx can be achieved with the proposed solution and is there an example available?I'm planning to make my code open source, but at the...
View ArticleOfficial Display • Re: Display 3.5"" XPT2046 - Raspeberry pi zero 2w
I am assuming you are using Raspberry Pi OS - Bookworm.The LCD35-show script uses the wrong file "/boot/config.txt" rather than "/boot/firmware/config.txt". It also adds things that no longer work in...
View ArticleGraphics programming • Re: LVGL v9 input handling
No, don't mind a bit. I'm trying out various things to try and get what I want.I have used GTK+, as some of my posts in the C++ section will show. I have an issue with the way that displaying a column...
View ArticleCamera board • Re: Getting started with RTSP Stream on bookworm
Hi,-bash: cvlc: command not foundMeans that cvlc is simply not isntalled. AFAIK cvlc is packed with vlc, so you may just typeCode: sudo apt updatesudo apt install vlcAnd it should do the...
View ArticleTroubleshooting • Re: new Pi5 stuck in Read Only File System mode
I wiped and reloaded the 1st SD card.No longer Read Only - but dies during "sudo apt upgrade". Looks like it downloads everything, and hangs at "Reading changelogs... 12%"Pi 5 led is now redEithernet...
View ArticleGeneral • GPIO goes high when the pico boots
I tried using an TPL5110 Timer breakout along with my pico in order to make it a really low power device for battery usage. However it seems that when the pico receives power all GPIO goes high (I...
View ArticleBeginners • How to configure wayvnc in fail2ban?
Hi All,can anyone provide their fail2ban jail config where you have wayvnc configured?Thanks in advance.Statistics: Posted by 4k3or3et — Sun Aug 11, 2024 9:45 pm
View ArticleTroubleshooting • Re: RPi.GPIO Failed to add edge detection on Pi3 New OS
On a Pi3 running Bookworm 64-bit with Desktop 6.6.31+rpt-rpi-v8, no runtime error occurs for me using RPi.GPIO, using GPIO 21 and Code: GPIO.setup(BtnPin, GPIO.IN, pull_up_down=GPIO.PUD_UP)That code...
View ArticleTroubleshooting • Bluetooth LE only loading HID device when paired in GUI
Hello all. I'm running a Pi5 with the newest Bookworm OS and am running into an issue.I'm creating a Bluetooth gamepad with an Arduino Nano ESP32. It's working just fine in MacOS. The issue is when i...
View ArticleTroubleshooting • Edit
Here's an edit:if i hold SHIFT while booting it puts me into the install an OS screen, then i press ESC to quit then SHIFT again to boot try USB boot that tries, but times out, so it tries to boot...
View ArticleBeginners • A little help before I make a purchase
I’m looking to setup picoreplayer on a Raspberry Pi 5 and have it run as a music server. I’m informed it is a bit of an overkill but hey I want to be somewhat future proofed. I’m looking at the 8gb...
View ArticleTroubleshooting • Re: Pi 4B not booting from USB
you know a rpi is arm64/aarch64 devicelinux mint does not make a rpi compatible osStatistics: Posted by kerry_s — Sun Aug 11, 2024 10:33 pm
View ArticleBeginners • Re: A little help before I make a purchase
Vast overkill. I run pCoreplayer and LMS on a 2B and a 240Gbyte SSD. Approaching 200 CDs ripped to lossless flac. Still plenty of space.Statistics: Posted by drgeoff — Sun Aug 11, 2024 10:46 pm
View ArticleC/C++ • Picotool build issues after updating SDK
I recently updated the SDK and now I can't get my pico code to build anymore (windows VSC). From what I can tell the system to build the .uf2 files is changed to picotool. I'm getting errors:Code: It...
View ArticleTroubleshooting • Re: HDMI-CEC with Bookwork on original Pi B (not B+)
Hi Dom,That is what I initially expected - but then I tested the B rev2 with total_mem=255 in /boot/firmware/config.txt - and to my utter surprise, it worked.Output is at...
View ArticlePython • Re: How much can I ask a Raspberry pi4b to do?
Was this powered by battery?How are you converting the battery voltage to 5V for the Pi?I am using a servo hat to power the pi and the servos. I'm inputting about 9v into the hat which is suppose to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: PIO on RP1 (PRI5)
but it disables Ethernet and USB without any way to recover themive worked with bell and geekatwork, and you can now do PIO without loss of ethernet/usbviewtopic.php?t=374916this is the thread jamesh...
View ArticleGeneral discussion • Re: All chromium extensions stopped working.
Please stick to one thread to avoid wasting time.Statistics: Posted by wildfire — Mon Aug 12, 2024 10:01 pm
View ArticleC/C++ • Re: Pigpio GPIO mapping for pi 4B
well. I just missed 4B because it was not cited in the beginning of the section. My bad.Problem solved. ThanksStatistics: Posted by homedatadev — Mon Aug 12, 2024 10:23 pm
View Article