General discussion • Looking For a 7" Touchscreen Display Case
I just learned how to build a small workbench computer. It consists of a Raspberry Pi 4, 7” Touchscreen display, a Keyestudio 4 Channel Relay, a GPIO Breakout Board, Raspberry Pi Camera, DHT22...
View ArticleMicroPython • v1.24.0 released
v1.24.0: RP2350 and ESP32-C6 support, RISC-V native emitter, common TinyUSB codeThis release of MicroPython adds support for the new RP2350 MCU, improvedRISC-V support with native code generation,...
View ArticleAutomation, sensing and robotics • solid state relay not working as i expected
my code works fine with a normal relay as seen in this diagrami hate the clicking sound so i got a Solid State relay https://www.amazon.com/dp/B0C6M1S3YB. after i installed the SS relay in, it did not...
View ArticleGeneral • RP2350 USB CDC
Hello,I have C code running on the Pico 2 with stdio directed through the USB port. When I reset the device programmatically using the system_reset() function I am not able to reopen the associated...
View ArticleSDK • Asymmetric timing on PIO wait
I'm designing some data acquisition modules and I want to use an external 5v signal to trigger a DMA chain on multiple picos simultaneously. Synchronization is what I'm going for, with less latency...
View ArticleBeginners • 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 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 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 ArticleTroubleshooting • Cannot put display to sleep anymore on Rasp5
Hi guys. I would really need some help on this, as I've been struggling for days now searching and trying with no success. I have a Raspberry PI 5 connected to a VGA port on my monitor using a hdmi to...
View ArticleAutomation, sensing and robotics • 2 Relays Module with JD-VCC
Hello guys,I'm not a electronics engineer, so I can't understand very well how this module works.Data sheet:https://asset.conrad.com/media10/add/16 ... rduino.pdfTo run it from the pi, should I have...
View ArticleBeginners • Connecting Arduino Uno to Pi 4B
Hi, is it possible to connect 9 Arduino UNOs to a Raspberry Pi 4B and have the communicate? For example, if a pi camera sees something, it can tell the Arduinos to run a part of a script?Statistics:...
View ArticleGeneral discussion • USB on pi4 modle b not working
some kid spilled water on itStatistics: Posted by Cool_catalog — Sat Oct 26, 2024 8:24 pm — Replies 1 — Views 46
View ArticleTroubleshooting • lxterminal --geometry gives too few columns in 64 bit...
tldr: /usr/bin/lxterminal --geometry=130x32+100+45 does not give 130 columns.I am running 64 bit Bookworm on a Pi 4 without Wayland. I want the desktop to display with an lxterminal with a 16 point...
View ArticleCompute Module • CM4 boot stops with BOOT ERROR: Code 45
Hi all,I have a CM4 with the official IO-Board that worked for some time and now I try to reuse it for a different project.Before I reinstall it (Target is Fedora 40 Server on a NVME) , I updated the...
View ArticleBare metal, Assembly language • SPI display and I2S audio
I'm creating a synth project that uses a Raspberry Pi Zero 2 W, an Adafruit HX8357 TFT (https://www.adafruit.com/product/2050) display connected with SPI, a pair of I2S DAC/amplifiers...
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 ArticleTroubleshooting • Pi 400 Boot and Keyboard broken after 2 days?
I have been using my Pi 400 without issue since I received it on Thursday the 24th. It's the night of the 26th...Tonight I turned it on and it did not boot as normal into my SSD (Pi OS lite). It went...
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 ArticleGeneral • USB CDC TX issues tied into RX on the RP2350
For my Forth implementation for the RP2040 and RP2350, amongst other platforms, zeptoforth, I have implemented a USB CDC console in addition to the serial console. With the RP2350, but also to a much...
View Article