Beginners • Re: MSP3520 (ili9488)
Apologies I'm probably poorly organizing the information soup that is in my head.To start: I updated the github repo https://github.com/Vasily-Kapustin/ti9488 and my LCD panel works. I can write to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 2" SPI display buggy
HelloIf you have any questions about waveshare products, you can send an email to support@waveshare.com and we will be happy to answer your questionsStatistics: Posted by aBUGSworstnightmare — Wed Apr...
View ArticleGeneral • RP2040 and Pi 5 question
Hello everyone, I want to know if it's possible to connect the RP2040 to the UART1 header on the Pi5 is this a standard uart I can use to read debug data from my RP2040's UART? Second is it possible...
View ArticleGeneral • Re: RP2040 and Pi 5 question
Is there somewhere I can buy the cable to use the UART1 header I don't want to cut up any of the ones that can with my Debug Probe?Ebay? That's where I got mine. JST SH 1.0mm 3 pin connector....
View ArticleGeneral • Re: sideset possibilities?
You can set up to five pins using the side set. This is covered in the RP2040 datasheet in section 3.5.1. This program from the pico-examples repository shows an example of using two side-set pins.I...
View ArticleRaspberry Pi OS • Disable Firefox Hardware Acceleration by Default on Pi5
Firefox runs very bad with its default config. I struggled to find a solution a lot. I confused and thought maybe i needed to install a package etc... I am using GNOME desktop with wayland. I though...
View ArticleAdvanced users • Re: Looking for advance debug methods for non-booting...
Well, at step 3 I get the error "Warning Unsupported Operating System(s) detected. PINN currently cannot backup the following OSes correctly:Raspbian Lite (UPDATE Reqd).And "An error occured backing...
View ArticleOther projects • Re: Goal: 20mhz PWM signal at 8-bit resolution. Possible?
My understanding is that in order to feed this data into the brightness of a laser diode requires a current output dac, as opposed to a voltage output dac.My question is: is there a breakout board...
View ArticleRaspberry Pi OS • Re: Disable Firefox Hardware Acceleration by Default on Pi5
Firefox runs very bad with its default config. I struggled to find a solution a lot. I confused and thought maybe i needed to install a package etc... I am using GNOME desktop with wayland. I though...
View ArticleGeneral discussion • Re: SIM7600 can't receive SMS
I tried a different SIM card with AT&T service. Everything worked well. So that should be the Verizon card's issue.Statistics: Posted by lhx0901 — Thu Apr 18, 2024 6:28 pm
View ArticleGeneral discussion • Re: python and open cv
Yes, it should.But you may find functions like cv2.videocapture() will not work... viewtopic.php?t=364786#p2188830Statistics: Posted by gordon77 — Thu Apr 18, 2024 6:32 pm
View ArticleGeneral discussion • Why was my post moved?
Yesterday I thought I posted in the General Discussion but today couldn't find it. I finally found it. The post was:Pironman case for Raspberry Pi 5viewtopic.php?p=2212937#p2212937All I was looking...
View ArticleHATs and other add-ons • Re: Connect multiple SATA HDD's to Pi5
Awesome, thank you for your response, I feel so lost among all the options!Most of the M.2 to SATA adapters I've seen are either passive devices (the single port ones) or port multiplies (the multi...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I would translate "daily driver" to the main computer you use for the majority of your computing tasks.Or should it encompass all computing tasks - when in front of it, because I'll accept different...
View ArticleGeneral discussion • Re: Why was my post moved?
Looks like an advert maybe ??Statistics: Posted by gordon77 — Thu Apr 18, 2024 6:50 pm
View ArticleBeginners • Re: messed up desktop
Thank you immensely for the reply. Diligently followed instructions but no fix. Changing defaults does not seem to help.Statistics: Posted by WacoJohn — Thu Apr 18, 2024 7:05 pm
View ArticleAdvanced users • Re: Headless wayvnc starts without adopting wayfire output...
Noodled on it a bit more and found a working solution. I disabled the wayvnc.service from starting on boot. I added the following to wayfire.ini:Code: [autostart]wayvnc=wayvnc --config...
View ArticleTroubleshooting • Re: Monitor cutting off the display - Bookworm
The good new is we are internally testing labwc (as a replacement for wayfire) which does have working overscan handling.Interesting. Will that also allow Wayland to be used on older Pi - all but one...
View ArticleHATs and other add-ons • Re: Run script requiring network before shutdown or...
Hey I'm failing to make this work. I don't have a wireguard service running, so I assume it' enough to have something like this:Code: [Unit]Description=Log Shutdown to...
View ArticleMedia centres • Re: Peppy player
Making a long press (~1 sec) on a top level folder you start a recursive playback:https://github.com/project-owner/Peppy. ... e-PlaybackI've just tested it and it worked fine. Did you try to play...
View Article