Beginners • Re: SSH to Raspberry Pi Zero W
Very strange. Some thoughts:Have you tried accessing the RPI from a different computer?Is the RPI on the same sub-net as your computer? Is your network using IP4 and IP6? Do you use IP6 off your...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
@calevYou should be able to update Retropie within the menu in Retropie (the way I did it).Statistics: Posted by Willem52 — Fri Apr 12, 2024 6:04 am
View ArticleCamera board • PiCam 3 Wide not very wide?
I just got the PiCam 3 Wide, which is advertised as having a 120° field of view. But in my measurements, it's barely 90°. It seems the FoV is wider if I set the camera resolution wider, but still not...
View ArticleTroubleshooting • Re: Trying to install Processing under bookWorm
Runs fine on my Pi5 but I am using x11 mode not Wayland.Thanks. Just got a Pi5 and switched it on to X11. While the message saying :-The sketch has been resized from 1024x768 to 1024x684 by the...
View ArticleRaspberry Pi OS • Re: Rpi booting into kernal after power was cut during a...
So I was using my cm4. With emmc 64gb, 8 gb ram, wireless.Looking forward to your explanation how you've got access to a 64GB eMMC CM4https://www.raspberrypi.com/products/co ... -cm4001000Options for...
View ArticleBeginners • Re: Pi 4 and mobile router
I have a pi4 running from a ups hat. I am trying to connect this 4g mobile router https://www.cudy.com/productinfo/1848746.html I must connect it over ethernet and also give power to it.Is it...
View ArticleTroubleshooting • Raspberry Pi 5 and Optane M10
Optane M10 has a promise of being extremely reliable (nearly unlimited endurance) while very affordable (~4$ for 16Gb which is enough for many Pi applications). My Raspberry Pi 5 can boot from...
View ArticleGeneral discussion • Re: git submodule update –init command not...
I'm trying to host a small vanilla minecraft bedrock serverhttps://www.makeuseof.com/how-to-instal ... erry%20Pi., but the command said it can't be found.[1] 2172bash: ndash: command not foundbash:...
View ArticleTroubleshooting • Re: Raspberry Pi 5 and Optane M10
search the forum for 'Optane'.AFIK not compatible atm and can be used as storage only.Statistics: Posted by aBUGSworstnightmare — Fri Apr 12, 2024 7:03 am
View ArticleTroubleshooting • Re: WLAN not working on Raspberry Pi 3B+
resolvedStatistics: Posted by Dmytro Hrynov — Fri Apr 12, 2024 7:05 am
View ArticleBeginners • Re: How to control a 24V LED Lightstack?
Hello, this is my first time tinkering with a Pi. I have a Pi 4B. I want to control an LED lightstack with the GPIO. I will be using an external 24VDC power supply, but am not sure how this should be...
View ArticleRaspberry Pi OS • Re: kernel ompile error
Thank you very much. So I must use ARCH=arm to config and make to generate a 32bit kernel and use ARCH=arm64 to generate a 64bit kernel. How can I kown my host's bit is 32 or 64 then? I use...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: [SOLVED] fbtft dtoverlay for SSD2119...
I managed to find out the corrrect display initialization.I looked at the original fbtft.dts file and I add this:Code: /* SSD2119 */fragment@32 {target = <&display>;__dormant__ {compatible =...
View ArticleBeginners • Re: Need more GPIO Pins...LCD screen uses them all!?
Hey Pi Forum. Very early on begginer here. Ive recently bought a PI Zero WH, and a LCD screen: https://www.waveshare.com/wiki/4inch_DPI_LCD_(C)The issue im having is the screen plugs directly into all...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2c suddenly stopped working
Use pinctrl (or raspi-gpio on older images) to check the pin levels when idle):Code: $ pinctrl get 2-3# or$ raspi-gpio get 2-3With pinctrl you should also be able to see if the pin levels are changing...
View ArticleFrançais • Re: demande aide sur projet de réseau local
Bonjour,Je suis peut être hors sujet, mais avez vous regardé du coté de Kodi et/ou de minidlna ? A+Statistics: Posted by jelopo — Sat Apr 13, 2024 6:24 am
View ArticleGeneral discussion • Re: PiCamera Version Compatibility
Will upgrading my picamera to v2 solve this Legacy issue or is v2 already considered Legacy at this current moment in time. If the question relates to replacing camera hardware then the short answer...
View ArticleGeneral • Re: Pi Pico implemnenting SDIO in Client mode?
It perhaps depends on how low the Pico can negotiate the bus speed down to.https://github.com/christinaa/rpi-open- ... #L436-L461this is an old SD driver for the open firmwareyou can see here, where...
View ArticleGraphics, sound and multimedia • Re: Audio server for events
Pi Presents might do what you want.pipresents.wordpress.comIt plays audio tracks, long or short, to a specified speakerIt can play background tracks at the same time.It has a cue and go facilityIt is...
View ArticleGraphics programming • Freeze/memory corruption after 35-40 minutes of using...
I have a very experimental C project that turns Raspberry Pi into a USB webcam. It is very bespoke, i.e. no libcamera, no pre-made uvc-gadget. Generally it works rather well, but has a very serious...
View Article