Camera board • Re: Would I be able to control X imaging sensor?
If there is a driver for it in the kernel tree then as long as the HW interface is correct, it should work.Statistics: Posted by jamesh — Tue Nov 26, 2024 11:57 am
View ArticleBeginners • Re: Best NAS Software
Happy to put the effort in to build something but once built, I like ease of use. That's what I did with my "NAS". I set it up around 20 years ago with NFS on an old laptop. Later I added Samba for my...
View ArticleBeginners • Re: Largest touch screen with rpi4?
Hanspree do bigger HDMI ones with touchscreens, they seem to work fine.For completeness, we have a number of Hannspree HT225 22.5" inch HDMI touchscreens here, but they do up to a 27" one.Statistics:...
View ArticleGeneral discussion • Re: How to Mount point Seagate Drive for RP5
[shameless self promotion]STICKY: Using fstab A Beginner's Guide[/shameless self promotion]Age doesn't matter as much as format and power requirements.Max 1.6A current available shared between all...
View ArticleMicroPython • Re: Modify date on an LCD clock with RTC module 1307
To find a date in the future there is the 'usual' solution with python datetime module. Which is not available on micropython.What could be done, brute force approach:- build an array of...
View ArticleRaspberry Pi Connect • Re: Screen Sharing high latency Raspberry 5 headless
From the padlock icon in your screen sharing window, can you tell what sort of peer-to-peer connection has been established?The exact type of connection established is decided by a combination of your...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Shorter FPC Camera cable for RPI 5 Camera...
Is there a shorter cable than 200mm for the RPI 5 camera module V3? When I fold the cable, the camera is not detected. I need it to be ~150mm to fit in my enclosure.Statistics: Posted by sandman2412 —...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
i2c-10 would normally be on GPIOs 44&45.Prove your wiring by attaching an oscilloscope to those 2 GPIOs, and using "pinctrl set 44,45 op dh", and "pinctrl set 44,45 op dl" to set it high and low...
View ArticleCompute Module • RPi5: USB-C support
I was interested to see the all brand new RPi5 compute module, however the carrier board has USB3, USBmicro and HDMI connections.Isn't everything USB-C these days (EU legislation etc.)?I found the...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
You mention using Webmin and PuTTY and we can see from your screenshots that you have run "rpi-connect on" and "rpi-connect signin" successfully but have you enabled user-lingering so the Connect...
View ArticleRaspberry Pi Connect • Re: RPI5 No Screen Sharing, No Remote Shell
Can you please try running the "rpi-connect doctor" command added in rpi-connect 2.1.0 to see if it is able to communicate with the necessary APIs?Statistics: Posted by paulmu — Wed Nov 27, 2024 12:09...
View ArticleCompute Module • Re: RPi5: USB-C support
For power, not for data.The CM5 IO board is powered by USB-C.It has USB type A for the USB 3 data sockets (like all previous Pi's).Statistics: Posted by dom — Wed Nov 27, 2024 12:11 pm
View ArticleGeneral discussion • Where to make requests for Raspberry PI OS?
More specifically I'm looking to have the Intel wifi "iwlwifi" kernel module added to the default kernel build so I don't have to manually build my own kernel every time a new kernel build is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Shorter FPC Camera cable for RPI 5...
I believe these are suitable...https://www.arducam.com/product/arducam ... pack-of-3/https://shop.pimoroni.com/products/came ... 2803891283Statistics: Posted by gordon77 — Wed Nov 27, 2024 12:13 pm
View ArticleRaspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0
Sorry now realised you replicated with a lite image... You said:"System reboots and physical console (on monitor) shows ready to login."But, with a lite image by default it boots to console... So it...
View ArticleCompute Module • CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
Lot of existing CM4 boards may work with CM5 as is, however the CAM0/DISP0 changed into USB 3.0. Would straight wiring from the CAM/DISP FPC into usb 3.0 socket (possibly with some passives if needed)...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Code: ubu@raspberrypi:~ $ sudo rpi-update next *** Raspberry Pi firmware updater by Hexxeh, enhanced by AndrewS and Dom *** Performing self-update *** Relaunching after update *** Raspberry Pi...
View ArticleCompute Module • Re: Serious Mistake in CM5 IO Product Brief
Hi Helen,We are already looking into this.Statistics: Posted by jamesh — Thu Nov 28, 2024 11:33 am
View ArticleCompute Module • Re: CM5 RAM Options – Is 16GB Coming?
it is not the only one, I see 16GB RAM models elsewhere too. As all CM5 variants are out of stock there, it probably doesn't matter how long the list of out of stock models is.Statistics: Posted by...
View ArticleTroubleshooting • Re: Fried Pi?
For future reference: 1) Never shut a Raspberry Pi down by simply unplugging it!2) You do not need a gui shutdown button to shut it down.Just launch a terminal and type the following in, and hit...
View Article