General discussion • Re: New Raspberry Pi Products
I don't expect Pi prices to go up in the States as the tariffs are primarily targeted at countries who are related to human trafficking and illegal drug smuggling.That wasn't the case last time, and...
View ArticleBeginners • Re: Low USB trumb disk speed
Which USB port are you using?Is it blue?yes, it is blueStatistics: Posted by David16962 — Mon Dec 30, 2024 12:39 am
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Since the Pico's arrival I've tried running C++ Advent of Code solutions on it. This year it gets more interesting with the addition of the Pico 2. These solutions are single threaded pure CPU and...
View ArticleCamera board • Re: IMX219 4-Lane
We have succeeded in operating IMX219 in 4 lane mode on our own camera board.(But incorrect frame rate at that moment.)viewtopic.php?t=306964&start=50In 2 lane connection case, I saw "Black image"...
View ArticleAdvanced users • Re: Image File Utilities
Is there anything special about writing backups to nfs-mounted drives? I had been writing backups to an external drive shared from my Mac using cifs, but that stopped working, so I decided to try a...
View ArticleTroubleshooting • Re: Pi 5 no longer has functioning wifi after latest update
In the process of rebuilding system. Wifi works like it should now i have a different problem......Statistics: Posted by penciltester — Mon Dec 30, 2024 1:26 am
View ArticleTroubleshooting • Bluetooth disconnects everytime kodi launches. Forgot fix,...
Just rebuilt system after a faulty/failed update screwed my wifi. Wifi works great now. But now my bluetooth speaker drops everytime kodi launches. I remember this being an issue before but i cant for...
View ArticleCamera board • Re: Plot raw files by OpenCV?
which Pi and how did you capture them ?Pi4B and with the latest Bookwarm 64bit OS, and have a SAMSUNG SSD attached via the USB2.0 port. Thanks!Code: rpicam-raw -t 10000 --mode 4056:3040:12:U --segment...
View ArticleTroubleshooting • Re: Bluetooth disconnects everytime kodi launches. Forgot...
Okay, the answer is in the media center forum and the answer is launch kodi from this directory usr/lib/aarch64-linux-gnu/kodiYour good to go.Statistics: Posted by penciltester — Mon Dec 30, 2024 2:49...
View ArticleAI Camera - IMX500 • crontab -e makes me lose control
Dear Sirs,I would like to run the application in Raspberry PI startup.I write below into a script, and I write into the "crontab -e" command.[the script run in booting]#!/bin/bashrpicam-hello -t 0s...
View ArticleGeneral • Re: Multicore optimisations and memory use
One, find one of those memory map charts -- per core stack space is limited. Big data structures should be in the heap area. But I don't think you have a stack problem.Second, if you don't use...
View ArticleRaspberry Pi OS • Re: Is it safe and possible to by-pass apt dependence check?
What/how to install 2.0.11-1.2+deb12u1? You already have it:Code: apt-cache policy mosquittomosquitto: Installed: 2.0.11-1.2+deb12u1 Candidate: 2.0.11-1.2+deb12u1 Version table: *** 2.0.11-1.2+deb12u1...
View ArticleGraphics programming • Re: SSD1306 eating my fonts!
Your function to write a string just writes the data for one page, where a page is 8 pixels high. If you want to draw a 16 pixel high font then you need to write the string twice, first sending the...
View ArticleBeginners • Re: PINN
I think it is just you, unless there isn't a lot of room for your OS to write to during use.+1What Bensimmo said.There is no practical difference between the OSes installed by PINN and their...
View ArticleOfficial Display • Re: Black Raspberry Pi Monitor - When?
I am waiting for a a black Raspberry Pi Monitor, which are due to be available in 2025.Has there been any indications as to when in 2025 these will be available?The only even semi-official comments...
View ArticleAutomation, sensing and robotics • Re: Pi 5 with DVR8825 with very low NEMA...
Thanks for the reply, I am sorry, being new to the board, I should have enclosed the code with the proper tag.As for the issue, I have read the documentation on the dvr8825, and all points to a vref...
View ArticleSDK • Cmake is throwing warnings
Hello everyone, Not sure what I did this time but I've got this message after each compile command Code: [build] <command-line>: warning: ISO C99 requires whitespace after the macro nameKnowing...
View ArticleOff topic discussion • Re: Attracted by the narrative of good
The best documentation I've ever encountered is that for the BBC Micro. My first commercial venture was writing some stock control software for a shop which had just got into renting out videos. VHS...
View ArticleGeneral discussion • Re: MotionEye OS No way to get network work in a Pi 3B+
It seems that is not a MotionEye issue.I used 5 different miscroSD cards.3 of them with Bookworm worked perfectly, system loaded and connected via SSH.The other 2 with 2 attempts: MotionEyeOS image...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
There seem to be a lot of people who want to have the largest and/or fastest storage possible, regardless of whether that makes sense or not.So ignorance and marketing of NVMe to x86 PC users then? Or...
View Article