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

General discussion • Re: How to easily be able to use push buttons with GPIO

gpio=0-27=op,pu,dh,ipYou seem to have conflicting options there.op = set to Output modepu = Enable internal Pull-Up (used for Input, pointless on Output)dh = Set Output Highip = Set to Input modeI...

View Article


Troubleshooting • Re: Dip Switches on Pi Keyboard

It is for an alternate keyboard controller. There are 0-ohm resistors near the hub chip to select between connecting to U3 and the Holtek microcontroller. Both of them can't be connected at the same...

View Article

Beginners • Re: Rpi 5 and HC-SRO4

The Raspberry Pi 5 and HC-SR04 Works with this:Code: import gpiodimport time# Setupchip = gpiod.Chip('gpiochip0') # This accesses the first GPIO chip on the Pitrig_line = chip.get_line(17) # Replace...

View Article

General discussion • Re: Details about raspberry pi warranty claim process

With regard to the warranty process itself, the posts above are correct. Your warranty is with the supplier, so that is where you need to go for front-line support and warranty claims. We at Raspberry...

View Article

SDK • Not generating UF2 file

I am quite new to Pico SDK build environment so I am sure the error is mine but I cannot generate the UF2 file I create. It is a copy of the Blink app but with a new name and in a new folder.I am able...

View Article


General • Re: what is the logic of ADC interrupt enabling?

(((uint32_t)dreq_thresh) << ADC_FCS_THRESH_LSB) | does not work.Statistics: Posted by yushang — Sat Sep 07, 2024 1:44 am

View Article

HATs and other add-ons • Re: Raspberry Pi 5 with Active Cooler and HAT

Thank you, I think I just found a good GPIO header from Adafruit that will work, my solution would've been far more complex with spacers and standoffs to lift the board but didn't know these...

View Article

Networking and servers • Re: Pi Access point Network Manager issues

I have the same issue. Did you find the solution?Statistics: Posted by levilliard — Sat Sep 07, 2024 4:13 am

View Article


Troubleshooting • Water damaged RP4, is this fixable?

Hi! I just got a RP4 my father used to use because he's upgrading it to a RP5. It was left on the floor and someone cleaning the house probably got it wet. Some photos of the board can be found here...

View Article


Raspberry Pi Connect • Re: Copy files from remote Pi

There’s a tmux plugin. Boy, I wish wormhole worked in mc…Does nobody use ssh anymore?Statistics: Posted by ame — Sun Sep 08, 2024 1:35 am

View Article

General discussion • Play spotify offline on a raspberry pi, is possible?

Hello everyone, i have a premium account and i would like to know if it is possible to listen to Spotify offline on a Raspberry pi?Statistics: Posted by Wasabi_93 — Sun Sep 08, 2024 1:46 am

View Article

Interfacing (DSI, CSI, I2C, etc.) • Pico and MPU6050

Hello,I am trying to run a Raspberry Pi Pico connected to an MPU6050. I am using this MPU6050:https://www.adafruit.com/product/3886I have used the code from pico-examples for the MPU6050. My...

View Article

C/C++ • Re: Understanding the Basics of Callback() and Similar Functions

Thank you for the thoughtful reply! I will spend some time working through this. Cheers!Some detective work required. https://github.com/lbrombach/practical_ ... llback.cpp shows...

View Article


General • Re: Non blocking data logging on dual core system

Thanks and congratulation on zeptoforth. I did dabble with forth on Z80 many decades ago but never got proficient. That was probably about the time ejolson was struggling to squeeze a video driver out...

View Article

Troubleshooting • Re: Forget Username and Password

Yes, I’d like to —— 1) I want to retrieve the username and password that I had been using a long time ago.(so that I can login and use it like I used to do).If 1) is impossible, then —— 2) I want to...

View Article


Troubleshooting • Re: Raspberry Pi 4 suddenly won't boot

The reputation of Canakit power supplies in these Forums is far from universally positive.I didn't realize that.Correction: it was plugged into a Canakit power supply when it died. I've tried a...

View Article

General discussion • Will AnyDesk run on a Pi 5

I followed the installation guide for the Pi 400. The Icon appeared as an option under Internet. However, it will not run on my Pi 5. I have seen posts that Anydesk may not run a Pi 5. I would...

View Article


General • Re: RP2350 E9 bug - also for other GPIOs, e.g. SPI?

Actually, in a pull-up design, E9 might help, not hinder, because it's pulling up from undefined region.About about MISO being required to be pulled up with a resistor because of an open-collector...

View Article

Image may be NSFW.
Clik here to view.

General discussion • Re: Will AnyDesk run on a Pi 5

Why not check it for yourself?https://support.anydesk.com/knowledge/s ... ng-systemsStatistics: Posted by memjr — Mon Sep 09, 2024 12:52 am

View Article

General discussion • Re: Packaging as Russian dolls

Recycle the boxes you already have, make new custom ones from any piece of cardboard you have laying around and would recycle anyway.Plenty of pople have done that, including Google and I. Google's...

View Article
Browsing all 3552 articles
Browse latest View live