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

SDK • Re: Defining C defines at the "cmake .." stage

Add the following to your CMakeLists.txt file:Code: target_compile_definitions(${PROJECT_NAME} PUBLIC NODENAME=${NODENAME})Statistics: Posted by Memotech Bill — Tue Jul 16, 2024 1:28 pm

View Article


General • Re: Can you add / change files on a pico w over WiFi?

Just checking if this problem has been solved?As far as I know things are the same as they were back in January when this thread was started; that there are a number of ways of doing it. The only...

View Article


Beginners • Re: 256G SSD - creating image on 32G USB

And then create an image of the USB? It's the first time I have used the SD copier and it's made two partitions on my USB drive - one doesn't mount in Windows and the other is only 512 MB (bootfs).Not...

View Article

Beginners • Re: PI RAM amount

The OP last visited Sun Jul 14, 2024 3:02 pm, so straight after they posted.If they wish to resume the discussion when they next visit then they can report this post and ask for it to be reopened, but...

View Article

General • Re: Using oscillator of different frequency with RP2040?

I am merely trying to save cost by using 1 less crystal in my designI would imagine it's going to cost far more in effort and development time than using an additional crystal.As to getting a...

View Article


Troubleshooting • Re: Unable to obtain driver for chrome.

Here's the error by the way:Code: Traceback (most recent call last): File "/home/pi/Test-Env/lib/python3.11/site-packages/selenium/webdriver/common/driver_finder.py", line 67, in _binary_paths output...

View Article

MicroPython • Re: SPI just Plain not working

Hi SHadewalker3652,How do you know that is not working?Are you using an oscilloscope to check the output?What do you have on the mosi(GP19) to connect to?Statistics: Posted by danjperron — Tue Jul 16,...

View Article

General • Re: why does core 1 pause while core 0 writes flash?

If your core1 program is merely pausing while the flash is programmed, then you aren't executing from the XIP at the time (that would cause it to crash totally).However, if you haven't done anything...

View Article


Raspberry Pi OS • Re: Raspberry Pi Zero W hangs and becomes unreachable after...

Just got the official Rpi micro USB charger but the issue persists. I noticed that the power LED turns completely off when this happens. Now the question is whether it is a SD Card issue or a board...

View Article


Troubleshooting • Re: Dual 15.1" touch Screens

Tried that…it won’t assign a touch screen to each display. It assigns both to a single display. When I try to assign it to the other it automatically assigns both to that monitor. Could it be that...

View Article

Raspberry Pi OS • Re: OS / Harware Compatibilty

Are there things which just do not run on some devices?Firefox hangs my Pi 4B 1GB Bookworm completely and requires power to be pulled to resolve that. I am not sure if it's lack of memory or what, how...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting • Re: [RPi4] Surround sound channel mapping / jacks wrong

Main application on this device using audio output is indeed Kodi.configure it to use ALSA directlyI've currently not yet reached the point where to start play ostrich - still willing to get this...

View Article

Image may be NSFW.
Clik here to view.

Troubleshooting • Re: Raspberry kills USB boot storages!!

I received the message "remove without edject" I think the message was more like 'disk removed without ejecting' - that will often corrupt a drive - you need to unmount a drive before removing it....

View Article


General • Pi Pico VScode extension: Failed to setup example

Windows 10 x64, Extension version: v0.14.0 (pre-release)New project From Example: any example fails.New Project - fails.What else info should I present to solve the problem?Statistics: Posted by...

View Article

Troubleshooting • Re: Errors with cloning SD card

Thanks for the reply. Currently, i don't have a USB/SD card adapter i can attach to the Pi. Obviously, i can get hold of one from the usual sources. But, if there's another, quicker way round this,...

View Article


General • Re: Pi Pico VScode extension: Failed to setup example

More detail on what "fails" means, how it manifests itself, may help.As may knowing which or what "Pi Pico extension" is being used.Statistics: Posted by hippy — Wed Jul 17, 2024 2:33 pm

View Article

Python • Re: Best way to run a Python Program

take the temperature reading, turn on or turn off a 5v relayJust reread this. I also use the try/except to turn off any device I need if it's been set.Code: # Exit Routine - Get here if an error if...

View Article


Raspberry Pi 400 • Re: Has anyone built a budget-friendly desktop using...

Yes, its what @jamesh wrote, buy a Pi400. Then you go through the installation procedure of the PiOS. In the end you have a standard set up of the Pi. But that's probably not the friendly desktop you...

View Article

General • Trying to find additional debug probe jst-jst cables

Does anyone know of a source in the UK for additional debug probe JST-SH/JST-SH cables? The Pi Hut and Pimoroni both stock JST-SH to dupont male/female but not JST-SH to JST-SH. I'd just like some...

View Article

Troubleshooting • Re: Raspberry crashes when doing any long operation

You could try limiting the max cpu clock to reduce power and heat.PutCode: arm_freq=800in config.txt.The default max is 1000MHz for the Zero 2W. I've got some of mine set to 800 because it seems to...

View Article
Browsing all 4889 articles
Browse latest View live