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 ArticleTroubleshooting • 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 ArticleBeginners • 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 ArticleFrançais • PI 5 8GB Ecran figé
Je viens de recevoir un RASPBERRY PI 5 8 GB et son alimenation et refroidisseurJe grave une carte Gigastone MicroSD 64 GB avec l'outil Raspberry PI Imager v1.8.5RASPBERRY PI 5 / RASPBERRY PI 5 OS (64...
View ArticleTroubleshooting • Re: Gpiozero issue after last update
I have the dual bootI updated the NVMe PCIe and started getting the same errorI reverted my boot to SD card and same GPIO programs run fine.Guess, we need to wait for another update which fixes...
View ArticleGeneral • Re: RP2350 SSP/XIP Block Transfer Examples
Note that flash_xip_stream does still build on RP2350Statistics: Posted by kilograham — Sat Sep 07, 2024 10:51 pm
View ArticleTroubleshooting • Brand new pi and image - can't connect to gateway...
I'm replacing a raspberry pi zero w with a zero 2 w and I'm running into a very strange issue where I can't ping my gateway or external servers via ipv4. I am connecting to the zero from my Mac via...
View ArticleGeneral • Re: SYSINFO:CHIP_ID value ?
OTP data determines what flash die is optionally connected in-package.Could you clarify which OTP because I can only see row 0x054 FLASH_DEVINFO as being relevant and it seems -1) It's not programmed...
View ArticleNetworking and servers • Re: Docker/Nodered can't reach other devices on...
First: thanks a lot for your answer!Docker manages its own network unless you configure containers with network: hostDocker usually will create a docker0 network bridge device to let containers...
View ArticleTroubleshooting • Re: Brand new pi and image - can't connect to gateway...
Key Troubleshooting Steps1. Checked Wi-Fi Status: The Pi is connected to Wi-Fi (wlan0), verified by SSH access and ip a output.2. DHCP Conflicts: DHCP was still dynamically assigning an IP even after...
View ArticleRaspberry Pi OS • Bookwarm 64bit “Autostart Hotspot on bootup”
I live on a cruising boat and use a pi4 for my navigation computer.with RealVNC to my iPad in the cockpit. Recently I upgraded to bookwarm 64bit and it has a Hotspot feature built into the networking...
View ArticleTroubleshooting • 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 ArticleRaspberry 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 ArticleInterfacing (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 ArticleC/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 ArticleGeneral discussion • M.2 HAT+ mounted on the bottom of the Pi5?
I just purchased the official Raspberry Pi M.2 HAT+ from Microcenter here in the US and a 2230 M2 NVMe SSD.I know the official guide is to mount the HAT on top of the Pi, but I am curious if I can...
View ArticleSDK • Re: static_assert in SDK file accessctrl.h:
are you sure you didn't accidentally edit the file !?Statistics: Posted by kilograham — Mon Sep 09, 2024 12:05 am
View ArticleGeneral • Re: Buffering of uncached XIP loads and stores?
Be safe and not sorry. Just know. You should ask when based on XIP?Forgive the bluntness. However this is kind of mad. (I trust I can say this.)Statistics: Posted by dthacher — Mon Sep 09, 2024 12:31 am
View ArticleGeneral 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 ArticleGeneral 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