Beginners • Re: Zero 2 w / Pi-hole
My concern was rather if shutting down the little computer could increase the "lifetime" of it.Because my first pi zero w with Pi-hole took less than 2 years before breaking and I made a shutdown for...
View ArticleGraphics, sound and multimedia • Rpi5 kmssink on composite output
Hello, I'm trying to display an image on composite output using kmssink. I'm using Raspberry Pi OS Lite (2024-03-15). My pipeline is as follows:Code: gst-launch-1.0 videotestsrc !...
View ArticleTroubleshooting • Re: Arduino data --> rasperryPi5 --> nodejs webserver
Serial port setup looks wrong, maybe is should be:Code: var Serialport = new SerialPort({ path: '/dev/ttyAMA0', baudRate:9600, dataBits:8, parity: 'none', flowControl: false});Statistics: Posted by...
View ArticleTroubleshooting • Re: Raspberry Pi 3 Model B Not Booting Up
@neilgl Thanks for the reply. I was looking for some sort of way for me to run .exe files that were required to setup the connection between the sensors (Digital Gas Sensor Kit with a USB to UART...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
All installed correctly. Seems to be running fine, but haven't put it under much stress - been working on VMS recentlyStatistics: Posted by cct — Fri Mar 22, 2024 5:15 pm
View ArticleTroubleshooting • SSL Handshake Failed
Hi, I'm lucky enough to own one of the ten Beta boards (number 3) and I fired it up this week to see if it still runs after all this time. It all still seems to work however the Midori browser can't...
View ArticleMicroPython • Re: pico-to-pico via intenral router: accept () issue
Last night, I got both Picos to communicate with each other (SOMETIMES). Over the past few days, I have experimented with turning off the router firewalls -- this ASUS3100 has a firewall and it also...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
I get freezes with raspian and chromium but not with ubuntu and firefox. Both installed on different ssd connected via usb. I have random freezes for now with my OCZ Vertex 2 SATA 2 ssd (raspian &...
View ArticleTroubleshooting • Re: Raspberry Pi Zero v1.3 boot problems
moderators:Would it be appropriate to add a summary of this to the Boot Problems Sticky thread? :STICKY: Is your Pi not booting? (The Boot Problems Sticky)viewtopic.php?t=58151The third post there is...
View ArticleRaspberry Pi OS • Raspi OS 32 bit reports as 64 bit architecture
I'm one of the rare devs that like to use a Raspi with Pascal so I decided to use RaspiOS 32bit, CodeTyphon as IDE .... Downloaded the latest RaspiOS, and the CodeTyphon installer and... it failed.The...
View ArticleAdvanced users • Re: How to connect Schneider PLC to Raspberry Pi
Not sure what you're actually asking, but setting static IP addresses to devices should be very simple task to do. The next step on your plan, which is reading a sensor values to PLC using Raspberry...
View ArticleOff topic discussion • Re: Resistors - Which one and why...
https://en.wikipedia.org/wiki/ResistorStatistics: Posted by mahjongg — Sat Mar 23, 2024 4:51 pm
View ArticleSDK • Re: Random new CMAKE error
Are you working on Raspberry Pi, Linux or Windows ?If Windows, have you started VS Code or opened the Command Line Prompt via the Raspberry Pi specific links in the Start Menu or from the desktop ?Do...
View ArticleTroubleshooting • Re: Problem with Johnwill Monitor
I've inserted :video=HDMI-A-1:1360x768M@60Dvideo=HDMI-A-2:1360x768M@60Dat both the beginning and end of cmdline.txt.Now I get a black screen with white text saying :Running /scripts/local-premount ......
View ArticleOff topic discussion • Re: "Verify you are human"
I think we have increased the checking because we were being hammered by AI scraping bots. I think it was a million hits a day causing a 70% load on the server. Some mod actions went from taking up to...
View ArticleRaspberry Pi OS • Re: Raspi OS 32 bit reports as 64 bit architecture
Raspberry Pi OS 32-bit will use a 64-bit kernel + 32-bit userland on Pi 4/400/5.If you have a Pi 4/400 then you can force it to use the 32-bit kernel by adding arm_64bit=0 to the end of...
View ArticlePython • Re: Guizero on Raspberry Pi not working
Which model Pi?Which OS + version?Post full error message.Also command you tried to delete files + error message...Statistics: Posted by DirkS — Sat Mar 23, 2024 5:24 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
kde2lee64 is now listed!AOSP14 is also added for Rpi4 and Rpi5Great Thank youI have updated my version of KDE Plasma.My Linux setup Raspberry Pi 5 part 3. KDE Plasmahttps://youtu.be/dHi-iQI68zYRegards...
View ArticleTroubleshooting • Re: Expect wait or sleep not functioning
Wait is a completely different command in expect, it expects a pid as the argumentSleep should work.Statistics: Posted by pidd — Sat Mar 23, 2024 5:30 pm
View ArticleBeginners • Re: Ok, I screwed up immediately.
You don't need to format the card to a specific format, the Imager does all that for you so whatever Google told you was wrong.I suspect a bad SD card adapter on whatever device you are using the...
View Article