Advanced users • Re: Argon One Replacement Daemon
UPDATE:: The new changes to the build system are now merged into 0.5.x I've also decided to not depreciate the argonone-cli tool at least for now in 0.5.xStatistics: Posted by DarkElvenAngel — Thu Mar...
View ArticleCamera board • Re: HQ camera night vision
Those tiny little IR illuminators will do very little beyond probably 1m.I've used them with a Pi2B set up as a camera trap with a Camera Module v2.1 NoIR, and a pair of them gave me roughly a 4 metre...
View ArticleGeneral discussion • Re: How to enable RTC support on Pi OS for Pi 5?
I was under the impression that the Pi5 RTC is in the PMIC. (Which is consistent with the location of the battery attachment point.)yeah, its part of the PMIC, which responds on 2 different i2c...
View ArticleGraphics, sound and multimedia • Re: What's the best way to connect a...
I'm working on a raspberry pi tablet. It has a CM4 a custom breakout board and an LCD panel (haven't tested touch yet).Datasheet of the LCD panel I'm currently using:...
View ArticleBeginners • Re: Hekp needed with a shell sript
what does this directly have to do with an rpi ?Especially as an internet search will turn up multiple results.It seems to be OK. I wouldn't worry about it.I see lots of "language-specific" posts on...
View ArticleRaspberry Pi OS • Re: "Received client request to flush runtime...
I'd guess your disc is pretty full?I'm curious how bookworm is showing Raspbian instead of Debian?Statistics: Posted by pidd — Fri Mar 15, 2024 1:18 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: TC358762XBG - MIPI DBI Type B
Hi,Thank you for your answer. I see, using the bridge driver makes more sense.I cannot find anything else in the datasheet related to set the output mode as you say, so I think it only should be...
View ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
I installed what assume is an unofficial version of speediest-cli from here: https://github.com/sivel/speedtest-cliNote particularly the Inconsistency notes at the bottom of the page.I used pip to...
View ArticleAdvanced users • Re: Disabling WiFi, Bluetooth and USB on RPI 5 running...
What did you try?Statistics: Posted by DirkS — Fri Mar 15, 2024 1:44 am
View ArticleGeneral discussion • Re: Datetime Code Not Working
Could you at least give me an example? I'm new to python.Could you at least give me an example, please?You obviously missed the subtle hints about how to ask for help. You also missed the suggestions...
View ArticleGeneral discussion • Re: Pi 5 USB 3.0 Speed Issues?
Show me 5 runs on each of Pi 4 and Pi 5 - there's not a huge difference between the single run on the Pi5 and the single run on the Pi 4 that you posted.I encourage others to validify the claims I am...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Troubleshooting
When I look for the the EEPROM recovery tool in the utilities section of the RPI imager I don't see one for the RPI 5, am I missing something, all I see is tools to change to network boot, usb boot,...
View ArticleBeginners • Re: Can I run different things at the same time on a Pi 5?
Absolutely, running multiple applications shouldn't be a problem.. It might be a good idea though to keep an eye on the usage (Not trying to put you off but, just worth keeping an eye on if you are...
View ArticleBeginners • Re: Mount network paths fstab
You appear to falling into the same trap as another user on here, it is //server/share when using cifs.Where are you mounting from ? and what is the share name ?This is not exactly correct, it is...
View ArticleC/C++ • Re: Hard time getting started
In the Windows world, I am a real fan of C++Builder. There is really nothing like it to get fancy stuff done quickly. However, there is never, never, ever any reason to use cout or printf. Instead, I...
View ArticleAdvanced users • Re: Testing class A2 cards with Command Queuing on Pi 5
I tested it with 3 cards, a 64GB SanDisk Ultra, a 64GB SanDisk Extreme A2, and a 16GB SanDisk Ultra card.My 64GB SanDisk Ultra failed the random I/O. It is an old card that I have had around here for...
View ArticleHATs and other add-ons • Re: Pcie board for pi 5 coming?
FWIW, I've had no problems with PCIe some PCIe packet switches, PCIe SATA cards, and a VL805 based PCIe USB card. I've no reason to exspect those won't work with a Pi 5.just keep in mind, the pi5...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing "A030VAN03.0"...
Hi,Thank you for your reply. As I mentioned I am using a external MCU for doing the SPI initialization. I am not that experienced with doing SPI through Linux, so I just send the commands with a MCU...
View ArticleNetworking and servers • Configure DHCP server on Raspberry OS
Hello.I try to create a Hotspot with Pi-hole on my Raspberry Pi 4b (Raspberry OS ).The issue is that when I create Hotspot with GUI it automatically starts dnsmasq on port 53 and Pi-hole can't work...
View ArticleC/C++ • Re: Boost provides free peer-reviewed portable C++ source libraries.
Boost libraries are mostly header only libraries.At several places in boost documentation it is stated to compile with optimization (because of that).What I typically do is to compile with "-Wall...
View Article