Troubleshooting • Re: Why are my 256GB SanDisk Ultra SD cards failing so often?
your cards may be vulnerable to premature wear from small writesThe common write speed of V30 is based on big writes. For small writes, you need A1 or A2 cards. When the video does one big write, the...
View ArticleBeginners • Re: Allowing Pi to boot even if HDMI monitor is turned off or...
Is there anything equivalent for the Pi5? I gather that the file has been moved to /boot/firmware/config.txt. I'm reluctant to change the file in case I do something that stops the Pi from booting,...
View ArticleGeneral • Re: What limits maximum external clock freq on GPIN0/1?
You got a good chip. Now buy 10000000 more. Tell me how many work? At 50 MHz the number is likely 90-99 percent of them will. Above that maybe 75, 50, 25, etc. percent?That's exactly it. It's the...
View ArticleOff topic discussion • Re: thiney "micro" cheap Boards with...
HiI want put at home some Sensors in the House to measure different thinks and I believe in the Power of Ethernet. A Wire is a Wire. Ok ok theoretically a Bus System could be a solution to but I have...
View ArticleMedia centres • need help regarding libreELEC
While booting libre elec from sdcard i am getting some error( failed to start ). I am using pi 3a+, can someone guide me what to do.Statistics: Posted by shiv22 — Tue Sep 03, 2024 4:00 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Power on 2 pi's with 1 switch
Use a double pole switch/button?Common grounds to Pi, one pole to each Pi in their +ve line.Oh, and about the only way you'll get 10 volts is if you connect the two outputs in series: +ve of first...
View ArticleRaspberry Pi OS • Bullseye Update 32-bit - perl: warning: Setting locale failed.
All,Tonight's update on 32-bit Bullseye on a Pi Zero 2 W produces several warnings related to language settings that seems to mismatch US and GB language files. The curious output from the update...
View ArticleRaspberry Pi OS • Re: Bullseye Update 32-bit - perl: warning: Setting locale...
LC_CTYPE is only for character handling, not overall language, it affects things like case switching. Its not recommended to set LANG and CTYPE to different languages.Statistics: Posted by pidd — Tue...
View ArticleBare metal, Assembly language • Visual Studio Code for Bare Metal
I spent some time integrating bare metal Raspberry Pi development support into Visual Studio Code and wrote up a how-to guide. I was quite happy with how it turned out and am using it as my default...
View ArticleTroubleshooting • Re: unable to connect some times
So i have the official USB power supply did some reading / google found similar issuesadd to this, I had it running centos 7 for 2 years no issuestarted when i install pi os.But I also mount part of...
View ArticleGeneral discussion • how can we use raspberrry pi as a dash cam
hello everyonei want to ask you about how to use raspberry pi as a dash camthanksStatistics: Posted by oliver7373 — Tue Sep 03, 2024 5:28 am
View ArticleMicroPython • Re: MicroPython - PIO2 not working
From what I've seen, the integration of RP2350 is still ongoing, and some features are still being worked on in the related PR. If I understand correctly, changes to the PIO code were committed only...
View ArticleGeneral discussion • Re: how can we use raspberrry pi as a dash cam
hello everyonei want to ask you about how to use raspberry pi as a dash camthankshttps://www.google.com/search?q=how%20t ... dash%20camStatistics: Posted by ame — Tue Sep 03, 2024 5:37 am
View ArticleGeneral • Re: TinyUSB Host question
Someone did a mouse HID with absolute mouse positioning with an Arduino / AVR:https://github.com/jonathanedgecombe/absmouseIn that project, the X and Y is no longer declared as relative positions in...
View ArticleOther projects • Re: Adapting a daemon to Docker.
Better explained by Jérôme Petazzoni who had excellent articles about Docker: https://jpetazzo.github.io/2020/02/01/q ... es-part-1/Just start a single instance of an executable in the foreground and...
View ArticleRaspberry Pi OS • Re: Wayland - Wayfire window placement not working on dual...
So, going back to my original question, does anyone know if there are plans to provide window stretching or window placement over two monitors "out of the box" in wayfire? I mean, I am sure that there...
View ArticleNetworking and servers • Re: Why can't I connect to RSP 4 with SSH?
Set UseDNS to noStrange. The default for upstream sshd is to have UseDNS already set to 'no'. It is the same for what is on Bookworm:Code: $ sudo /usr/sbin/sshd -T | sort | grep usednsusedns no$...
View ArticleTroubleshooting • Re: Running a 32bit app on piOS64
Ok, I thought I'd try something quickly. This was on a mostly default install of Raspios 12 Full 64-bit on a Pi4B, that I'd never knowingly tried to install or run armhf binaries on in the past. After...
View ArticleSDK • Re: Overclocking the Pico 2 seems to work as well as the original Pico
yep ... pushed it a little bit more, to 636 MHz, stable at first try ... viewtopic.php?t=375975Statistics: Posted by gmx — Wed Sep 04, 2024 4:24 am
View ArticleTroubleshooting • Re: Microcontroller-based HID keyboard gives random inputs...
You could put some capacitors on the Pico, near the power input to the board. Something like a 100μF electrolytic and 0.1μF ceramic in parallel, or whatever you have in your junk box.Statistics:...
View Article