Media 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 ArticleTroubleshooting • Re: fresh install bullseye on pi3, disable-bt causes sysrq;...
As @andrum99 indicates, compare with a new installation. In the more than 20 years that I use Linux I have done that several times unfortunately. It costs time, but after all we on this forum also...
View ArticlePortuguês • Usar o monitor na vertical.
No meu RPi4 uso o raspbian 11 (bullseye), na resolução de video de 1440x900, gostaria de usar o monitor na vertical, resolução de 900x1440, como fazer?Posso fazer isso com um comando, gostaria de...
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 ArticleGeneral • Re: TinyUSB Host question
Yeah, it's a massive field in itself.The way I've gone about it seems to work nicely. I just uploaded it to my C64 (using the Pico as the USB handler) and it works great. Clicking while dragging...
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 ArticleGeneral • Re: Continues SPI transfer
It's not really clear to me what the word its refers to in this sentence: "This is because the slave select pin freezes the data in its serial peripheral register and does not permit it to be altered...
View ArticleSDK • Re: RP2350: systick gotcha - FYI
Correct hence the codeCode: #define shortpause(a){systick_hw->cvr=0;(void)systick_hw->cvr;while(systick_hw->cvr>a){};}Though perhaps my explanation was lacking/missing Statistics: Posted...
View ArticleHATs and other add-ons • Re: Using a 5G sim with RPi5?
If you want a HAT then buy a HAT. Essentially 4G/5G mobile modules on the market mostly have a mini-PCI-e or M.2 connector. Some interface board is needed, easiest is USB. I have an older 4G...
View Article