Quantcast
Browsing all 4872 articles
Browse latest View live

Troubleshooting • Re: reserving an ip address for a specific device on LAN

1. dhcpcd Is a client not a server. You are probably using the server in your router.2. Recommended method is to reserve the desired address in the router's management pages.Statistics: Posted by...

View Article


General discussion • Re: Raspberry Pi GPIO 18

The Adafruit board needs to use GPIO 18 for the PCM Clock signal. That isn't available on any other pin.The Waveshare display is using it for PWM to control the backlight brightness. PWM0 is also...

View Article


Graphics, sound and multimedia • Re: libcamera GPU usage

Yes, the Zero is going to struggle with libcamera and this level of work. A Zero 2 would likely be OK.Statistics: Posted by jamesh — Thu Nov 14, 2024 9:20 am

View Article

Troubleshooting • Re: USB boot requires a high current (5V 5A) power supply....

Same issue here,using a normal usb flash drive hangs the system,booting from memory card,using official power supply 5v/5a the setting usb_max_current that supposed to be only if you use the pi4 power...

View Article

Beginners • Re: RPi 4B GPIO pins

https://pinout.xyz That has the pinout for ALL RPi boards (including the old 26-pin model 1Bs).There's also a bunch of help for various add-ons hats and bonnets.Statistics: Posted by DougieLawson —...

View Article


Other • Re: How to force console output res at 480x320 on RPI5

Can anyone help?Is it only me using a 3,5inch LCD screen connected to an RPI5?Statistics: Posted by spanzetta — Thu Nov 14, 2024 9:32 am

View Article

Troubleshooting • Re: PiZero2Ws headless: connecting ocassionally?

Bump. Am I missing some keywords or something?Statistics: Posted by PlasticTotem — Thu Nov 14, 2024 9:34 am

View Article

Python • Re: stop loop with button press--raspberry pi and gpio

The code configures the GPIO as an output. You need an input.By the way, the code could not run, because of SyntaxErrors.Code: GPIO.setup(18, GPIO.OUT)GPIO.output(18, 0) #BUTTON BLUEGPIO.setup(18, ,...

View Article


Other projects • Re: Raspi Pico to Pi data transmission

Ahh thanks a lot for the info!Statistics: Posted by Maggi1 — Fri Nov 15, 2024 8:32 am

View Article


Troubleshooting • I can't remote into my raspberry pi 0 because of password...

I'm trying to remote into my raspberry pi 0. I'm using it as a USB dongle. I've done this in the past. I thought I changed the password and it looks like I did. I found the userconf.txt file when I...

View Article

SDK • Is there a way to know if the TX FIFO is empty before doing pull?

Hello,For a connection to a specific device, I would like to connect the PICO to a synchronous HDLC serial link on Manchester encoding with bit stuffing and with inter-frame padding (flag...

View Article

General • Re: Pi4 communication with multiple Pico's

I've managed to send and retrieve some simple data between the master and slave.Great, you managed the 'hello world' example.When the Pi4 (master) sends out a query, it needs to wait for response. For...

View Article

General discussion • Re: cost of ethernet

ENC28J60 I use on a Pi0 because it has also a V1 Pi camera connected and the uUSB 10 and 100Mbps ones I bought were unreliable (often carrirer lost). About 3Mbps is max RTMP stream it can handle. It...

View Article


MicroPython • Class 'USBDevice' example for Raspberry Pi Pico

Hello.Where can I find an example of the 'USBDevice' class in MicroPyhton for Raspberry Pi Pico?Thank you very much in advance and greetings.Statistics: Posted by EuskalPoxo — Fri Nov 15, 2024 9:12 am

View Article

AI Camera - IMX500 • Re: Running IMX500 with venv

I agree it all seems a bit strange. Am I right in thinking that the "import picamera2" that's failing is in your own source file? If so, maybe try puttingCode: import sysprint(sys.path)just before,...

View Article


Advanced users • Re: Is the PISP a fake IP hidden by an over-complicated...

I have banned this user. I will NOT accept this level of insulting behaviour aimed at Raspberry Pi engineers who are just trying to help. The inability to accept the absolutely accurate information...

View Article

Beginners • Re: PI OS Upgrade: Buster to Bookworm

fswebcamSpent quite some time today messing with fswebcam trying to figure out this error:Code: Fri 15 Nov 15:40:05 +07 2024 KoratSky Camera Returned error 255Unknown argument:...

View Article


SDK • Re: Advice requested with running VS Code on RPi 4

All sorted now.ThanksStatistics: Posted by GeoffLM — Fri Nov 15, 2024 9:40 am

View Article

HATs and other add-ons • Re: M.2 HAT+ troubleshooting

I have no idea on the crucial product naming scheme, so can't tell of that product is equivalent to one on the pimoroni compatibility list https://shop.pimoroni.com/products/nvme ... 9587178579.There...

View Article

Raspberry Pi OS • Extracting the values of 'Perfect Number' 1 to 52

The recently discovered 'Perfect Number #52' has 82,048,640 digits from 388692.. to 008576. We can extract the value of any one of the fifty two 'Perfect Numbers' using Rust language .Code:...

View Article
Browsing all 4872 articles
Browse latest View live