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

Troubleshooting • Re: [Bookworm] Pi Won't set Wi-Fi country code

I can only confirm to see the same problem:Code: $ sudo raspi-config nonint do_wifi_country DK$ sudo raspi-config nonint get_wifi_country -> DK which is correct$ iw reg getglobalcountry DK:...

View Article


Troubleshooting • Re: RPi5, USB3.0 and Interference with local GPS

@6by9 Question - Is it possible to stop USB3 negotiation in software? Our primary peripherals will work at USB2 speeds but due to the way we designed the enclosure it needs to use the USB3 bus. Is...

View Article


SDK • Re: Latest VS Code extension: error with example project

I'm not certain if this is significant or not, but it appears the when detecting tools the system python v3.8.2 is found (see end of code block, below). The python version installed with the extension...

View Article

Image may be NSFW.
Clik here to view.

General • Re: control a set of 15 inputs that output 15 outputs on Pico

Just so OP knows all the options available, you can also apply charlieplexing for the LEDs. https://en.wikipedia.org/wiki/CharlieplexingThe easiest route is to stick to a keyboard matrix, of course....

View Article

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

Posting here on behalf of the following thread that I started. Not meaning to cross-post, but the topics are similar and I found this post after I'd started the following topic in the SDK forum.Latest...

View Article


SDK • Re: TrustZone using Pico 2

Have you read the security chapter of the datasheet, and the Armv8-M architecture reference manual section on the Security extension? There should be a lot of useful information in there.The cores...

View Article

Android • Re: Raspberry Pi 4 can run both Android and Linux apps.

We have updated our APK's to work with Konsta Kang's lineage-21.0-20240816-UNOFFICIAL-KonstaKANG-rpi4.zip release. You can also install it on AOSP14 .Statistics: Posted by Vasant — Thu Aug 22, 2024...

View Article

General programming discussion • Re: 24 Minute Sun Simulation

Thanks for the input so far.402 is a weird number. I came to 402 (804 total) when I tested a lighting angle to get the shadows on my table. The table is 20 feet long and by adding an extra foot on...

View Article


Image may be NSFW.
Clik here to view.

Camera board • Re: Rebuilding rpicam-apps

never mind I figured out the issue and create a unique name for the symlink Code: install_symlink('lib_rpi2cam.so', install_dir: get_option('libdir'), pointing_to: 'rpi2cam_app.so') all good now they...

View Article


General discussion • Re: RP2350 and Pico 2 released!

Note that you can lock access to pages of your OTP using keys … which leaves u the ability to freely modify OTP buts in the future but not anyone elseStatistics: Posted by kilograham — Thu Aug 22,...

View Article

Français • Re: Ads blocker niveau réseau - pihole ou adguard home . version...

bonjour,pensant à installer un bloqueur ads au niveau du réseau,j'ai vu 2 logiciel Pi hole ou adguard home ?lequel des 2 recommandez vous ?aussi, quel version minimale de pi peux il être bon ?merciI...

View Article

Beginners • Re: Changing Username and Hostname

Thank you!! (and also sorry for the late reply)Statistics: Posted by ethanic — Thu Aug 22, 2024 2:53 am

View Article

General programming discussion • Re: Using RTC time in Rasberry Pi Programs

I am not sure about the Pico I suppose the Pico being an MCU it has to be interfaced with a zero, pi, pc for it to get the time through interface. The zero and pi would be connected to internet always...

View Article


SDK • Re: picotool 2.0.0 is installed, cmake says it can't find it...

I thought pico_setup.sh was supposed to take care of everything.If this is it, and I think it is - https://github.com/raspberrypi/pico-setup/blob/master/pico_setup.sh#L116 -Code: if [[ "$REPO" ==...

View Article

Beginners • Browser page jumps position on refresh

I have a problem with the internet browser chromium jumping position after scrolling down any page. It seems to do this on every page that is larger than one screen, when the page refreshes or reloads...

View Article


Beginners • Re: NVMe memory

I put two of this configuration together and they simply worked from power-on.Ditto. Same here, same configuration. Important success points:Good quality diskBe really careful with the cable:...

View Article

Networking and servers • Control Raspberry Pi Via Networkless Interface

Hello Raspberry Pi Forum,So here's my dilemma: I want to control my raspberry via a network-less web interface. E.g. a flask application running through screen.I have tried several things:- Hosting a...

View Article


General discussion • Re: Power Issues After a Spike

Discard your existing surge protectors. Most of them are only good for one major surge. They will have died doing their duty. (They'll still probably be just fine as power bars...but don't rely on...

View Article

General • pico multicore & printf

Hi,The following output via minicom over usb is correct, as produced by the code snippets after the +++ line. What I'm interested in knowing is why this doesn't work without all those sleep_ms(1000);...

View Article

General • Re: RP2040 / RP2350 Secondary USB HID (guest, not host)

Yep, I think it's feasible. You need another USB stack:https://github.com/sekigon-gonnoc/Pico-PIO-USBStatistics: Posted by katak255 — Fri Aug 23, 2024 1:11 am

View Article
Browsing all 4060 articles
Browse latest View live