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

General • Re: Pico 2 SWD

I ran the debugger on the Pico 2 without any problemsYou need the latest SDK (v2 ATM) to accomodate the Pico 2 + the optional RiscVSo far I've only managed to get SWD working using the retail debug...

View Article


Troubleshooting • Re: How much space do you need free on SD card to function?...

No, I mean, just consider that 8GB will be taken by the OS, not that the OS needs 8GB free.If the OS is 8GB and you will be taking 3GB of pics before moving them out of the SD, then a 16GB card will...

View Article


SDK • Re: Another cmake question - sorry

Code: if(PICO_PLATFORM STREQUAL "rp2040")target_compile_definitions(your_lib_name PRIVATE PICO_HEAP_SIZE=0x2000 )else()target_compile_definitions(your_lib_name PRIVATE PICO_HEAP_SIZE=0x4000...

View Article

General • Re: Problems with battery driven Pico

Some proposals:- separate the Neopixel animations into a function "def animation():" to have a better structured program.- add a method "def log(message):" which writes messages to a file *- after the...

View Article

Off topic discussion • Best combination

I want to connect some pir sensor door sensors and other simple sensors. What would be the best connection? Connect everything to a raspberry pi zero2w and manage the sensors via a touchscreen...

View Article


General discussion • Re: RP2350 and Pico 2 released!

Also there are 7 redundant copies of the CRIT0 flag. Were these intended for writing later so the processor takes the last one written, or just all read the same from one memory location.See datasheet...

View Article

Python • Re: Running PyAudio Script On Startup Issue

@thagrol I did what you said and here is what the journal said:Code: Aug 22 13:18:42 raspberrypi systemd[1]: Started my_service.service - aplay root test.Aug 22 13:18:44 raspberrypi aplay[372]: ALSA...

View Article

Image may be NSFW.
Clik here to view.

General • debugprobe_on_pico (i.e. not the retail debug probe)

I've got a retail debug probe which works fine. Problem is I want to use the alternate probe you install on a pico (i.e. only one USB cable)On page 18 of Getting Started With Pico -...

View Article


Beginners • Re: need location access through browser

Saintzu,Perhaps this might help https://support.google.com/chrome/answe ... %3DDesktop but quite how Chrome gets your actual location is another matter.You might also consider being just a little...

View Article


Off topic discussion • Re: Best combination

I would go with connecting the sensors to the pico W, reporting data via wifi (MQTT)You could then have the zero 2W and screen in another room for convenience (say)Statistics: Posted by neilgl — Thu...

View Article

Networking and servers • Re: Raspberry as local website

Hi I have some sensors I want to address sensors via i2c and make the data visible in a browser. The site will only be used in a local website. So that the user in the network can type in an ip adress...

View Article

Beginners • Re: How to configure wayvnc in fail2ban?

Can't help you directly, but you have 3 choices:1) wait for someone who knows how to make it work to find your post and actually bother to help out2) figure it out yourself3) give up and possibly use...

View Article

Troubleshooting • Re: Unable to boot Pi5

Carefully read and follow the instructions found here: viewtopic.php?t=58151Statistics: Posted by memjr — Fri Aug 23, 2024 5:11 pm

View Article


General • Re: Is anybody using Google's Pigweed on the Pico ?

I haven't seen much about it at all, was expecting to see some sort of "Getting Started with Pigweed" document so didn't invest much time in figuring out what it was and whether it would be useful....

View Article

Troubleshooting • Re: Help: New PI5, rpi-imager won't run after Moode install

Have access to another computer? Flashg the card/drive with the imager from that.You can even do this on a computer at your local library if that's what it takes.Statistics: Posted by memjr — Fri Aug...

View Article


Networking and servers • Re: Control Raspberry Pi Via Networkless Interface

So you are ruling out cabled Ethernet. I understand, that's not portable.You are ruling out 'WiFi' wireless. Although you have experimented with it. Not sure why you have eliminated it as an...

View Article

Troubleshooting • Re: Getting "Install an OS on this Raspberry Pi"...

Just out of curiosity, is the keyboard functioning correctly? Since the dongle itself isn't the problem, could the shift key actually be stuck on the keyboard? A stuck shift wouldn't show too much...

View Article


SDK • Re: Hang on cyw43_arch_gpio_put() when network active.

Looks like adding cyw43_arch_lwip_begin() / cyw43_arch_lwip_end() didn't help. This time it just happened to take bit longer than usual for the call to cyw43_arch_gpio_put() hang... It would seem this...

View Article

General discussion • Re: Raspberry Pi 5 discussion thread

The problem with 5V 5A negotiation might be that the connectors of these converters will drop significant voltages. If cables are present between adapter and converter, that drops more voltage as...

View Article

Beginners • Re: Browser page jumps position on refresh

I am using the same Chromium Browser Version 126.0.6478.164 on the same OS - Bullseye 32-bit, but on a Pi4.No issues with jumping back to the top of the page.Tomorrow can you go to the live cricket...

View Article
Browsing all 6220 articles
Browse latest View live