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

HATs and other add-ons • M.2 and POE HATs: Preferred stacking order?

Thoughts/advice sought please.The board is an 8GB Pi5 with an official active cooler. I suspect I'd like to keep this in situ.Case not a consideration/constraint here. The aim is to assemble a POE...

View Article


Troubleshooting • Re: RP5 software upgrade breaks headless operation

Seems like the boot order is wrong, Run:Code: sudo raspi-configto change the boot order.Statistics: Posted by kmacdchap — Tue Sep 17, 2024 11:57 pm

View Article


Automation, sensing and robotics • cant install modules for official RPI camera

i got the official Raspberry PI 5MP Camera Board Module from 2014. it is plugged into the rpi 3 via the ribbon cable. the OS is 32 bit Bookworm.my python script calls for: import picameraimport...

View Article

Automation, sensing and robotics • Re: cant install modules for official RPI...

this command works so i know the camera is working:rpicam-still -o ~/Desktop/image.jpgStatistics: Posted by tung256 — Wed Sep 18, 2024 1:06 am

View Article

Graphics, sound and multimedia • Trouble: HDMI and WLAN access

This issue is related to Raspi 4 or 5 on bookworm, I didn't test others.Suppose e.g. your Raspi has hdmi_force_hotpug=1 enabled in the config.txt file, it happens sometimes that the WLAN connection...

View Article


Troubleshooting • Re: Samba works for one share but not another. Permission...

Actually I have just given up.I moved all the /opt folder underneath /home the apps still worked and the the other samba share picked them upJCStatistics: Posted by jc508 — Wed Sep 18, 2024 1:11 am

View Article

Graphics, sound and multimedia • Re: iMac as display for RPI5

Please refer to my post "Trouble: HDMI and WLAN access" in this form for more trouble shooting. In "our" case this is applicable.Statistics: Posted by AgeGrimm — Wed Sep 18, 2024 1:15 am

View Article

Troubleshooting • Re: Raspberry pi installer Windows 11

Think this may be 2 separate things. So, first off:A Win11 installation here of the most recent Imager ends up inCode: C:\Program Files (x86)\Raspberry Pi Imager\rpi-imager.exeDoes this executable...

View Article


Image may be NSFW.
Clik here to view.

General • CDC driver for RP2350 (Pico 2)

Hi Guys,Just wondering if there is any magic that needs to be done to get USB CDC working on the Pi Pico 2's?It is coming up as an unknown device in device manager.I have this in my CMakeLists.txt...

View Article


SDK • Re: Setting PICO_BOARD in CMakeLists.txt since 2.0.0

I ran into the same issue with PICO_BOARD not getting set correctly and had to change the order in the CMakeLists.txtWish this was documented somewhere. I was scratching my head for a...

View Article

Graphics, sound and multimedia • Re: Cannot send USB MIDI

I'm likely not following correctly. I'm not connecting two ports, but rather sending on the Pi itself. Does this:amidi -p hw:1,0,0 -S '90 3C 7F'Require an aconnect? Something to the Pi host itself?...

View Article

Image may be NSFW.
Clik here to view.

Advanced users • Re: TP-Link Archer T2U PLUS [RTL8821AU] Monitor mode

Wrong driver - 8812AU is not the same as 8821AU https://github.com/morrownr/8821au-20210708 works. Solved.Statistics: Posted by tasc — Wed Sep 18, 2024 10:36 pm

View Article

General • Re: Pico2 easy upgrade or nightmare?

When you have a custom board header the file goes where?In ${CMAKE_BOARD_HEADER_DIRS}I normally use:Code: set(PICO_BOARD_HEADER_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../boards)which gives me a /boards...

View Article


Troubleshooting • Re: Pi 5 failing after most recent update

Huh,Using full-upgrade fixed it. I guess there is a clash that dist isn't resolving properly.First time in years of using Linux I've had that one...Edit: nope. It looked like it'd worked fine, and...

View Article

Other RP2040 boards • Custom RP2040 Board only 'likes' one uf2 file

TLDR:I have a custom board, and a single provided uf2 file. The board booted with the provided uf2 file and works fine with serial communication. Any other file I have tried to boot appears to run but...

View Article


Beginners • Re: pi5 using 480i

Instructions were in the first post i made in this thread.But, in more detail: you need to go to the command prompt and type "sudo nano /boot/cmdline.txt" to edit the file and add...

View Article

SDK • Re: IRQ handler issue

Triggering on rising edge or falling edge or both? Post code so people can see.Statistics: Posted by Heisen — Wed Sep 18, 2024 11:19 pm

View Article


General discussion • Guidelines for an HDMI project

Hi,I'm new to the Raspberry.I need to build a device that can read a 4K/60P signal without HDCP, and output it with HDCP.It's the opposite of an HDCP stripper, so no copyright violation here.If it's...

View Article

Troubleshooting • Re: Dip Switches on Pi Keyboard

I come back with results! So I would unplug the board, change the dip switches, plug it back in and run Code: sudo lsusb -v | grep iProductHere are the results:OFF OFF OFF OFF iProduct 2 RPI Wired...

View Article

Other RP2040 boards • Re: Custom RP2040 Board only 'likes' one uf2 file

I ran into something like that recently with the C SDK. I was writing my own AHT20 test program, so I copied over one of my test programs and adapted that. Compiled fine with CMake on Linux Mint.But...

View Article
Browsing all 5151 articles
Browse latest View live