Interfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
I get some parts from i2c0-overlayCode: /* * vc4-kms-dsi-ti-sn65dsi83-somepanel-overlay.dts *//dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; /* PWM0 function */ fragment@0 { target =...
View ArticleMicroPython • Re: What can cause random 10 mSec pauses during run
As scruss suggested above, anything odd about the USB setup ? I'm using thonny 4.1.4 running under linux (kubuntu 22.04) and MP version 1.22 (1.19 previously)I have done nothing with USB other than...
View ArticleMicroPython • Re: How to exit gracefully from the second Pico thread ?
I do like this and it works ! It seems that in the first example the EndFlag was passed by value, not by reference...By the way, is there a method to know when a thread is terminated ? Or wait for it...
View ArticleBeginners • Expansions
I have a friend who has a raspberry pi 4 and I want to get him some complements for it for his birthday.An idea I have is getting him a pack of sensors. I was wondering, can the raspberry pico sensors...
View ArticleGraphics, sound and multimedia • Re: Playing VLC on local HDMI using ssh
Maybe we actualy want to view a stream rather than an mp4 file?Either, or both.Are you logged in with ssh?Statistics: Posted by rpdom — Fri Mar 01, 2024 1:43 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Custom MIPI CSI camera not detected
Try without the spaces:Code: dtoverlay=custom_mipi_camAnd if you are running Bookworm, make sure it is in /boot/firmware/config.txt.Statistics: Posted by PhilE — Fri Mar 01, 2024 1:53 pm
View ArticleBeginners • Re: Expansions
Pico sensors will be fine on the pi, no need to buy a pico.Statistics: Posted by neilgl — Fri Mar 01, 2024 1:55 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 - 8gb Unable to read partition as FAT
what did you use to create the card? PI-imager? (recommended)Statistics: Posted by terribleted — Fri Mar 01, 2024 1:58 pm
View ArticleBeginners • Re: Set up raspberry pi zero 2w
The getting started guide is here https://www.raspberrypi.com/documentat ... arted.htmlI usually connect the Pi Zero 2W to my home WiFi. My laptop is also on that WiFi. I then use SSH (PuTTY program)...
View ArticleNetworking and servers • Re: login to raspi with ssh -X; bookworm runs...
Some feedback/comments.While I don't use it, (because doing so is more hassle than it's worth for me see viewtopic.php?t=358853&start=25#p2196529) the way I understand waypipe is used is...
View ArticleBeginners • Re: NAS, Pihole, VPN
Thank you.Cay you tell me why this is better?Statistics: Posted by Zmorr — Fri Mar 01, 2024 2:05 pm
View ArticleBeginners • Re: Could I get some help with Samba please?
Thanks.Yes, I am trying to work out which way round the issue might be.Yes, libreelec is still working, I assume it is not the LE as I can access them from various other Linux machines.Also, it worked...
View ArticleTroubleshooting • Re: How do I hook up my speakers?
I don’t think those speakers should be connected to 3.3V or 5V. Seems like a major error in their description and/or photos.As mentioned I believe they should be connected to an amplifier.Statistics:...
View ArticleBeginners • Re: New RP 4B 1st boot - HDMI screen not displaying
Oh. I read too quickly. Here it ishttps://paste.debian.net/hidden/2af6c297/Statistics: Posted by michelv — Sat Mar 02, 2024 1:52 pm
View ArticleTroubleshooting • Raspberry Pi5 boot error
I have a new raspberry pi 5 that, initially, I attempted to simply load the latest rpi imager os for a rpi5 to an sd card without connecting to a monitor so no output to debug at this stage. The pi5...
View ArticleBeginners • Re: RPI5 Disable Auto Power On
I am too interested in this. I usually keep my Pi plugged into a switched outlet, and do not want it to boot unless I push the power button.Statistics: Posted by SilverGreen93 — Sat Mar 02, 2024 1:57 pm
View ArticleFrançais • Re: Arduino-create-agent et Arduino Web Editor
Bonjour, Pour ma part, il me semble que le forum Arduino serait plus adapté à ce genre de question. A+Statistics: Posted by jelopo — Sat Mar 02, 2024 2:05 pm
View ArticleFrançais • Re: gpio c++
la vitesse est de 1 a 2 secondes de retard!je mettais as jour mon programme , (je mettais les conditions pour nettoyer le filtre d'aspiration )et pas de souci j'ai bien compris l'intérêt d'avoir le...
View ArticleGeneral discussion • Re: Backup of another PC on Rasperry Pi?
Hi ll,my question, from newbie, is: from my PC, can i transfert last 2-3 backups to Rasperry Pi and save Gigabyte of memory?Thanks.Yes, you can copy files from a PC to a Raspberry PI as long as there...
View ArticleGeneral • Re: Noise and transients when using VSYS
It should be:Code: cyw43_arch_gpio_put(1, 1);to put SMPS mode pin to high. This pin is connected to CYW43439 GPIO, so it would be similar to blink on Pico W. If you power it from USB and it is better,...
View Article