Interfacing (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 ArticleGeneral • Re: PICO 2 - Corrected version availability?
it's a fairly unique circumstance. And those that do can overcome it with a 10k resistor. Doesn't that lead to a fairly low impedance input?Statistics: Posted by lurk101 — Tue Sep 03, 2024 1:51 am
View ArticleNetworking and servers • Re: Why can't I connect to RSP 4 with SSH?
I found another solution online:sudo nano /etc/ssh/sshd_configSet UseDNS to noNow it seems that this problem does not occur again.Statistics: Posted by mywatermelon — Tue Sep 03, 2024 2:10 am
View ArticleGeneral • Re: Tiny USB question.
I found I was able to resolve the issue with adding pico_enable_stdio_uart(${projname} 0) to the cmake file.I now a happy Commodore 64 computer with Wireless USB mouse support. Statistics: Posted by...
View ArticleC/C++ • Re: Trying to cross-complie for Raspberry Pi Zero 2 w
I took a look at libstdc++.so.6 on the RPI Zero 2 w. It is linked to libstdc++.so.6.0.30 and if I look at the strings in that fileCode: $ strings libstdc++.so.6.0.30 | grep...
View ArticleGeneral discussion • Re: HDMI to Csi2 bridge using, Raspberry pi 4 and TC358743
Hi as i stated i am new to the pi and do not know how to utilise the csi interface built in, i didn't even know that was an available option and i understand when someone can/wishes to answer they...
View ArticleRaspberry Pi OS • Re: End of Support Dates?
Most (all?) of the official products have a statement of the expected production lifetime in tech specs or product brief. E.g.Pi 4B product brief: "Raspberry Pi 4 Model B will remain in production...
View ArticleBeginners • Re: OLED display to play video?
Tried a cvlc and mpv and no joy unfortunately. The actual framebuffer is working correctly. I just can't find a video player that will play to a one bit per pixel framebuffer. I guess this isn't...
View ArticleRaspberry Pi Connect • Routing Issues
I noticed in the forum that you all said that you changed the server routing from UK to Fremont California today. I am unable to remotely connect today as well. Also when I am in the dashboard it is...
View ArticleTroubleshooting • Running a 32bit app on piOS64
I’m having a bit of trouble running a 32bit app on piOS64 on a pi5 and was hoping someone could tell me where I’m going wrong, or put my out of my misery.The app in question is X32-Edit from Behringer...
View ArticleHATs and other add-ons • Re: Using a 5G sim with RPi5?
Here is a 5G HAT:https://www.waveshare.com/rm500u-cn-5g-hat.htmStatistics: Posted by ame — Wed Sep 04, 2024 1:39 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • For details on how the LAN LEDs are...
Thank you for visiting this topic. Please forgive the poor writing as I am posting this using a translation site.I am currently investigating the detailed meaning of what the LEDs on my Raspberry Pi's...
View ArticleTroubleshooting • Re: Running a 32bit app on piOS64
It's not something I've really played around with (running ARM 32 on 64), but I'd start with looking at the dynamic linking for your 32-bit binary with ldd. For example, and just using bash to get...
View ArticleGeneral • TinyUSB Host question
Hi Guys,I now have TinyUSB integrated in to my project and it's working great. I am able to detect mouse clicks and relative movement.The problem I am facing is, when mouse movement stops, TinyUSB...
View ArticleGeneral • Re: Pico W USB lockup
Ya, the PICO can be finicky at times. What I do is write to a log file then if there is an exception which causes the program to end, the try/except catch renames with an ERR_ prefix. This allows me...
View ArticleTroubleshooting • Re: Why are my 256GB SanDisk Ultra SD cards failing so often?
I found a page listing a very detailed testing procedure for detecting fakes. Using programs that run only on Windows. I am thinking about using the test when I buy a 32 TB microSD from China for...
View ArticleBare metal, Assembly language • Boot process, add vendor data and vendor code...
Can vendor data and vendor code or just data be added into spi eeprom? This is not replacing the bootcode binaries that are there already, but something that secures using the ARM processor the RPi...
View ArticleAdvanced users • Does the issue relating to slowdown while composite is...
I remember hearing that enabling composite video on the Pi 4 slowed down the entire system by some amount, is the same true of the Pi 5?Statistics: Posted by BarryTheQuokka — Wed Sep 04, 2024 11:47 pm
View ArticleSDK • Re: SD Card issue: SD Standard Capacity Memory Card unsupported
The 2.4.0 branch should still support SDSC. I say "should" because I don't have one to test with. Where can you buy one of those these days?Statistics: Posted by carlk3 — Wed Sep 04, 2024 11:51 pm
View ArticleGeneral • Re: Non blocking data logging on dual core system
...Whether FreeRTOS facilitates that, IDK. It would be failing to use a major strength of the RP2xxx if it did not.Sure, see Symmetric Multiprocessing (SMP) with FreeRTOS.Statistics: Posted by carlk3...
View Article