Interfacing (DSI, CSI, I2C, etc.) • Re: I am loosing my mind over getting...
Make sure there is no flow control enabled - what is the output of "sudo stty -F /dev/ttyS0 -a"?It's probably also worth verifying with pinctrl/raspi-gpio that TXD1 and RXD1 are not also mapped to any...
View ArticlePython • Re: Is Python the best choice, instead of C or C#?
Well I do not mind learning Python and it syntax. I do not aim to use note pad when writing code, but vs code. I believe VS code does have plugins that aid in syntax correction and advice.My language...
View ArticleTroubleshooting • Re: Broadcom BCM2837B0 TAxxxx
One thing, because of a change to the ethernet chip on the newer 3B+, you might need to upgrade the kernel and modules to get wired network working on that one.Huh? What is the new chip?Maybe I'm...
View ArticleGraphics, sound and multimedia • Re: Arrrg Cura (3D Slicing)
Hello,I'm using my shinny new Raspberry Pi 5 with Raspberry Pi OS lite (then installed Gnome etc....) and it is really REALLY good.HOW can I install a more current version of Cura (5.x.x)? The 4.13.x...
View ArticleGeneral discussion • Re: Which operating systems run on a Pi 4?
I used Manjaro for about a year. After Pi5 arrived I switched to RPIOS for now.Statistics: Posted by filip.slo — Sat Feb 03, 2024 10:17 am
View ArticleGeneral discussion • Re: how to navigate on raspberry pi os with the remote...
Sorry if my response was bratish, I agree it is a good script and hopefuly useful for the OPEnc is my optimised version of the script - customised for my remote and the things that were useful for me...
View ArticleNetworking and servers • OpenVPN What am I missing
Background:I have had an Openvpn server running for years and it has worked fine, the last time I touched it was about three years ago when I changed my in-house IP schema, so am quite rusty. I was...
View ArticleGeneral discussion • Re: Burning Raspberry Pi 5 with dc-dc step-down converter
no idea on that device, but it's a good idea to measure under load and over a certain period of time to see if there is any variation in the output voltage.To make use of a good DC/DC is always...
View ArticleGeneral • Re: Need help designing a PCB for Pico W
It looks using a USB C port is going to be a pain, I was looking of a USB 2.0 only port that had just the power and data lines turns out this is not as simple and this type of port has 8 pins broken...
View ArticleGraphics, sound and multimedia • Re: Selecting what is output HDMI
Great. What I am trying to do is avoid the OS GUI being displayed but only display certain videos(MP4) and maybe custom message/GUI.Is there a library or code example for this?A friendly volunteer...
View ArticleOfficial Display • Re: Chromium in Kiosk mode: Interaction via touch display...
I attached 2 syslog files – one for a reboot that resulted in a working touch display and one for a reboot that resulted in a not working touch display.Important: These two log files are from two...
View ArticleCamera board • Re: Trying to get V2 official camera working on Pi 5
I think you are right? Thanks for the link. I just posted there.Statistics: Posted by alphanumeric — Sun Feb 04, 2024 10:39 am
View ArticleTroubleshooting • Re: Cannot sudo apt update or upgrade Pi3B+ or New Pi5
Follow the help above,As mentioned, if 8.8.8.8 doesn't work then there is not Internet connection working. (it doesn't use DNS) But as you also cannot ping your router as you say then, there is no...
View ArticleGeneral discussion • Re: Pi4 - What could have happened to my HDMI port
Relax. Nothing to worry about.Statistics: Posted by drgeoff — Sun Feb 04, 2024 10:49 am
View ArticleRaspberry Pi OS • Re: Why is "/var/run/reboot-required" not present...
I believe this used to work (on the RPi)... By the way, what is an "Ansible playbook" ?Yes, I have seen this working on the Raspberry Pi, but I can't remember from which version the update was....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I am losing my mind over getting...
How did you connect to the pins/holes, you can own up that it was sticky tape and blutack?Statistics: Posted by bensimmo — Sun Feb 04, 2024 10:51 am
View ArticleTroubleshooting • Re: Bookworm feedback thread
One suggestion is to move ~/.config/wayfire.ini and ~/.config/wf-panel.pi.ini to *.bak and reboot, if you have been doing any config fiddling. You can break Wayfire such that it will not start fairly...
View ArticlePython • Re: Cannot open camera by index
Which OS ?As I said here viewtopic.php?t=364806 cv2.videocapture(0) won't work on Bullseye or Bookworm AFAIK, neither will RPI.GPIO on bookwormStatistics: Posted by gordon77 — Sun Feb 04, 2024 11:00 am
View ArticleSDK • Re: Problem with WS2812_Parallel example past 7 rows
I think you misunderstood me about my power distribution plans.The strips will be powered by a dedicated power feed. Not a dedicated PS, but rather 6 18Ga pairs about 10ft (3m) each from the 40A...
View ArticleTroubleshooting • Re: Raspberry Pi 5 always boots from NVMe SSD, even with...
Remove the SD card and set the boot order again.I haven't tried this yet. So I shutdown the pi with BOOT_ORDER=0xf416, removed the sd card, booting from NVMe only and changed BOOT_ORDER to 0xf41.Code:...
View Article