Raspberry Pi Connect • Support for file transfer
Hi,I thinking of switch from RealVNC to Rpi-connect for remote connection to embedded rpi.I use file transfer ability of realvnc to try executable file on field rpi to debug it.Is a planned feature to...
View ArticleTroubleshooting • Re: Send IR Command LIRC
Hi Guys, sorry if I didn't continue the conversation. I decided to do it all again. I leave you all the steps I followed.I'm working on a project and I would like to use Lirc to control my hi-fi...
View ArticleGraphics, sound and multimedia • Re: Pi4 KMS HDMI resolution
pastebinit not installed and Pi can not be connected to Internet to install package. hdmi_timings has been used for several other displays to set a non standard resolution.Code: System...
View ArticleDevice Tree • Re: RPi4 is unable to detect the LUCID camera while the UART...
To help we will need a LOT more information. What is a LUCID camera? What OS are you using? What errors are you seeing?Statistics: Posted by jamesh — Tue Jun 25, 2024 11:10 am
View ArticleGeneral discussion • Re: Screen blanking from Bash
You should be able to use 'ddcutil' (sudo apt install ddcutil) from a cron job for that purpose.Code: ddcutil setvcp d6 5 # OFFddcutil setvcp d6 1 # ONvalues can varry (but is usually 5 for OFF) so...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Hi and thanks for the great work! I have a mayor issue which is driving me nuts. It wont boot.After the raspberry pi splash screen the screen goes black and says no signal. I have the correct...
View ArticleBeginners • Re: Button to turn on pi but not turn off.
Guys,Very interesting detail above but a supplemental question please ...From my early brushes with Unix then later with Linux I have always added the "-h" option as in:Code: sudo shutdown -h nowGiven...
View ArticleGeneral • Re: pico too slow to read bits from dht22 ?
The default DHT driver for MicroPython appears to be:https://github.com/micropython/micropyt ... /dht/dht.cand it uses mp_hal_quiet_timing_enter() etc calls which can be found...
View ArticleAdvanced users • Re: RPi 5 USB-C overvoltage protection
Knowing why they need to know, or use case, is the difference between a "don't worry about it, you're good" answer and "Yup, you need to worry about it, here are a few different ways to deal with...
View ArticleBeginners • Re: Request for Raspberry Pi 5 Datasheets, Peripheral...
Yocto: kirkstone branchThat dates to 2022 so it probably won't have the latest Linux drivers that are Pi5 specific.scarthgap (5.0) is based on 6.6, that might be a better starting point.Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi,finally my custom board has started to operate. The image is really quite nice.However we notice a strange phenomenon : for 3-4 tries 1 time (after power-up the system) we got an image completely...
View ArticleTroubleshooting • Re: White screen with just Waste basket showing
So, you ended up starting over from scratch, as I had mentioned as the easiest way to get back to working.So, no real indication of what the actual problem had been.Statistics: Posted by BigRedMailbox...
View ArticleCamera board • Re: Suppot for OV2311
Docs for the various luma only formats - https://www.kernel.org/doc/html/latest/ ... -luma.htmlI tend to use Vooya on an x86 Ubuntu system to view images as that is my normal development system.GREY...
View ArticleTroubleshooting • Re: Bookworm EDID Troubles
If the diagnostic screen shows edid is valid, why do you need to supply an edid from a file?(Just to confirm, did it also report HPD=1?)Can you remove any display specific settings from...
View ArticleTroubleshooting • Raspberry pi 4 not booting and shorting USBC
Hey there!My Raspberry pi 4B does not boot, only a very faint red LED.It also gets hot around the usb c and when i plug it into my computer i constantly get dmesg errors saying: over-current...
View ArticleGaming • Re: windows 98 on pi zero 2w with dosbox-x
It has become established policy on this board to just pooh-pooh any suggestion of running that other OS.So, you just have to accept that as reality.By the way, I can think of a truckload of reasons...
View ArticleTroubleshooting • Re: 3B+ different boards?
Hopefully James [Raspberry Pi Engineer & Forum Moderator] finds one in his office, or sees one during a coffee break.In lieu of that, I would follow the first link, (handily posted by Jamesh) in...
View ArticleNetworking and servers • Re: Nginx always redirects to https
At this point I deleted Code: network_mode: host in both containers and curl exception disappeared. But still it redirects me to ssl. I tried also using ssl from letscrypt and domain from duckdns.org...
View ArticleRaspberry Pi Connect • Re: Set up RPi connect on RPI5 with bookworm --ALL...
If you're only looking to use screen sharing and want it to work after a reboot, you'll need to enable desktop auto-login so it automatically brings up your desktop as your desired user.Of course,...
View ArticleHATs and other add-ons • Re: M.2+ Hat nvme not being recognized.
I thought the raspberry pi HAT overcame whatever issues the earlier released third party boards had, because the raspberry pi documentation says :-The M.2 HAT+ adapter board converts between the PCIe...
View Article