Python • 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 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 ArticleSDK • cmake help needed - again - sorry
I want to re-organise my directories to get all common files in a single directory.I'm working on W11/VSCODEAt the moment I have all files for each variant of the firmware in separate directories....
View ArticleGraphics, sound and multimedia • Re: RPI5 resolution 5120 x 1440
Okay. I disabled Wayland, and changed the screen input mode to PC from AV and voila! 5120 x 1440 available and working as expected.But for this thread, I probably wouldn't have got there. Statistics:...
View ArticleBeginners • Re: Non-standard connection for Raspberry PI 4
you will have to write your own driver for dealing with it.You're better of using a compatible DSI camera! Less effort for sure!Statistics: Posted by aBUGSworstnightmare — Sun Feb 04, 2024 11:27 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi4 pin current limits
As far as I am aware it has always been max 16mA per gpio pin either sink or supply with a total gpio pin load of 50mA , this applied from the very first pi right up to the pi4, covering all...
View ArticleTroubleshooting • Re: Raspberry Pi 4b Not booting
I would try flashing a copy of Raspberry Pi OS (Legacy) with desktop to a spare SD card and see if you pi will boot from that, if it still displays the same symptoms then your only option is to...
View ArticleGeneral discussion • Reduce size of Pi4 boot partition on SSD drive please....
Feeling really pleased with myself now I have my Pi4 successfully booting from SSD I understand that the Pi imager has expanded the image to fit the size of the drive (thinking that it's an SD...
View ArticleGeneral discussion • Re: Does anyone know when the Geekworm X1003 nvme HAT...
"We hope the Raspberry Pi Foundation will resolve this issue soon".I thank the contributors of this thread for the heads up on this one. The quote from Geekworm above is enough information for me to...
View ArticleAdvanced users • Handling I2C timeout or fail
Hello,I am using the RPI to query an I2C device of my own making using C++, and it all works well, until the I2C worker device is turned off, or communications is severed.I am using the below code to...
View Article