General discussion • Re: RPi5 wont boot...
I would try a different sd card.Statistics: Posted by rpiMike — Thu Feb 29, 2024 1:53 pm
View ArticleBeginners • Re: RE: Wiring up my Pi Zero to the E -Paper Hat
Manual for the e paper hat: https://www.waveshare.com/wiki/3.52inch ... spberry_PiI basically just need guidance if the wiring set up looks correct, or if i should make necessary adjustments.So, I...
View ArticleGeneral • Re: Raspberry Pi Pico clone won't read by PC after flashing
You got caught by the same thing many many other people have been caught by. There are "charging" cables and "data" cables. The charging cables do not have the proper wiring for transferring data. I...
View ArticleMicroPython • Re: What can cause random 10 mSec pauses during run
Just tried the gc test code on a pico-w running web-repl ('cos that's what is on it ATM) and get gc times of about 640uS .removing web-repl I get back to 430uS peak.Yeah, something is really messed up...
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 ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
I reread your post, delete my parts from device treeCode: /* * vc4-kms-dsi-ti-sn65dsi83-somepanel-overlay.dts *//dts-v1/;/plugin/;/ { compatible = "brcm,bcm2835"; /* PWM0 function */ fragment@0 {...
View ArticleTroubleshooting • Re: Fatal Python error: init_fs_encoding
I installed python 3.11 on a raspberry pi 3B.How exactly did you do that ?In my experience alternative Python installations alongside the system default will run but will often present some problems...
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: Could I get some help with Samba please?
I just thought i would check, I can SSH into my LE machine from my Pi5, don't know if that tells us anything.Double checked that i could still go in via my Linux Mint machine, no problems there...
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 Article