MicroPython • Re: Remote Access to Raspberry Pi Pico W
Is your "http://________.14" your Public IP Address ? How did you determine what it is ?How have you confirmed that your ISP allows incoming connections to your home router ? Just because a router...
View ArticleTroubleshooting • Can anyone suggest why my Pi is running slow?
I am looking at a CM3+. It seemed a bit sluggish, so I investigated.I see the following values:vcgencmd get_config arm_freq arm_freq=1200vcgencmd measure_clock arm frequency(48)=600000000vcgencmd...
View ArticleGeneral discussion • Re: Best storage option for Rpi5 for usage as NAS and...
Speaking of large NAS storage media, will the eeprom boot from a GPT formatted drive?Are you asking about network boot or something else?I'm asking whether the boot ROM will recognize a FAT32 boot...
View ArticleHATs and other add-ons • Re: PoE Plus Hat fan replacement
Good day,I have the latest Raspberry Pi PoE Plus hat, but after running it for over a year, it has become extremely noisy. I suspect that the bearings are failing.I have unsuccessfully tried to find a...
View ArticleThe MagPi • Re: MagPi Issue 138 Page 40: (Pi 5) Real Time Clock (RTC)
Thanks for the spot. We will fix thisResult Statistics: Posted by RaspISteve — Tue Feb 20, 2024 1:14 pm
View ArticleSDK • Re: RPi Pico doesn't appear as a USB Serial Device
For picotool, see the official documentation: "Getting Started with Raspberry Pi Pico", Appendix B.Statistics: Posted by neilgl — Tue Feb 20, 2024 1:19 pm
View ArticleTroubleshooting • Re: Can anyone suggest why my Pi is running slow?
By default we run the ondemand cpu frequency governor.It will only be at maximum clock when busy.You can force it to always run at a higher clock:Code: echo performance | sudo tee...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Help with Raspberry Pi display
You need something along the lines of https://thepihut.com/products/adafruit- ... ght-driver to connect the display, and then jumper wires to connect that to the relevant GPIOs.NB I have NOT verified...
View ArticleTroubleshooting • Re: Windows serial putty not working
Yeah, occasional garbage output on loopback but no "correct" output. Bad cable? Thanks for the testing tip, never heard of that before.Statistics: Posted by virgosystems — Tue Feb 20, 2024 1:23 pm
View ArticleGeneral • Re: Delete flashed .uf2 file on Pico
What is the "everything else" - some data files or other files?Statistics: Posted by neilgl — Tue Feb 20, 2024 1:24 pm
View ArticleGraphics, sound and multimedia • Zero2W with 32 bit lite - no i2s audio
I am working on a sound image based on raspiOS lite. I noticed with the 32 bit Bookworm Lite image that no sound is passed over the i2s interface. I use Code: dtoverlay=iqaudio-dacplus in the...
View ArticleOff topic discussion • Re: Getting newest video from YouTube?
Why such complexity if there are already services through which you can download videos?For example, there is savefrom.net. Yes, it doesn’t work in the US now, but there is a VPN. We turn on VPN to...
View ArticleGeneral discussion • 10 bit value storage
Hi I'm a noob and I'm learning python and have a raspberry pi 5. I want to build a synthesizer with the pi that controls a 6581 sid chip via midi. I understand how to set the pins low and high but...
View ArticleCamera board • Re: Acquire a specific number of frames with rpicamera-raw (or...
https://www.raspberrypi.com/documentati ... tware.htmlStatistics: Posted by gordon77 — Wed Feb 21, 2024 1:03 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI screen + 2 x HDMI, is it possible...
a Pi4/Cm4/Pi400 can drive 3 screensa Pi5 can drive 5 screensso HDMI + HDMI + DSI is no problem at all - neither on Pi4 nor on Pi5.big screen is on DSIThere is no DSI interface on Pi400 --> you can...
View ArticlePython • Re: No objects found within the specified OU
If you don't get a reply, you may want to check/ask on the LDAP3 Issues page at https://github.com/cannatag/ldap3/issuesAlso, if you haven't seen it yet, here are some tutorials...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
The example seems to be missing an import of Preview.And also needs a QT preview 'option' set. (Because of the RGB888 format used)Code: from picamera2 import Picamera2,Previewfrom picamera2.encoders...
View ArticleRaspberry Pi OS • No Dİsplay When Overlay File System Enabled
I am trying to make my Pi read-only. I enabled both overlayfs and /boot/firmware write protected. But i can't get display when overlayfs enabled on my Pi5 GNOME Raspberry Pi OS. It just stuck in GDM...
View ArticleTroubleshooting • An app that works on Pi4 fails on Pi5
I have been using a Pi4 for a couple of years running various apps. I just got a Pi5 and one app (AirVPN client Eddie) will not run on the Pi5. I created a system disk with the correct 64 bit system...
View ArticleBeginners • Re: SPI Question
I presume you want to attach to a Pi?Sorry, yes I want to attach it to a pi. In another forum, someone recommended using an MCP23S17 port extender. I will probably try that if I understand the...
View Article