Camera board • Re: GMSL2 (MAX96714 & MAX96717) video stream problem.
I've quickly resurrected my FPDLink branch, ported to 6.12, and pushed it to https://github.com/6by9/linux/tree/rpi-6.12.y-fpdlinklibcamera does detect the cameras, but in the same way you're seeing,...
View ArticleBeginners • Re: Which document editing tool is better?
Its sad that "some folks" hold a glorified line editor that requires flipping between editing and other modes to do anything as superior to the one true creation editor that has significant...
View ArticleOther projects • Re: Very simple DTMF dialer
If you can't find an old modem you can buy a "new" one:https://www.aliexpress.com/item/1005007137137398.htmlNot sure how well they'll work with a Pi, probably not at all with a Pico.Any modem with a...
View ArticleBeginners • Re: Installing software with Pi Imager. 'No storage devices found'
So, as I understand, each raspberry Pi can only perform one task (such as games console or media player)?No, that's not quite correct. Let me try to explain in simple terms (with some generalisions...
View ArticleGeneral • Re: ADC creapage on the RP235X
But what happens when the ADC input pin is connected to a resistive divider between Vref and ground?Statistics: Posted by jdb — Fri Nov 22, 2024 1:44 pm
View ArticlePython • Re: Failed to build wheel for...
Recheck the previous messages and you will see you did not answer the question that was asked.If the answer is yes, people can move on and look for other ideas for a fix.If the answer is no, you...
View ArticleGeneral • Re: RP2* engineering modules?
I like open hardware well enough, but open software is a must-have in a development platform. So I guess for now if I need something much smaller than a Pico-W, then I'll stick with ESP32. If it ever...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4 model B external I2S...
Hello!!!I have completed the device tree overlay of the max98090 audio codec. I also got the widgets in the taskbar and audio card created. I'm posting the code here.Thank you @aBUGSworstnightmare for...
View ArticleOther • Re: Windows ARM64 release?
I can't understand how/why this could possibly be termed an "interesting exercise".People run Windows because they have to, not because they want to or choose to.In my case, I ran Windows (on at least...
View ArticleBeginners • Re: Powering several devices at once?
Don't see any of your pics on my tablet (but might be an issue on my end), but why not simply use a meanwell power supply i.e.? If you think you'll need 12V fans then buy a PSU which has 5V/12V...
View ArticleBeginners • Re: What's wrong with few OSes in Raspberry pi?
Not all are optimised for Pi/ARM.It is getting better as the Videocore GPU is now well supported by Mesa3D and the Pi is supported in the mainstream Kernel.The Raspberry Pi OS is tweaked better.Not...
View ArticleNetworking and servers • Re: Deskflow - sharing mouse and keyboard across...
Doesn't work w/o upgrading to X11, which is why i'm in this mess.Fixed it for you. No charge.Nah, you didn't fix shit, as that'd be "broken for good". i want better performance than rpi4 now has, and...
View ArticleCamera board • Re: using pi5 camera with github apps for video
for information, I just succeeded in using rpicam_vid API for capturing real time video, with a "little help of my friend".I tested at different fps 15fps to 120fps (512*384 spatial resolution)....
View ArticleBeginners • Re: raspi5 - VNC on OS Lite versions do not work
I have no experience in Linux but i think the Pi OS Lite versions are missing some library packs related to VNC. Probably Wayvnc. But no idea.It is clear to me that raspberrypi team have no delivered...
View ArticleGeneral • Re: Pico not working on startup - LED flashing
Normal PicoStatistics: Posted by crispybacon999 — Sun Nov 24, 2024 1:38 pm
View ArticleRaspberry Pi OS • Re: Autostart with labwc
@thagrol very unfortunate to hear you have been receiving negative responses. Am not sure where I would go otherwise for this content: yours is the only document / tutorial that I have found to...
View ArticleAdvanced users • Re: RAID 1 (mirror) with two NVMe
1) the bootfs has to be RAID 1 with 0.90 metadata. This way, the firmware "sees" no difference compared with a non-RAID rootfs. Other partitions can use 1.2 metadata and RAID1 or RAID 10 (also...
View ArticleBeginners • Re: How to do Peripheral Pin Select?
I conclude at this moment, for Rasp Pi4B,In file /boot/firmware/config.txt under section [all]:Code:...
View ArticleSDK • Re: error: cannot convert 'void (RCOMM::*)()' to 'irq_handler_t'
One of the big things about C and C++ is scoping. C is mostly a proxy system, but this is optional. Many optimizations rely on the programmer to properly define independent sections of logic. The...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
I do not understand what about you are discussed here.Mine W-2023 boards starded working right out of the box without any manipulations with FW reflashing:all .py examples from mega archive works...
View Article