Quantcast
Channel: Raspberry Pi Forums
Browsing all 4894 articles
Browse latest View live

Python • Re: Add a timer to GPIO input for RPi

Personally I would use the gpiozero library and the button hold_time parameter:Code: from gpiozero import Buttonfrom signal import pausedef say_hello(): print("Hello!")button =...

View Article


Beginners • Re: New sd card

@Squidcoder - PINN will dual boot Kali Linux with Raspberry Pi Os and many other OSes (depending on RPi model).I suggest you use the Rpi Imaging Utility instead of Etcher, as it includes a list of...

View Article


Raspberry Pi 400 • Re: Pi 400 displays multicolor screen then No signal

I then changed resolution to 1280 (Raspberry symbol top left/preferences/screen configuration/layout/screens/noop-1/resolution.)I then plugged back into my monitor. (my monitor wasn't accepting the...

View Article

Other projects • New Release (0.2.0) of "piggui" GUI for...

We're happy to announce a new release of the "piggui" GUI for controling and viewing GPIO hardware on a Raspberry Pi.Here you can find the release notes with videos and more gifs:...

View Article

Other • Re: How to clone on a 512GB micro sd card?

@Squidcoder - it would be a good idea to test your 512GB SD card to make sure it is not a fake using some tool like H2testw, especially if you bought it for a "good" price. My son bought one (without...

View Article


Device Tree • Re: Linux Device Tree and u-boot

Hi Charles,Thank you for your reply.I've just tried with the DT file from the mainline Linux source file not with this from u-boot.I've found a solution by using the generated DTB file stored in RAM...

View Article

General discussion • Screen blanking from Bash

Morning,Is there a way to turn screen blanking on and off from a Bash script?I need a screen to go dark at around 4pm, vcgencmd has gone for a burton, so I'm thinking I simply disable screen blanking...

View Article

General • Re: pico too slow to read bits from dht22 ?

If your goal is to just read data from your sensor, then you would be better off using a pre-built library e.g. something like https://randomnerdtutorials.com/raspber ... cropython/ (This is just an...

View Article


Image may be NSFW.
Clik here to view.

Troubleshooting • Re: Raspberry Pi 5 - Power supply in the car - 12V DC...

I am not sure what was the reason but I made working after i changed:max_usb_current=1 in the /boot/config.txtandChanged usb <-> usb-c cable to the shorten one with 3A wrote on the plugI had...

View Article


Troubleshooting • Re: Raspberry Pi 5 - NVME boot - McuZone MPS2280

Here's what I've done so far:1. **Tested Raspbian Installation**: Installed Raspbian on a microSD card.2. **Enabled PCIe**: Edited "/boot/firmware/config.txt" to enable PCIe by adding: Code: #...

View Article

Gaming • Re: windows 98 on pi zero 2w with dosbox-x

i would rethink the rpi0. buthttps://magpi.raspberrypi.com/articles/ ... h-dosbox-xStatistics: Posted by kerry_s — Wed Jun 26, 2024 8:37 am

View Article

Gaming • Re: (OpenMoHHA) Medal Of Honor: Allied Assault War Chest is now a...

I created some scripts for Linux x86-64 that require small changes to work on Raspberry Pi. The file names are slightly different on Linux with the ARM processors:...

View Article

Raspberry Pi Connect • Re: Set up RPi connect on RPI5 with bookworm --ALL...

I’m just looking to screen share RPi5So what happens if I need to power off/on a headless RPI 5 is there an active screen set up after reboot? And what about auto log on should I enable...

View Article


Beginners • Re: Request for Raspberry Pi 5 Datasheets, Peripheral...

The only peripheral doc we have is this one, but I suspect this is not what you are looking for.https://datasheets.raspberrypi.com/rp1/ ... herals.pdfYour comment on required peripherals is confusing....

View Article

Camera board • Re: Raspberry pi 4 Camera enable

This post may help What to do if your camera is not detectedThe problem I'm having is that when I go to the Raspberry interface, in the tab where the camera should appear first, it doesn't appear....

View Article


Automation, sensing and robotics • Re: Open Source Project: IO-Link extension...

Hi, thanks for you interest. I would have modules for beta tests available, you can contact me through our webpage www.pinetek-networks.com.Statistics: Posted by anla-pinetek — Wed Jun 26, 2024 9:22 am

View Article

General discussion • Re: Pi 5 case for NVME?

Geekworm have an X1002 board for the base of the Pi and a P580 case to match. I do not know if the spacing is exactly the same as I use the X1002 board in the P580 for better cooling of the SSD....

View Article


Interfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?

Hi,finally my custom board has started to operate. The image is really quite nice.However we notice a strange phenomenon : for 3-4 tries 1 time (after power-up the system) we got an image completely...

View Article

Beginners • Re: Argon One V3 fan setup/using terminal

Support for third party products should be provided by third parties - https://argon40.com/pages/contactStatistics: Posted by aBUGSworstnightmare — Wed Jun 26, 2024 9:57 am

View Article

Python • Re: Help with reading multiple CAN messages with python

If you don't want to run 2 instances of your program, 1 per can bus channel, the Use multiple threads. One for the main program, and 1 thread per can bus...

View Article
Browsing all 4894 articles
Browse latest View live