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

Troubleshooting • Re: USB bus possibly giving in?

Hello,I have a 3B that I have been using for 8 years now. Always had some issues with storage and the system locking up, but since I moved to docker images, I had almost no issues - until this...

View Article


Troubleshooting • No Internet connection with ethernet cable plugged in

Hi,I am not getting any internet connection on my raspberry pi 5. Whenever ping 8.8.8.8, I get a message saying unreachable. I have an ethernet cable connected to the pi, but that doesn't seem to...

View Article


SDK • Re: pico/stdlib.h not found

I would add your new library as an interface library using the CMakeLists.txt in that directory. Likely the linker cannot find your new files. It would help if you posted your CMakeLists.txt and what...

View Article

General • Re: RP235X Serial Numbers

Out of curiosity: isn't serial number uniqueness enough? I wonder why does it matter to learn how the serial is assigned during the production phase to the chip?Thanks, BogdanStatistics: Posted by...

View Article

Troubleshooting • Re: No Internet connection with ethernet cable plugged in

GUI, correct? Move the mouse cursor over the up/down arrows in the upper right corner. In a second, you should see the ip address.If CLI, use ifconfig.Statistics: Posted by SurferTim — Tue Nov 12,...

View Article


General • Re: How much OTP is there on an RP235X ?

Basically ECC is used more for error detection and anti-tampering, right ?Statistics: Posted by gmx — Tue Nov 12, 2024 4:51 pm

View Article

General discussion • Re: New Raspberry Pi Products

Seems like the CM5 is coming soon...official(?) CM5 display at Electronica24: https://chaos.social/@kuro/113469240412312622Sorry about the somewhat non-standard link, it's on a Mastodon server. Click...

View Article

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

Also when trying to write/send to USB too early, Windows simply doesn't like it, on Linux host it behaves better. Though, I never seen it with MicroPython, just from C and debugger.Statistics: Posted...

View Article


MicroPython • Building MicroPython on a Mac

I am a Mac user and my current machine is an M1 iMac. I use Thonny and BBEdit for my MicroPython work. No complaints.I want to experiment with frozen byte code and hence need to be able to build...

View Article


Troubleshooting • Re: Switching TV off causes HDMI interuptions with AV-Receiver

TV on: https://paste.debian.net/hidden/c14c546e/TV off: https://paste.debian.net/hidden/da0a86ad/Statistics: Posted by josee — Tue Nov 12, 2024 5:13 pm

View Article

Image may be NSFW.
Clik here to view.

General • Re: Trace FIFO and TPIU with ITM

Great news. The whole debug/tracing system is structured like a layered network, quite complex, but manageable if approached piece by piece, like a puzzle, not just to do everything in one shot,...

View Article

General discussion • Re: RPI5: bad/missread powerbank spec

Because the spec says it's 5V@3A only. https://cdn.shopify.com/s/files/1/0555/ ... 168024970765W is only valid for 20V (3.25A) ... But the Pi will not negotiate 20V input voltage.So you will have to...

View Article

Camera board • Re: Camera V3 Wide incorrectly detected as imx708 (instead of...

If it was only the model ID register, I'd expect the camera still to work (with reduced autofocus performance, poorer colours and vignetting). So I expect there's a more serious fault.All I can...

View Article


General discussion • Re: Raspberrypi & 3.5inch Resistive Touch Display...

@aBUGSworstnightmare If I add this directly to config.txt without installing the driver, it will work, right?there is the possibility it will work!Sorry, i have no idea on your third party product....

View Article

General • Re: System only works when powered thru USB

Note that it isn't a zener on the Pico, it's a Schottky diode. The very small voltage drop across it might explain your results, or might be coincidence.A couple of things look wrong on this.Running...

View Article


SDK • Re: Trying to figure out Dormant on RP2350

Hardware documented in 6.2.3 of the datasheet and the POWMAN:PWRUP0/1/2/3 registers described in 6.4.You've got four registers for four wakeup sources - each of which can be any GPIO, but there's only...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised

I note that the USB Bus 001 items do not seem to be connected to the app. I presume that there is some kind of 'permissions' issue - any ideas please?No ideas, just one observation. Bus 1 is USB2 and...

View Article


Networking and servers • Re: Running Pi-hole on a Desktop system

Thanks for your experience. Sounds like there's no problem running Pi-hole in the background on your desktop. Which is what I'd expect, but didn't want to find out the hard way. I started out just...

View Article

Compute Module • Re: flashrom on the CM4S

There's an additional hoop that you need to jump through but this should fix it. The SPI EEPROM shares some pins on the IO boards so by default it's disabled by driving GPIO57 high.GPIO57 isn't...

View Article

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

The different binaries for RP2040 may load the WHD/WXD at different flash addresses; make sure you have the right one.You can use picotool on the binaryCode: $ picotool info -a doom_tiny.uf2File...

View Article
Browsing all 4880 articles
Browse latest View live