General discussion • Re: Programming six RPis to automatically take a photo...
All very doable. I take a picture of my waterfront and upload it to a web site every 20 minutes sunrise to sunset.You didn't say if you wanted to do this in a programming language or something like a...
View ArticleBeginners • Re: Help Choosing the Right Raspberry Pi Zero for My LCD Screen
One observation is that the ZERO only has 512MB of memory. Personally I run ZERO with a 32bit OS that is headless (lite). If you do find out what make the LCD screen is, you may want to consider a...
View ArticleAdvanced users • Re: Image File Utilities
How much time should it take to make a backup img? I am running it since last 10 minutes my system size is around 5700 MB It depends on the model of the Raspberry Pi, the speed of the media that the...
View ArticleBare metal, Assembly language • Raspberry pi 4 Ethernet
Hi all,I am trying to use Ethernet on raspberry pi 400.How is the Ethernet controller connected to the SOC? Is it via gpio or usb or pci or what else?I have been through Linux, openbsd and uboot...
View ArticleTroubleshooting • Re: Ssh problem
if you run "ifconfig -a" on the rpi, what IP does it list?Statistics: Posted by cleverca22 — Tue Apr 23, 2024 12:54 am
View ArticleTroubleshooting • Re: New Raspberr Pi 5 runs hot compared to different RP5
That doesn't seem too hot. I have a Pi 5 here, with a small heatsink on, no active cooler, and it is idling around 55-56.not sure if its the cause here, but one of my pi-zero's had an accident, where...
View ArticleGraphics, sound and multimedia • Re: Raspberry pi 5 camera green/pink
Cant say my journey into the land of raspberry pi has been the best thus far. I am hoping that it will get better at some point. Some background information:1. Bought a shutter camera where everything...
View ArticleBeginners • Re: Module Error
Both python3-opencv and python3-picamera2 are available for RasPiOS Bookworm as debian packages, and can be installed via apt. You don't need a python virtual environment to install or use them.There...
View ArticleStaffroom, classroom and projects • Re: Using a Pi to complete Web-based...
Pi Zero hasn't got a network interface and doesn't have the memory to run a browser very well.Pi Zero 2W has got wireless so your "alternate system" needs a wireless access point.If the webpage is...
View ArticlePidora / Fedora • Re: F40
does 40-spin is lxqt-2.0 by default?Statistics: Posted by cjan — Wed Apr 24, 2024 12:39 am
View ArticleAdvanced users • Re: Argon One Replacement Daemon
Good progress - well done.The power button is strange. I have it jumpered it to ignore, but if I can use it to shut down and power off, but I need to remove the power, wait and the add the power to...
View ArticleCompute Module • Can I implement USB OTG and use a Type C connector on my CM4...
Hello,I am currently engaged in the design of a CM4 carrier board and I have a query regarding the implementation of USB OTG. From my understanding, the OTG pin determines whether the Pi functions as...
View ArticleGaming • Re: 10 Games for Raspberry Pi
I could make games that are the lovechild of SNES/Genesis/PSX for free with source code in a totally unique powerful language with all the tools to do it? Man if I was 13 again, I would be all over...
View ArticleGeneral discussion • Re: Are we just imitating replicators (hear me out)
And the relation to the pi is...This should probably be in off topic.Or a post to place bets to which/when Pi's becomes "alive".Pi6, Pi7?Statistics: Posted by Gavinmc42 — Wed Apr 24, 2024 1:53 am
View ArticleBeginners • RPI 3+ realVNC connection issue
Hello everyone,complete newbie here. We are going through the setting up of a PI3+ board for a Freenove project with my son.We managed to go through the first steps pretty easily, installing the OS...
View ArticleAdvanced users • Re: Virtualisation on RaPi5
I´ve finally found the solution. It was very simple but I had to look lots of different threads so I´m summarizing here a step by step procedure in order to get a Rasperry PI5 (bookworm 64 bit OS)...
View ArticleGeneral discussion • reading duration of a signal using PIGPIO
I have a device that continuously sends the signal of different pulse widths. I am trying to read those pulse duration and build my logic to further implement it. It is a synchronous signal. I am...
View ArticleGeneral discussion • Apple iAP2 Support
Dear sir,We plan to use RP2040 to develop an audio dongle product for iPhone (for both USB-C and Lighting interface).We would like to know if the RP2040 supports iAP2? Or we need to implement by...
View ArticleBeginners • USB cooling with thermostat for raspberry 4/5 cluster
I have a cluster of 8 Pi 4s and 5s that I have run many projects on but I have never done anything with any HATs or other pluggable hardware.Last year I had to move the cluster to my garage which gets...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
What's wrong with using dd? No GUI required.Statistics: Posted by ame — Wed Apr 24, 2024 3:05 am
View Article