Italiano • Raspberry pi 4 b non funziona
Salve, è da un po' che ho un raspberry pi 4b collegato ad un piccolo schermo touchscreen tramite dsi. Oggi ho collegato al mio raspberry un pca9685(i2c) per un progetto con 4 servomotori mg996r e 3...
View ArticleBeginners • Re: Raspberry Pi 5 NAS with 10x 3,5" HDD
Theoretically possible but I can't speak for the Pi5 or that HAT.I've a CM4 based NAS that uses an ASM1184e PCIe switch to drive a pair of ASM1062 based four port SATA cards which drive five HDDs. The...
View ArticleRaspberry Pi OS • RPi-4 Bookworm X11 headles
Hello, so I have RPi-4 with latest release of Bookworm 64 bit, with X11 desktop without display monitor.I manage to switch to X11 VNC server to access RPi desktop, however resolution of displayed...
View ArticleTroubleshooting • Re: HQ camera wont recognize on pi5
Hello, I'm having trouble getting my brand new Raspberry pi5 to recognize my Arducam imx477 HQ Camera.[ ... ]Someone please help.In the sub-forum for support of Camera users Raspberry Pi themselves...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Looking for ways to connect an old...
Sorry, but where is the image?Your adapter card is PCIe x1 most likely -> it should be possible to connect it to CM4 (as CM4IO has a PCIe x1 slot) or Pi5/CM5. You will have ro enable Firewire...
View ArticleBeginners • Re: THONNY - WIFI command from the shell
I finally found a solution :Whatever you use to create your current connection, just recreate a new object using the object name of the current connection. In the following example 'WLAN' is the...
View ArticleNetworking and servers • Re: Two Network Connections
I have recently experienced two anomalies that may be related or caused by two connections.One, a Python script that uses the time library has worked flawlessly with only a single connection via...
View ArticleTroubleshooting • Re: Setting up a static IP on bookworm
Alright,I directly manipulted the /etc/shadow... what a mess, I'm logged in.I would be still thankful if anybody knows which files to manipulate to set a static IP.Once again, no commands or tuis...
View ArticleRaspberry Pi OS • Re: display IP on the desktop background or bar
Thanks!Statistics: Posted by mcnahum — Sun May 04, 2025 4:22 pm
View ArticleDebian • Re: xscreensaver VS 'xset dpms'
Switch screen blanking on in raspi-config? Mine disconnects from monitor, that is the only setting I can find.I have already set screen blanking on in raspi-config , but when screensaver runs , it...
View ArticleRaspberry Pi OS • Re: RPi-4 Bookworm X11 headles
Yes it is, thanks.Regaards, VladoStatistics: Posted by California — Sun May 04, 2025 4:27 pm
View ArticleNetworking and servers • Re: Pi 3 Model B - WiFi sec: WPA-PSK/WPA2-PSK Mixed...
I kinda found an answer to my question.Code: $ sudo busctl tree fi.w1.wpa_supplicant1└─/fi └─/fi/w1 └─/fi/w1/wpa_supplicant1 └─/fi/w1/wpa_supplicant1/Interfaces └─/fi/w1/wpa_supplicant1/Interfaces/1...
View ArticleCompute Module • Re: Question about PCB I designed
Without knowing if the layout must be exactly the way you have done I recommend complete rearranging components the way that high-speed signals can have much better routes from CM connector to the...
View ArticleSDK • Freeze/Deadlock in multicore when using malloc (again)
So, in my actual firmware, RP2040 with pico-sdk 2.1.1I've made some single-core code, which worked fine Decided to merely enable `pico_multicore` in target_link_libraries in CMakeLists.txt and rebuild...
View ArticleOff topic discussion • Re: AI is dangerous
. Note also an official AI could get into more trouble if making a mistake when answering such a question.But I was just talking about document fed AI, it then becomes quite specific once focused...
View ArticleAdvanced users • Re: Help migrating to nvme boot on pi5
I'm trying to move my sd install of pi os to 4T nvme. I have done this move before - but to 500G nvmeSo this time i had to use gpt partition - don't think this is the problem but. usb-boot will move a...
View ArticleHATs and other add-ons • Re: Double ( and Quad) FPC PCIe HAT for Raspberry Pi
It is also quite a bit expansive, so I would like to be absolutely certain I need this one for a gen3* M.2 hat (single slot)to work in concert. Ty all.This board uses an Asmedia...
View ArticleGeneral • Re: Stepper control using Timers and PIO
Do you want something like this (completely untested)?Code: ; pull out 16 bit integers from FIFO, and generate n+1 pwm pulses; autopull, joined FIFO.side_set 1.wrap_targetout y, 16 side...
View ArticleGraphics, sound and multimedia • Re: No video with HDMI audio extractor on hdmi0
There was no edid-decode, had to apt-get it. There was no edid file at the noted folder. There was an edid_override in both the HDMI-A-1 and HDMI-A-2 folders, both empty. I tried asking "Claude" and...
View ArticleBeginners • Re: 3.5 lcd screen not working
Ah, that GitHub links says "PI 3B+/A/A+/B/B+/PI2/ PI3/ZERO/ZERO W" No Pi5 in that list.And the links eventually give us a manual that has - Support 125MHz SPI signal input, display stable no-screen...
View Article