Raspberry Pi OS • Re: Raspberry Pi Imager doesn't set up LVM?
I have built a few of these little boxes, and never bothered to look into LVM as everything always gets shoved into /. The only reason I am bothering to look now is that it only expanded to 2TB....
View ArticleGeneral • Re: saving power when i'm only using pio
Wow THANK YOU all for your amazing suggestions and sample code! I'd seen most of those registers mentioned in the datasheet, but it was very helpful to see them used in context, and to get some...
View ArticleMedia centres • Re: Peppy player
I'm not sure if it's possible to disable context menu which shows up on mobile device after long press. I should probably think about alternative way - maybe double click?Usually I test the player...
View ArticlePython • Re: sending data to a google spreadheet from Raspi 5B
As mentioned above, I created a second Gist with "version 3" of the python script, sending data direct to the Google Apps Scripts script, which puts the received data into the Google Sheets...
View ArticleTroubleshooting • Re: unable to acces samba share
gimmie a few to get all them, I will re-itterate it only affects one computer looking at it, and then intermittentlyStatistics: Posted by haplo99 — Sun Apr 21, 2024 9:17 pm
View ArticleBeginners • Help for a network puzzle : how to see my esp32-cam connected on...
Hi everyone,I have a bit of a problem, I'm a newbie in networking.My setup : - Raspberry Pi 4 in my garage connected to Ethernet to my box with a long cable. This Pi is hosting Mainsail, with klipper...
View ArticleTroubleshooting • Re: Issues with Aluminium case for raspberry pi
I've had an identical experience with my alum case. I like it very much, but WiFi is completely blocked (AP is 3ft away). I bought the case from an official retailer and find it pretty shoddy that...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
I would think for many folks ,"home use" centers around a web browser and the underlying operating system really does not come into play that much.I am curious what "traditional" thing works better...
View ArticleNetworking and servers • Re: How to set correct Ethernet NIC
update.. Code: Settings for enx002427882917: Supported ports: [ TP MII ] Supported link modes: 10baseT/Half 10baseT/Full 100baseT/Half 100baseT/Full 1000baseT/Half 1000baseT/Full 2500baseT/Full...
View ArticleGeneral discussion • Re: Looking for a power bank for PI 5
Hey I'm looking to turn my pi 5 into a portable console for emulation and I'm a complete newbie to raspberry pi. I tried buying this power bank that was recommended on reddit but got hit with a low...
View ArticleGeneral • Re: Execute from SRAM
So the first way I tried is just calling the entry function just like any other c function: "ThirdStageMainFunc();". Maybe "jump" was the wrong term, but rather just a standard subroutine call. And...
View ArticleAutomation, sensing and robotics • Re: Run Function When Battery is Low
I think it would be best if I reach out to Waveshare for assistance with this. It's probably a safer option, as I wouldn't want to accidentally cause any damage. Thanks for the help!Statistics: Posted...
View ArticleGraphics, sound and multimedia • Re: Raspberry pi 5 camera green/pink
Are you using Raspberry Pi OS 64-bit with desktop (not RTOS) or something else?Statistics: Posted by neilgl — Sun Apr 21, 2024 10:57 pm
View ArticleOff topic discussion • Re: 4mm DAT drive on a Pi
Some are HP, some are Digital (TLZ06 and TLZ07). Since I worked for DEC at the time, guessing that they were written on a DEC TLZ-something drive.The 3 mail tapes are labeled as tar format. The...
View ArticleAdvanced users • Re: Why does the sd card copier require a desktop environment?
I know this nice tool and helped to get it working again on Bookworm So, this thread was more of a comment than a question?Statistics: Posted by scruss — Sun Apr 21, 2024 11:01 pm
View ArticleSDK • Re: Why isn't lock_owner_id_t declared volatile?
I get it. Thank you for the explanation.Statistics: Posted by phdussud — Mon Apr 22, 2024 9:45 pm
View ArticleCamera board • Re: Best Way to Stream Low-Res Over Network and Store High-Res...
Have you looked at section 9.3. Multiple outputs in the Picamer2 documentation https://datasheets.raspberrypi.com/came ... manual.pdf i.e. recording and network streaming.Statistics: Posted by neilgl...
View ArticleGeneral discussion • Re: ZERO - Add RW Storage when /boot and / are read only
I'm using a ZERO W. I have a project and would like to set the / and /boot RO for protection in the event of a power failure. However, I need a small amount of disk space for work logs and data.I...
View ArticleBare metal, Assembly language • Re: Raspberry Pi 5 JTAG configuration
Not sure whether bumping this thread was the right thing to do since it feels like I'm hijacking it, but on the other hand having two threads regarding the same subject on the same forum also felt...
View ArticleRaspberry Pi OS • Re: Setting static IP breaks TLS connections
Just for the record, problem solved :The problem wasn't about static vs DHCP configuration, but rather a fail2ban rule that added a local IP to the denied list (server side, not on the Pi5)It was...
View Article