Off 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 ArticleOff 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 ArticleGeneral • 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 ArticleTroubleshooting • 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 ArticleTroubleshooting • 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 ArticleGeneral • Re: pico trouble
"CDC" means USB Serial - Communications Device ClassStatistics: Posted by hippy — Sun Oct 27, 2024 1:01 am
View ArticleTroubleshooting • 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 ArticleSDK • Re: GPIO pin handling on the Pico
That's quite strange of a bus. Although VCC is 5V, it is some kind of open collector working at 3.3 V (bus) - 3.5 V (terminal), with low impedance (200/480 Ohm divider from 5V) and high sink currents...
View ArticleGeneral discussion • Re: USB on pi4 modle b not working
Not sure anyone here can tell you how to fix that.... Best bet would be to allow the Pi to dry out *thoroughly* (such as by putting it in a warm spot with direct sunlight) and only then try powering...
View ArticleRaspberry Pi OS • Re: how to make apt (-install) work again for Stretch?
thank you, but I am quite sure that I never will upgrade my Pi3B running Stretch - too much annoying work to do (considering my few, but now reliably and reproducibly working programs and apps). And...
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 ArticleRaspberry Pi OS • Re: RPi OS Lite 64 bit does not boot on 3B+
I just rechecked and I got that message too. However I rebooted and everything appeared fine.I'll have a look at that image later today, if I get time.I booted it at least twice, and got the same...
View ArticleAutomation, sensing and robotics • Re: solid state relay not working as i...
happy to say i got the SSR working now.when relay turns On, pin ch1 and ch2 are shorted.when relay is Off, pin ch1 and ch2 becomes Open. strange that it works like that so im happy so far.Statistics:...
View ArticleGeneral discussion • Re: raspberry pi 5 acpi bios error
MS Windows isn't supported on Raspberry Pis. Ask Microsoft how to fix your problem.Statistics: Posted by W. H. Heydt — Mon Oct 28, 2024 2:20 am
View ArticleAdvanced users • Re: Pi-Hole No Router Access
I contacted the ISP and they informed me I can put in my own router. They said the network is managed and that I would need to call them to clear the connection before I plug in my router. So I think...
View ArticleTroubleshooting • Re: Pi 4B not returning the correct vcgencmd results
When I add the line program_usb_boot_mode=1that option is only valid on the pi3, and has zero effect on the pi4Anyone else have this problem? And what's the solution?use "rpi-eeprom-config --edit" and...
View ArticleTroubleshooting • how to force rpi3 (Bookworm) to output 1080p?
my monitor is 1080p. rpi3 refuses to output 1080p over HDMI upon reboot or from cold start On.if i go into Preference, i can change resolution to 1920x1080, hit Apply, and that works. BUT off course,...
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 Article