Other programming languages • Re: Scripting help needed - extract a part of...
Thanks! (yet again...) I'm not so versed in bash, but I need to use it a lot.And when I run into a problem that noone has a solution for on google I ask here, and the problem gets solved!Amazingly...
View ArticleC/C++ • Re: Gcc compilers confusion
Hello everyone i have an rpi 5 with rp Os installedwhich gcc package or packages should i install?thanks everyoneDon't all variants of RasPiOS Bookworm come with a gcc compiler bundled by...
View ArticleTroubleshooting • Re: C++ fgets behaving very oddly on Bookworm (no other...
Code: std::stringstream msgsst; // stringstream to accumulate the input message char bufl; // last character in current fgets read buffer do{ // loop til you get a \n char msgbuf[msglen]; // fgets...
View ArticleTroubleshooting • http://mirror.infernocomms.net/.... Domain Blocked
So I have a CAMJAM Edu kit 3 robot based on a PI0W 1.1, it was running Buster.I tried adding software and kept getting errors about incorrect # sizes and other problems.Last night I decided to start...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Batocera conversion was previously managed by someone else, so I'll have to do the conversion myself now.Is this the guide to use for converting an OS to PINN format, or are there better / more recent...
View ArticleTroubleshooting • Re: http://mirror.infernocomms.net/.... Domain Blocked
If I enter this on my PI4 or even iPad, the browser re-directs tohttp://mirror.infernocomms.net/raspbian ... _armhf.debwith a Not Secure message in front and a Domain Blocked title to the tab.That's...
View ArticleOfficial Display • Re: Raspberry Pi 4 with official touchscreen no display...
Is there a way to restart the touchscreen driver/software? Often when I come into work on a Monday morning, the touch panel is not responding. Everything works fine apart from that. The only solution...
View ArticleTroubleshooting • Re: Pi5 power supply use without usbc
So fyi, there are only three wires on this lead. There is the braided outer, a nice thick red wire, and a little green wire.Sending the green wire to ground gives 10.3v between the red wire and the...
View ArticleCamera board • Re: libcamera-vid freezes when the
The vertical blanking control sets the frame rate (in conjunction with the horizontal blanking control, which may be read-only).With a fixed frame rate of 10fps I would have expected it to be set at...
View ArticleAdvanced users • Re: What slows down the system startup?
These might help ...Code: systemd-analyze blameandCode: systemd-analyze critical-chainStatistics: Posted by jahboater — Mon Feb 12, 2024 10:22 am
View ArticleCompute Module • Re: 1080p gstreamer pipe with multiple outputs very slow
A couple of observations.Generally GStreamer will manage to achieve zero copy passing of buffers from the likes of libcamerasrc to many consumers.The use of a tee component almost certainly means it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [SOLVED] RPi 5 1-Wire / DS18B20 is...
With the 6.6.16-kernel it works perfect, using a single Python-testprogram with 3 sensors. For more than 12 hours absolutely no errors.But if i start an additional task, for example the SD-Card-Copier...
View ArticleBeginners • Re: New User Suggestions
I have:A 3B+ running Volumio (music server controlled by either app or web) with optical output into the DAC of my stereo.A 3B+ running NextCloudA Zero W extracting data from my solar cells and...
View ArticleCamera board • Re: Timelapse no header on second timestamp file
I thought maybe you could setCode: self.first_frame = Truein your new output class's __init__ method, and then test (and clear) it in your derived outputtimestamp. I think that's the suggestion you...
View ArticleFrançais • Re: gpio c++
oui c'est fait ,parlons un peux de mes temporisation ! fin si vous voulez :Code: // les temporisationsunsigned long departAutoMode;unsigned long autoMode = 5000000;// 5 secondes (microseconde)unsigned...
View ArticleC/C++ • SPI & MCP23S17
Hi i 've connected rotary encoder to the GPIO A pins to MCP23S17 and for the spi communication i'v connected the MCP to the default spi pins from the PICO. I have used the example from the BME280 from...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Possible to boot from eMMC over SDIO on a...
Hi,I have started to look into the possibility of creating a custom Pi HAT that will have eMMC for boot / storage. I plan to use the SDIO interface for the same. With this setup on the RPi 5, I will...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Raspberry Pi Debian X86 PiServer...
Now the only thing missing is how to allow vnc.It doesn't work via raspi-configI think your well-informed helper foresaw that -Best to learn how to do configuration without front-end tools like...
View ArticleTroubleshooting • Re: Unable to edit a draft post
Thanks, that worked, but between selecting all, copying to mousepad reselecting and repasting, it may have got a little mangled.Statistics: Posted by paulie — Mon Feb 12, 2024 11:38 am
View ArticleBeginners • Re: Old Raspberry Pi Zero W w/ Looping Video
I format the SD card, then copy all these files to it and boot.Code: 27/08/2022 00:10 52,460 bootcode.bin22/02/2023 11:45 24 config.txt27/08/2022 00:10 7,262 fixup.dat27/08/2022 00:10 3,170...
View Article