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

General discussion • Re: Flakey Pi, Image or SD Card?

I have been having problems with one of the PiB's. In any case, here's what's going on.It goes off-line at random when I'm not using it. I haven't been able to get Nomachine working on it even though...

View Article


HATs and other add-ons • Re: Power Hat+ spec questions

You have hit on the key issue; I have a “standard hat”, but I also want to use the functionality of a power mode 1 hat (firmware automatically sets usb_max_current_enable=1).I see a couple of ways to...

View Article


General • Re: Connecting a Pi Pico directly to the internet with SIM modules

Is it not SIM800L which most people use to connect via the cellular network to get an internet link in places where 2G is still supported ?In the UK the EOL for 2G is said to be 2033 but many suggest...

View Article

Image may be NSFW.
Clik here to view.

Beginners • Re: Firmware not found ( rpi4 )

Thank you rpdom !it booted !For the overlays directory no worry this one has been populated when I compiled the KernelFor future users, here whats I have Code: /mnt/raspboot/├──...

View Article

General discussion • Raspberry Pi Monitor, Black - confirmed?

I haven't been able to find any mention of the black version of the recently announced Raspberry Pi Monitor, but I've seen it on a at least two approved...

View Article


Interfacing (DSI, CSI, I2C, etc.) • When in shutdown does GPIO go back to the...

Hi,I am looking at how to know that shutdown has completed by looking at a gpio. I have looked at the dtoverlay for gpio-poweroff and it works minus on gpio 2 with active low, it goes low for 100ms...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: Touch driver development - strange...

Observations are on DUTs running 64 bit Bookworm with kernel 6.6.62 and with two different LCD controllers. ILI9341 and ST7789. NOT using Touch on these DUTs. I have put two text files and two folders...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: When in shutdown does GPIO go back to...

Yes. Shutdown does a reset, and the firmware detects that it was a shutdown and doesn't continue with the boot. The reset puts the pulls back to the default states.Statistics: Posted by PhilE — Wed...

View Article


Troubleshooting • Re: Pi 5 LED glows solid green and M.2 AI Hat glows solid...

Ok so the issue turned out to be the static IP address I set on the eth0 network interface. When trying to install software on the system headless I had to set a static IP address because for some...

View Article


Raspberry Pi 400 • Re: Pi 500 forum?

So is it alright to create a new post now or should I wait? I had a few questions on using the device, but most of it will probably be related to software and not hardware. Software issues related to...

View Article

General discussion • Re: New Raspberry Pi Products

I think we have a different understanding of what the word vanity means. If education is a vanity area then this is a vanity product. If I did not already have 2 Pi 5's then my order would be in. If...

View Article

Beginners • Re: Multiple audio outputs

A couple of options.- If you only need to ever play one at a time, then get one amplifier and connect the output to a relay board (eg https://www.amazon.co.uk/Yizhet-Channel ... B07MJF9Z4K) that...

View Article

MicroPython • Re: Hardware .irq Interrupt on Button Push Difficulty

Try this basic aproach to debounce: Code: if (time.ticks_ms()-delta) > debounce:This will act oddly when ticks_ms() rolls over. Better to use time.ticks_diff() which corrects for this.(Rollover...

View Article


Troubleshooting • Re: SSH Not Working Correctly

Yes it looks like that with the username@raspberrypi, just when I put in the password it always says that it is wrong. I don't understand why but when logging in with my keyboard and monitor plugged...

View Article

Advanced users • Re: NUMA Testing

I believe the zerolatency option disables multicore encode and so the benefits of numa are limited.I'd expect better numa results for a non-zerolatency encode.Makes sense, although the pipeline is...

View Article


General • Re: A Snek port for a Pico ?

Yay!Code: pi@Pi4B:~/mypico/snek/ports/feather-cmake/build $ make[ 1%] Built target bs2_default[ 3%] Built target bs2_default_library[ 4%] Building C object...

View Article

Device Tree • Re: Configuring MCP2518FD on SPI3 of CM4makes sense

Thank you so much!! Worked perfectly first time. KR, AndyStatistics: Posted by AndyGPS — Thu Dec 12, 2024 5:15 pm

View Article


Camera board • Re: Newbie alert! Help with Rpi5 and camera distance recording

Ok folks I was able to get some of my own answers on this by moving stuff all around to be able to have the RPi5 by the window. It does indeed detect motion with the script above. I managed to add...

View Article

Image may be NSFW.
Clik here to view.

Beginners • Re: Should a RPi be powered off completely before disconnecting...

I always turn off the power before fiddling with disk-like devices. I've used the CanaKit power switches on both the Pi4 and the Pi5 with no problems in terms of reliability, power delivered, or...

View Article

Troubleshooting • Damaged boot partition aftermath

Hi, I need some help. Following the various instructions from the Official Documentation page I set up my Raspberry pi 3b to do USB Boot, after setting the OTG switch. I powered a SSD with a Weme USB...

View Article
Browsing all 5025 articles
Browse latest View live