Troubleshooting • Re: Rasberry Pi 4 will display without SD Card but get...
Update: I have done a lot of looking into some codes for the config.txt and added "hdmi_safe=1" under the [ALL] this has generated a square with rainbow after booting with SD card inserted then goes...
View ArticleOff topic discussion • Take a Shot with Nikon & Canon
Take a Shot with Nikon & CanonCanon EOS R3, Canon EOS R5, Canon EOS R6, Canon EOS R7, Nikon Z9, Nikon Z 7II, Nikon Z7 Mirrorless Camera, Nikon D6, Nikon D850, Nikon D780, Sony Alpha A7R III , Sony...
View ArticleGeneral discussion • Bluetooth headset (with mic) on Pi Zero 2W Bullseye
Hi all,I'd like to be able to use a Bluetooth headset (e.g., a gaming headset with earphones and a microphone) on a Pi Zero 2W. The Pi is currently running 64-bit headless Bullseye: "Raspberry Pi OS...
View ArticleRaspberry Pi OS • Re: How to determine when a system was installed?
For those looking to find installation date there is another possibility; When I install a new OS the first thing I do is update/upgrade and install standard apps, so looking in apt logs the oldest...
View ArticleGeneral • Re: Compatibily uf2 files
OK, with change GPIO21 to GPIO5 all works well !!Thank's for help !Statistics: Posted by yabba235 — Sat Oct 26, 2024 5:37 am
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
I'm having trouble with TWRP on my CM4 -- the recovery process repeatedly segfaults:Code: console:/ # [ 10.127111] init: starting service 'recovery'...[ 10.132585] init: Created socket...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using TDM I2S on the 5
The RP1 datasheet? It doesn't say anything of the capabilities wrt TDM. It only points out the Synopsys driver for a "reference implementation", which is why I post the question here, where supposedly...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
The Pi500...probably two of those, but I do hope there is a model that includes the ability to have an internal NVMe SSD (2230/2242 format is fine by me)Raspberry SSD released, Pi500 with SSD...
View ArticleTroubleshooting • Re: Unable to run zinc on the Raspberry Pi 4B using mesa 24
Zink allow devices with Vulkan support like the raspberry pi to get full desktop support of higher versions of OpenGL.Not sure if it would be fast enough on a Pi4.Zink on Pi5?Pi graphics are getting...
View ArticleTroubleshooting • Re: I want to use ky-013 for raspberry pie pico.
are (A) and (B) different?The main difference is the number. If using 26, the pin is initialized to high-Z.The docs * say:The argument of the constructor ADC specifies either a Pin by number, name of...
View ArticleTroubleshooting • Re: Pi 400 Boot and Keyboard broken after 2 days?
tried a clean install of desktopStatistics: Posted by kerry_s — Sun Oct 27, 2024 5:53 am
View ArticlePython • Re: PID controller help
It took me a while to figure it out.Maybe this will help. Put this print statement as the very last line of your code where my example prints "All finished"..Code: print("Releasing all program, data...
View ArticleBare metal, Assembly language • RPi 5 always-on GPIO (bcm2712 gio_aon)...
I'm making a simple blink bare-metal example program for the Pi 5, and I wanted to blink the on-board green (ACT) led.According to the linux kernel files, the ACT led is connected to GPIO 9 of...
View ArticleBare metal, Assembly language • Re: RPi 5 always-on GPIO (bcm2712) control
I think it's actually starting from 0x107d517c00 (having the "0x10 prefix") according to this reddit post: https://www.reddit.com/r/raspberry_pi/c ... are_buttonCode: $ sudo grep -i gpio...
View ArticleAutomation, sensing and robotics • Re: 2 Relays Module with JD-VCC
The referenced pdf file shows the schema of the board. Compare with the schema in viewtopic.php?f=91&t=83372&p=1225448#p1225448 Do not use the jumper shown in the image on J5. Connecting relay...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
hello, i search how i2C scan with langage sdk C correctely, but I fail test, is test i2c code is ok in rp2350 compatible rp2040 in i2c?in python scan i2C is ok but I would not use python REPL, this is...
View ArticleBeginners • Re: ws2812 pwm and wled
There are libraries for MicroPython that make it easy to control WS2812 LEDs. The `neopixel` library is designed specifically for this purpose and will allow you to dynamically control the color and...
View ArticleAdvanced users • Re: Pi-Hole No Router Access
OpenWRT for example is router software you could use to turn a Pi or other computer into a router.Statistics: Posted by redvli — Mon Oct 28, 2024 3:52 am
View ArticleNetworking and servers • Re: "Fake" WiFi Captive Portal on Zero W?
I'm running the full version with a desktop environment (32 bit debian bookworm with raspberry pi desktop). From what I read, NetworkManager cannot create a captive portal. The only thing I need is to...
View ArticleGeneral • Re: output(printf()) does not show in the serial monitor
After adding this below code in multicore.c file./****************************************************** * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause...
View Article