Raspberry Pi OS • Re: How do I get Freerdp 3.2.0 on my Raspberry (Bookworm)?
Debian is traditionally conservative in package releases Bit baffled as 3.1 is the latest listed on the site and I could not see a release number on GitHub. You can pull the code and build as per...
View ArticleRaspberry Pi OS • Re: Starting the Desktop after booting to CLI
In 2024, Debian Bullseye, Raspberry Pi OS, on a Raspberry Pi 5, starting to the CLI, what is the way to actually start wayfire, in either the foreground or the background via the CLI, and not from...
View ArticleGaming • Re: Using an arcade steering wheel
I appreciate the help. The wheel is free to rotate, no stops.I will have a closer look at the circuit board.Statistics: Posted by twnotter — Sat Feb 10, 2024 4:00 am
View ArticleCamera board • Re: camera start and stop
Actually I am working on the project where I have to detect playing card from backside and frontside both ,that number 1 to 10 ,Q,J,K and backside template so need connected two csi camera one for...
View ArticleCamera board • Camera module configuration
Hello, i am using a raspberry pi zero 2w, and an arducam 12mp imx708, and raspi 64bit full desktop OS. I am trying to configure the camera module with the raspi, but i cant get the board to detect the...
View ArticleTroubleshooting • Re: C++ fgets behaving very oddly on Bookworm
Hi,I could really use some help here.I have a C++ progrm that uses fgets to read messages (commands) out of a fifo. These commands tell the C++ program to do things with the GPIO pins (and potentially...
View ArticleSDK • Re: Where does the DMA time go?
The code doesn't look quite right - for WS2812B the official timings are 400ns high, 400ns data value, 450ns low (total 1250), so a 8:8:9 ratio. Your code has 2:4:3 - which no doubt works but isn't...
View ArticleSDK • Re: Problem with WS2812_Parallel example past 7 rows
If interested, I posted in another topic of mine some testing I've done with various signal testing, particularly timing:viewtopic.php?t=363045#p2192159Statistics: Posted by DanMan32 — Sun Feb 11,...
View ArticleCamera board • Re: Timelapse no header on second timestamp file
This doesn't directly answer your question, but take a look at this: https://github.com/eat-sleep-code/camera.timelapseIt will generate a timelapse video every 24 hours and can do it while...
View ArticleTroubleshooting • Re: Raspberry Pi 5 >> Deluge >> Port Issue...
https://forum.deluge-torrent.org/viewforum.php?f=7Statistics: Posted by memjr — Sun Feb 11, 2024 4:12 am
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
I noticed the guide says you need rules for when using Linux, so it could be similar for Windows. From the linked guide:Note: On Linux you must first install the PlatformIO permission rules for the...
View ArticleTroubleshooting • Re: Pi5 no green light anymore (red stays on so it results...
Looks like the board got damaged and a transistor (looks like one to me, could be something else) fell off.If the pi works fine, there is no reason to worry about it.Make sure you protect the...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
Ansible.Flash each card with an ssh key.Then ansible them all. At once, one by one, in batches, or however else you'd like.Statistics: Posted by memjr — Sun Feb 11, 2024 4:26 am
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
Thanks for your reply. Dont I need to run a script in C in the Pi4/5 to get the data and save it via USB?Option 1. The simplest Code: cat /dev/ttyACM0 >yourfile.datThen you need to run another...
View ArticlePython • Re: Issues building numpy wheel
Hi,I’m following the installation instructions for this project: https://github.com/dbieber/GoNoteGo/blo ... llation.mdFollowing on from previous advice this project is built for pi os buster python...
View ArticleTroubleshooting • look giving strange results
mike@RPI4b3:~> uname -aLinux MikesPI 6.1.0-rpi7-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linuxmike@RPI4b3:~> look --versionlook from util-linux...
View ArticleCompute Module • USE CM4 SDTV AND HDMEI ON SAME TIME
Hi team,I am using CM4 emmc version with buster os,Is it possible to use sdtv and hdmei on same time.If yes then what are the configuration required to do.RegardsAbhimanyuStatistics: Posted by...
View ArticleTroubleshooting • Re: look giving strange results
You should probably read the man page for look. That will answer your question.Statistics: Posted by ame — Sun Feb 11, 2024 5:35 am
View ArticleBeginners • Re: New User Suggestions
What other basic stuff yall use yours for?You may get some really off the wall answers... My uses are fairly simple. I have three Pi4Bs set up to run the backend of a convention registration system....
View ArticleRaspberry Pi OS • Removing exim4-base fails to remove systemd timer symlink
This is a removal issue with the package exim4-base. On install, PiOS automatically configures the systemd timer exim4-base.timer -> /lib/systemd/system/exim4-base.timer (something PiOS is quite...
View Article