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

General • Re: Raspberry Pi PicoW - not getting recognised.

Which system are you connecting it to? Windows 11 ?Windows 10 ; thonny IDEStatistics: Posted by Ab25 — Tue Nov 12, 2024 7:29 am

View Article


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

@jamesh I don't think you are answering my point.Right now, when I type rpicam-hello, it seems to me that PISP is only used for stats to calculate some averages and then allow to tune exposure and...

View Article


SDK • Re: /pico/stdlib.h not found

It should be:Code: #include "pico/stdlib.h"No slash before the pico.Your version is looking for the file in the root folder, not in the include folders.Statistics: Posted by Memotech Bill — Tue Nov...

View Article

Camera board • Re: imx462 banding

Small update. I pulled the 6.6 kernel myself and applied your PR but again got the vertical band artifact.Now I made a small adjustment:Code: //cci_write(imx290->regmap, IMX290_FR_FDG_SEL, 0x01,...

View Article

MicroPython • Re: Traffic_Lights.py example error

Like 'hippy'.And 'ame'. [Which does feel weird.]Statistics: Posted by DougieLawson — Tue Nov 12, 2024 8:10 am

View Article


Graphics, sound and multimedia • Re: Codec Zero status?

https://www.raspberrypi.com/products/codec-zero/The product brief states "We expect Raspberry Pi Codec Zero to remain in production until 2028"The IQAudio product portfolio was taken over by Raspberry...

View Article

Raspberry Pi Connect • Re: enable-linger no longer works on rpi-connect 2.1.0

The sequence of commands to get rpi-connect-lite running are:sudo apt updatesudo apt install rpi-connect-liteloginctl enable-lingerrpi-connect onAnswer the questions on the web pageLogin to your...

View Article

General • Re: Did I break my original Pico by loading Pico 2 programs into it?

I thought the uf2 files for the Pico 2 were tagged differently than the original Pico so an image for the Pico 2 would be ignored by the original Pico.That's correct and worked when I tested it. The...

View Article


General • Re: RP235X Serial Numbers

Thanks. Is it generated externally to the RP235X on the production line, or generated by the RP235X itself ?Statistics: Posted by hippy — Wed Nov 13, 2024 8:21 am

View Article


General discussion • Re: New Raspberry Pi Products

CM5:looks like eMMC will range from 8GB up to 128GB and RAM down to 1GB (8GB still max). CM5IO:Jumper J6 is now related to CAM/DSI1 - was CAM/DSI0 on CM4IO.J11 - Power in - is USB-C --> which...

View Article

Image may be NSFW.
Clik here to view.

Raspberry Pi OS • Re: touchscreen keyboard no "@" symbol

Your keyboard is setup as UK english - not USA english.So the @ sign is two to the right of L, one to the left of ENTER.The " are on shifted 2.The $ is on shifted 4.Resetting it to USA english should...

View Article

Graphics, sound and multimedia • Re: using pi5 camera with github apps for video

The documentation for rpicam-apps is here https://www.raspberrypi.com/documentat ... ng-startedIt is pre-installed on the Raspberry Pi OS “Bookworm” so no need to get it from github.yes, I am aware...

View Article

Raspberry Pi Connect • Re: Having trouble with Raspberry Pi Connect Lite

What does "whoami" give in that webmin terminal?Statistics: Posted by xeny — Wed Nov 13, 2024 8:38 am

View Article


Troubleshooting • SegFaulting and Inode errors on Raspi 3A

Hy!Have here a 3A bought earlier this year and installed RaspiOS bookworm minimal and motion to SD-Card. Failed every few days with inode errors and so I did a fresh install in September, failed again...

View Article

Raspberry Pi Connect • Re: Raspberry Pi Connect not working

Can you please share the output of Connect's logs with us to see if it is having trouble talking to the API?Code: $ journalctl --user --follow --unit rpi-connect.service --unit...

View Article


Automation, sensing and robotics • Re: Waveshare Stepper Motor HAT and...

The deviation seen with 1..3mm on your paper, how far is the paper away from the axis? Or to phrase it different, what is the angular/step error of this setup?The driver chip on this board DRV8825 is...

View Article

Troubleshooting • Re: Logwatch Fails to Send Email Now and Then

On Bookworm, Detail = Low causes Logwatch to fail.It is not "failing" if there is simply nothing to report for your requested range and detail.I think you finally have the right explanation, though....

View Article


General discussion • Re: How will Chromium continue adblocking after Manifect...

FirefoxStatistics: Posted by memjr — Thu Nov 14, 2024 5:55 am

View Article

Beginners • Re: DS1371 as RTC

The kernel module rtc-ds1374 is built and provided with the Raspberry Pi kernel packages. Does it work if you run:Code: sudo modprobe rtc-ds1374sudo hwclockIdeally the device tree needs support for...

View Article

Graphics, sound and multimedia • Re: libcamera GPU usage

If you want smooth up to 1080p30 camera streaming you have to use the legacy (so non libcamera) stack in bookworm on a Pi0Use ffmpeg to get direct already H264 encoded videostream from /dev/video0 and...

View Article
Browsing all 4816 articles
Browse latest View live