Beginners • I want to use ky-013 for raspberry pie pico.
hello.I want to use the thermistor temperature sensor module (ky-013) using Raspberry Pi Pico.However, even if I follow the code and circuit found on the Internet, it does not properly reflect the...
View ArticleGeneral • Re: External Antenna on Pico W [feature request]
Reel of 5000 chips for a consumer. I guess long term deal for millions of them might be a bit better.Probably about 10% at most. And will they sell millions ? And risk committing to ordering that many...
View ArticleFor sale • Re: New ElecLab 11.26" 440x1920 display, HDMI input or...
I had a broken 10" LED clock, so I made a clock with an 11.26 Inch 440x1920 HDMI Screen. I used pygame to set up two alarms, one for the table to remind the kids that it's time to go to school, and...
View ArticleDebian • Re: error in adding device tree overlay for UART to the image
I found this link talking about the same error.https://lists.yoctoproject.org/g/yocto/ ... h/78879953 when overlays/uart0-pi5.dtbo is added, both uart0-pi5.dtbo and overlays/uart0-pi5.dtbo are added....
View ArticleSDK • Re: Receiving data from Pico on Linux
I see completely other defaults.Try to disconnect the USB,without running anything, and compare.Then compare after running minicom (which I understand it works) and leaving without reset (CTRL-A...
View ArticleGaming • GZDoom Controller Setup with jstest-gtk
GZDoom with Perdition's Gate DOOM2 WAD with the Brutal Doom Community Expansion Doom ModThere are times when I am interested in playing console games, more specifically console games that were...
View ArticleSDK • Re: Asymmetric timing on PIO wait
How do you convert the 5V signal and how do you measure the delay ?Statistics: Posted by gmx — Sat Oct 26, 2024 2:03 am
View ArticleMicroPython • Re: v1.24.0 released
Glad to help. I notice that the releases tag hasn't ben bumped, but the builds are all propagating nicely to v1.24.0I don't think the Pimoroni variants that use the RP2350 made it to official board...
View ArticleTroubleshooting • 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 ArticleOff 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 ArticlePython • 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 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 Article