Beginners • Re: How to permanently change hostname through file edits
Will check that out. Thanks.Really wish this stuff was more straight-forward.That's the problem with so many Linux distributions. They all do their own thing. So you pick one and learn that...
View ArticleBeginners • Re: Which version of RPI box d I need?
Possibly one of the Zero family.You may need to rethink the battery goal.Say you get the RPi and camera consuming 0.5 Amps. Thst is 2.5 Watts. 24 hours will need 60 Wh.If using a USB powerbank that...
View ArticlePython • Re: Entering digits without pressing "Enter'
HelloIt was quite a shock to login to the Forum today and find no trace of my question! I finally did a search for my "username" and found my post (and multiple responses) had been moved to the Python...
View ArticleGeneral discussion • Re: How to analyze if the output of adc is right or wrong
You're going to get slightly jittery results by relying on Python's time functions running on a Raspberry Pi. This is because Raspberry Pi OS isn't a real-time OS. It does its best to make the time...
View ArticleBeginners • Re: 32GB SD card shown at 256MB when plug into Windows PC
Use the SD card formatting tool from the SD association to revert to a default FAT/exFAT partition spanning the card.https://www.sdcard.org/downloads/formatter/If you use Raspberry Pi Imager, it'll...
View ArticleHATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case
I received with my M.2 NVMe HAT+ only one type of screws: eight black nylon screws. And also 4 black nylon holders and 4 metallic holders. However, I will buy M2.5 screws to replace the lost ones....
View ArticleGeneral discussion • Discount on multiple pi4 order?
Looking for US pricing on multiple Pi4 and POE hat- looking to buy between 35-100 units of each.Vilros who advertises “bulk” pricing says they can only sell at MSRP.Does anyone offer bulk...
View ArticleGeneral discussion • Re: Discount on multiple pi4 order?
Does anyone offer bulk discount?RPL have stated in the past that commercial/industrial users pay the same per unit as normal consumers so I'd interpret that as a no.Statistics: Posted by wildfire —...
View ArticleAdvanced users • Re: How can I disable the HDMI Ports on the RPi5
the frequency of the hdmi noise will depend on what resolution its running atSo the first 'sanity check' would be to change resolution and see if the detected noise frequency moves with that ?If it...
View ArticleBeginners • Re: What PI model should I choose?
Is phone charger NOT work at all (any why?) or it is BETTER to stay with known-good official power supply?Problems have arisen with some people using (phone) chargers, for the extra cost of an...
View ArticleSDK • Re: I'm curious why my sloppy code is actually smaller than optimized...
I'm not quite sure. To be honest, CLion is very powerful but I have not even begun to start tweaking it.I will definitely look into that as well. I need to know it anyway.Statistics: Posted by cbmeeks...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
Did also not succeed on large UDP telegrams in micropython. But did some tests with TCP socket. As TCP keeps track of sent packages, it should (best case) track packets end to end even through slow...
View ArticleGraphics, sound and multimedia • Re: Kdenlive on Pi 5
Snap sucks.Use Pi-Apps. https://pi-apps.io/install-app/install- ... pberry-pi/This version is newer, runs faster, and is updated more frequently than what you can get from snap.Any chance for us to...
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
i had some time before work so here it is...this is after making the reccomended edit to Code: /usr/lib/python3/dist-packages/RPi/GPIO __init__.pythe error report captured at bootup with redirects in...
View ArticleTroubleshooting • Re: Can't open docx files
On a recently-updated Raspberry Pi OS with Desktop system, if I right-click on a docx file, I get:For me, either double clicking, or clicking Open, or selecting 'Libre Office Writer' open the...
View ArticleGeneral discussion • Re: When will there be a Raspberry Pi with at least 16GB...
Thank you for the reply. I got in the terminal:[ 2217.974786] Out of memory: Killed process 3838 (soffice.bin) total-vm:8367244kB, anon-rss:7228112kB, file-rss:44kB, shmem-rss:7892kB, UID:1000...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
I use same init sequence than demo board. Demo board uses 1-line MIPI and My CM4 driver use also 1-line MIPI. Demo board MIPI data line not "travel" right like my CM4 MIPI data...
View ArticleTroubleshooting • xscreensaver will not start
Hello! I'm a fairly experienced pi user, and today I decided to install xscreensaver. However, it will not open. I installed it from the terminal on Debian 12.2.0-14. It will open as root but i am...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing a 8-bit Serial RGB Display
You're right - I didn't look at what was being encoded.Statistics: Posted by PhilE — Sat Jul 27, 2024 5:05 pm
View ArticleBeginners • Re: Changing Hostname after completing OS and app development
sudo hostnamectl set-hostname myhostnameStatistics: Posted by memjr — Sat Jul 27, 2024 5:09 pm
View Article