Troubleshooting • Re: Trouble Connecting to Raspberry Pi 5 via LAN Cable for SSH
Hello, I have a project and I need to connect to raspberry pi 5 over ssh and http(s) only with lan cable, there will be no other connection. But I couldn't figure out how to connect. When I connect...
View ArticleGeneral • Re: SWD entry sequence
I don't know the details of the protocol, but I do use openocd + SWD with my pico and it works fine. I'm using the cmsis-dap interface with a pico probe right now, but I previously was using my RPI 5...
View ArticleGeneral • Re: Pico and C++?
Hi there. If you are just looking for some examples, my C++-based pico projects might be helpful. This directory contains some C++ pico libraries with working CMakeLists.txt setups:...
View ArticleGraphics, sound and multimedia • Re: Help make my minitour roar
The sculpture looks awesome.But I think it might be a Minotaur? https://en.wikipedia.org/wiki/Minotaur(I'm sure you'll get help with the practical issue of getting it to roar, having got the attention...
View ArticleRaspberry Pi Connect • Self-hosted TURN relay server?
In the blog post it's mentioned the relay service may require enough resources to require payment eventually, depending on traffic. Is it possible for either (a) a self-hosted TURN server to be run...
View ArticleRaspberry Pi OS • Re: RPi Imager failes to write to SD cards on Ubuntu machine
Code: $ sudo dd if=tmp/deploy/images/raspberrypi3/core-image-minimal-raspberrypi3.rpi-sdimg of=/dev/sda1Are you sure you want to write the image to a partition and not the device ? Last time I did...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Coexistence of UART and GPIO
I have read in the documentation that when UART2 is enabled, GPIO0-3 are used, but when CTS and RTS are disabled, can GPIO2-3 be used as GPIOs?YesStatistics: Posted by trejan — Tue May 07, 2024 1:13 pm
View ArticleMicroPython • Re: Raspberry PI Pico W UART-UART problem
The receiver seems to receiving a continuous stream of three bytes -Code: 0x41 'A'0x040x10 '\n'Which would be a bitstream of '1000 0100 0010 0000 0000 1000' ignoring start and stop bits and idle. It...
View ArticleCompute Module • Re: Display-HDMI - Hotplug!
Hi 6by9 ,Yes! 1. My system uses vc4_kms-v3dand , At end, output of few commands, i tried, is ebing given to figure out the correct issue. 2. I have updated...
View ArticleCamera board • Ir vs normal camera
HiCould someone please explain how the Noir camera V2 work?Does it have a special Noir sensor or the difference is only on the lens?Thanks!Statistics: Posted by RPI_333333 — Wed May 08, 2024 12:39 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Sound through I2S DAC
Why don't you share what you've tried so far?Partly because I wanted to start with a specific question, but mostly because I'd closed the window when it didn't work and I'd have to find it...
View ArticleRaspberry Pi Connect • Display Resolution.
Everything worked fine and smoothly for me, except the target Pi is running 4K resolution with the max size defaults and very large taskbar. The RPi-Connect remote display looks awful with hard to...
View ArticleAutomation, sensing and robotics • Re: Raspberry pi Pico W with nema 17...
Ok I'll try as u say . Just a few minor doubts .1) will the 11.1v 2600 amp battery be enough for this project will it be able to supply the motors(nema 17 1.2 amp ) (I have another battery of the same...
View ArticleGeneral discussion • Re: WPS Chinese Clone
I use LibreOffice all the time on Pi400s and Pi5 and even occasionally on Pi3.It works fine on all of them.I agree with Thagrol. Let's try to address the actual problem with accessing your data,...
View ArticleAdvanced users • Re: Raspberry PI 5 Secure Boot
How are you creating boot.sig? Ensure that inside boot.sig is a line that starts with Code: rsa2048:Statistics: Posted by BerryPiUser — Wed May 08, 2024 1:17 pm
View ArticleBare metal, Assembly language • Re: What assembly language should i learn...
The biggest takeaway is 32-bit will spoil you with condition codes, which are not present in every instruction in 64-bit arm.They were deliberately removed for obvious performance reasons (the extra...
View ArticleGeneral discussion • Re: DualMonitors for 32.9 ratio / 7680x2160 or 3840x1080...
7680x2160 from a single HDMI is not possible.Dual 3840x1080 is possible for sure, as well as dual 3840x2160.viewtopic.php?t=370285Statistics: Posted by aBUGSworstnightmare — Wed May 08, 2024 1:25 pm
View ArticleRaspberry Pi OS • Re: Disconnect, Reboot, Shutdown from Desktop by command
may I add that https://github.com/jd/sysrqd works beautifullyThis indeed looks intriguing, but my first reaction is that it is likely only workable in a small slice. I.e., when the machine is locked...
View ArticleTroubleshooting • WPA3/SAE does not work on Pi 3b+/4/5 w/bookworm
Does WPA3/SAE work on the Pis with Bookworm?I am struggling to update to WPA3/SAE and find that the Pi cannot connect to such an AP either with wpa_supplicant nor with iwd. My phone can connect...
View ArticleGraphics, sound and multimedia • Re: Projection Mapping
SEOLMEDIA, an interactive fullweb dynamic digital signage solution has this functionalityThanks for the reply!Yes, from the videos it looks like it could work... but even if I'm a bit experienced with...
View Article