General discussion • Re: Virtualization on Raspberry Pi 5!!
I have an issue with using VNC on my Raspberry Pi 3B+. Chromium does not work with VNC. I am unable to setup Firefox as an alternative option. The windows screen does not show all of the menus. It has...
View ArticleGeneral discussion • Re: Where to find RTC and Linux debug port connectors...
That cable is EXTREMELY critical, in simple terms apply ohms law.ive been testing several usb-c cables i have, and that is immediately obvious as wellive got a cheap/thin amazon basics C<->C...
View ArticlePython • Re: How To make a LED blink using GPIO and PWM?
I know that. It is just a little hard to see that LED from 30 feet away! I need a bigger LED.Statistics: Posted by phillipsoasis — Sun Dec 10, 2023 6:16 am
View ArticleTroubleshooting • How do I set a custom resolution?
Hello,My Raspberry Pi 4 is hooked up to a monitor with a nonstandard resolution of 1440x600. None of the resolutions in the screen configuration work with this size. I have also tried using the...
View ArticleTroubleshooting • cgroup memory not functioning on RPI 5
On my PI 4 I had added cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1to /boot/cmdline.txtand[Service]Delegate=cpu cpuset io memory pidsto...
View ArticleSDK • Re: Stack Location
Armv8-M architecture has some nice stack limit checking features: for processors based on the Armv8-M Mainline architecture (like Cortex-M23* or M33), each of the stack pointers has a corresponding...
View ArticlePython • Re: Debounce needed on one install but not another, identical hardware
Hi all,Thanks for your feedback but I actually was able to resolve this on my own.Code: from picamera2 import Picamera2, Previewimport timefrom datetime import datetimefrom gpiozero import...
View ArticleSDK • 4 bit binary LED counter using mask functions from SDK
Hello RPi Pico!I just got my first batch of Pico boards 2 days ago, and I think they're great and I like the C sdk and docs, very helpful! I played with some examples, then set off to make my favorite...
View ArticleGeneral discussion • HDMI eARC/ARC is needed in future hardware revisions....
Hello!The expectations of RPi as media player increase with the new proprietary and optimized chip-set and architecture. A decent media player can be realized with the current hardware and OS.However,...
View ArticleOther projects • Need help with a LED Backlight for an art piece, powered...
Hi,I built an art piece with a custom frame that backlights the image with a USB powered LED light strip and built the frame to accommodate usb battery packs within the frame. The use case does not...
View ArticleTroubleshooting • Re: RPI 5 And other Os
While Ubuntu MATE may not boot, MATE installed via tasksel works just fine on the Pi 5. Not quite sure why you would want to toss the RPL improvements and run Ubuntu.I suspect the main point of...
View ArticleCamera board • Re: Cannot use camera and i2s on Pi1
Sure, here's the output. I do have a Rev 2:Code: processor : 0model name : ARMv6-compatible processor rev 7 (v6l)BogoMIPS : 697.95Features : half thumb fastmult vfp edsp java tls CPU implementer :...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: cm4 i2s Adaruit Microphone
thanks for your answer and sorry that i forgot so much informationsFor both Pis i used the i2smic.pyWiring is exactly the same - i tested both mics on the Pi 4 Both work fine an will be displayed via...
View ArticleTroubleshooting • Re: RPi-5 : Keyboard Mouse not stable when I boot OS from...
USB 3.0 is known to interfere with 2.4 GHz wireless, and that's a popular frequency for certain wireless keyboard/mouse dongles. Note that this is not a Pi specific problem (happens on Windows/Mac PC...
View ArticleTroubleshooting • Re: How do I set a custom resolution?
Code: sudo mousepad /boot/firmware/cmdline.txtadd to the frontCode: video=HDMI-A-1:1440x600@60DStatistics: Posted by kerry_s — Mon Dec 11, 2023 6:32 am
View ArticleGeneral discussion • Re: Pi5 = vaporware
why doesn't the Raspberry Pi company wait until they can actually ship the product BEFORE they send samples to all the youtubers and ramp up the hype Well Cybertruck took even longer, so that makes...
View ArticleGeneral discussion • Re: Pi5 =/= vaporware
why doesn't the Raspberry Pi company wait until they can actually ship the product BEFORE they send samples to all the youtubers and ramp up the hype Well Cybertruck took even longer, so that makes...
View ArticleBeginners • Re: I am looking for a basic html editor that I can install and...
I was about to suggest vi. That's what I used to write my late wife's web page. But, then, I hand coded all the HTML.I was about to suggest Emacs...This is neither the time, nor the place, to restart...
View ArticleGeneral discussion • Re: Raspberry Pi5 Benchmarks Thread
Note the UART connector refers to the physical serial port on the Pi. You can wire the serial port of one Pi to the serial port of the other. Then use a terminal emulator with a logging facility or...
View ArticleTroubleshooting • Re: Pi seeming to freeze after a few minute of use (fresh...
so the pi running, I know as the clock is still ticking in the corner but there is no usb power, there was when the system started but now nothing when in the desktopabout ready to SSH into it, is...
View Article