Quantcast
Channel: Raspberry Pi Forums
Browsing all 5786 articles
Browse latest View live

Troubleshooting • Re: Bookworm wifi

it doesn't load my screenshotStatistics: Posted by Fede rico — Sun Oct 27, 2024 12:02 am

View Article


Off topic discussion • Post your .bashrc

Here's mine:Code: ## Added Options ##export LC_ALL=en_US.UTF-8export LANG=en_US.UTF-8export LANGUAGE=en_US.UTF-8# Powerline # Powerline is a statusline plugin #...

View Article


Python • Re: PID controller help

ah yes, that makes sense. i didnt even pay attention to that copy/pasting things around trying new stuff, ive moved the bits of the RTD code out of the loop where they belong. ive got it running now,...

View Article

Off topic discussion • Re: Post your .bashrc

i was lazy, only added aliases to .bashrc, very basicCode: alias upd="sudo apt update && sudo apt -y full-upgrade"alias srch="apt search"alias ins="sudo apt install"alias del="sudo apt -y...

View Article

Image may be NSFW.
Clik here to view.

General • Re: Yocto - Wayland + Weston with GPU support

don't followcpu uses what it needs for the task/application being usedi use my rpi5-8gb as a desktop, main use is watching videos/streamingi use raspberry os lite + gnome-core installmost of the time...

View Article


Troubleshooting • Re: Boot to USB3 with SATA adapter PA023U3

You might try Hybrid booting using usb-boot.(Answer 'Yes' to 'Use SD card to boot the USB device?')Statistics: Posted by RonR — Sun Oct 27, 2024 12:54 am

View Article

Troubleshooting • Re: I want to use ky-013 for raspberry pie pico.

use adc=machine.ADC(26) for adc channel 0(A)from machine import ADCadc = ADC(0)(B)import machineadc = machine.ADC(26)are (A) and (B) different?I don't think there's anything else, is there a...

View Article

General • Re: pico trouble

"CDC" means USB Serial - Communications Device ClassStatistics: Posted by hippy — Sun Oct 27, 2024 1:01 am

View Article


Troubleshooting • Re: Unable to run zinc on the Raspberry Pi 4B using mesa 24

wait,*GL_RENDERER: zink Vulkan 1.3(V3D 4.2.14.0 (MESA_V3DV))*GL_VERSION: 3.3 (Core Profile) Mesa 24.3.0-devel <<<---thought, it was GL_VERSION: 2.1 HW limits.Statistics: Posted by cjan — Sun...

View Article


General discussion • Re: Can I use any passive cooling for Raspberry Pi 5,...

There is only a model B for the Pi 5, so any PI 5 case should fit.The Pi 5 does not have an A/B model designation. It is just a Pi 5.Disputable, Raspberry have called it a Pi5B in some literature,...

View Article

MicroPython • Re: v1.24.0 released

And is even slower than 'picotool', takes two minutes to run, which I again expect is down to 'RegEx'.I've spent a large part of my career slinging regexes. If they're slow, someone's doing it...

View Article

Python • Re: MIDI host PI with SSD1603

draw.rectangleAlways clears the entire screen.You only need to call it once.Statistics: Posted by MarkDH102 — Sun Oct 27, 2024 9:55 pm

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting • Pi 4B shows a blank screen on Vizio TV non-4K

My Pi 4B 4GB is booting since I can get to it through PuTTY. But ABSOLUTELY no display on TV! I'm running Bookworm as of: 10/24/2024.I AM plugged into HDMI0 I used a generic HDMI Micro to HDMI short...

View Article


Python • Re: Help! remote GPIO not working from my Mac to raspberry pi

Which pi are you using? pigpio does not run on a Pi5 as that uses a new GPIO chip.And which version of Raspberry Pi OS is it (Bookworm or other)?Statistics: Posted by neilgl — Sun Oct 27, 2024 10:51 pm

View Article

Troubleshooting • Is there a problem with microHDMI sockets being fragile?

Pi 4 with Pi OS latest releases all updates. The screen size was wrong on first boot today. This is a Pi 4 I use for development experiments. The HDMI cable is unplugged every few weeks to experiment...

View Article


Troubleshooting • Can't get RPi 5 to recognize AI kit

I purchased the AI kit "hat" for the Raspberry Pi 5. I have followed the instructions in the following post:https://www.raspberrypi.com/news/how-to ... erry-pi-5/However, when I get to step 6, and run...

View Article

Bare metal, Assembly language • Re: SPI display and I2S audio

Update: I used much shorter jumper wires to connect to the I2S and the audio glitch problems seem to have gone awayThanks for you help!Statistics: Posted by hypercubed — Sun Oct 27, 2024 11:27 pm

View Article


Bare metal, Assembly language • Re: Raspberry Pi 4 timer with interrupt

Please have a look at the GIC400. This is the interrupt controller used for RPI4. The way interrupts are handled is vastly different than for RPI3. I'm struggling with it myself as well, but start...

View Article

Python • Reading Photoresistor Values on LCD

Hello,I'm using micropython and I have gotten the code to read and display readings from a photoresistor to the thonny shell. I'm trying to figure out how to write code to have those readings display...

View Article

Troubleshooting • Re: How to get the 3.5mm video out working on a 3B

How is it that no one knows how to get a simple video output to work? Every damn bit of documentation online is WRONG!WRONG WRONG WRONG!!!!IT DOESN'T WORK!!!!For the love of almighty, HOW DO I GET A...

View Article
Browsing all 5786 articles
Browse latest View live