Quantcast
Browsing all 4943 articles
Browse latest View live

General • Re: Is this a job for PIO?

It's strange, an old dinosaur like me thinks there are plenty of options to get the thing done, but perhaps those that are familiar with the Arduino way of doing things do not see things as I do.A...

View Article


Troubleshooting • Re: No audio on Pi 5

nah theres no hdmi connected at all, just the DSI touch screenStatistics: Posted by lewisjxiv — Sun Aug 18, 2024 12:10 am

View Article


Troubleshooting • Connect Raspberrypi to Audrino IDE

Paspberrypi 4 model B; how to connect Audrino IDE. I can't see the board type in the program drop down box. I am using an Apple M1.Help & thanksMark WestonStatistics: Posted by atholmark — Sun Aug...

View Article

Networking and servers • Re: Cant access device on Wifi AP

I simply run on a fresh install Code: sudo nmcli device wifi hotspot ssid "example-network-name" password "example-password"From the official instructionshttps://www.raspberrypi.com/documentati ......

View Article

Advanced users • Re: Extra power on NVMe board.

IMO That's a question that is best asked to the folk at Pimoroni https://forums.pimoroni.com/Good idea, I just did. ThanksStatistics: Posted by FromLake — Sun Aug 18, 2024 12:49 am

View Article


Off topic discussion • Your very own 80's vintage Cray-2

On sale at Cristie's: A CRAY-2 SUPERCOMPUTERCRAY RESEARCH, INC., 1985From Paul Allan's collectionhttps://onlineonly.christies.com/s/firs ... crumb=backHow many Pi5s would that be?Statistics: Posted by...

View Article

Troubleshooting • Help with rp2040

Hello all. I have built a custom board but have been having issues with it. I'm flashing it with the rp2040 tiny fpc dongle. When I plug my board into the PC via USB pico shows up and my PC recognizes...

View Article

Python • Re: Running PyAudio Script On Startup Issue

Good idea. Any idea if that would work on OS Lite?Statistics: Posted by Henrik Gill — Sun Aug 18, 2024 1:09 am

View Article


General • Re: Pico 2 backwards compatibility?

No, the system-level memory map is different.Ah, that's a shame but not really surprising, and obvious in hindsight.I suppose one could add trap-handlers for memory accesses but that's all a bit much...

View Article


Beginners • Re: How to configure wayvnc in fail2ban?

In the past I would probably done this, but I completely gave up on fail2ban a few years ago because IMO it's piggiful slow.I use knockd now. Ports are locked down until they get the unlock knock,...

View Article

Troubleshooting • Re: Unresponsive diy RP2040

The image is a bit small for my poor eyes but where does "VIN" come from ?I can't see it on the USB connector. Maybe it's not connected to anything ?And what's "5V" connected to on your LED...

View Article

Image may be NSFW.
Clik here to view.

General discussion • Re: Looking at improving my backing up of my Pie's...

Thank you both. I don't have a graphical interface on those Raspberry Pies and from what I saw, it clones to another SD, not an image. I did read about a fork that allows to send to the image but...

View Article

General • Re: Latest Getting Started document removes SWD instructions

I was hoping to use my Pi 5 as an all-in-one development platform for it.Seems to me you should be able to still use the old instructions even if they are not in the latest dcumentation, so just make...

View Article


Python • Re: Button to restart Pi, button to restart program

For restarting the script, you could try something like this:Code: from gpiozero import Buttonimport subprocessfrom signal import pauseimport sysdef restart_program(): try: subprocess.run(['python',...

View Article

Advanced users • Re: Looking at improving my backing up of my Pie's MicroSD card

Looks like I won't even need to remove the MicroSD card anymore to create a bootable copy of my Raspberry Pies. Nice!Thanks again.What you should do is to use THREE SDCards. This is known as...

View Article


SDK • Re: Enforced Stack Limits (was "Stack Location" (was...

OopsStatistics: Posted by kilograham — Mon Aug 19, 2024 12:39 am

View Article

Troubleshooting • Headless Bookwork vs Bullseye network problem

I am having a problem connecting a headless Raspberry Pi Zero to my network when I use Bookwork. I burned the SD again with Bullseye and it connects, besides no wpa_supplicant is there something else...

View Article


MicroPython • Re: How to flip bit order in PIO

Usually, PIO questions have a clear objective and has a useful end-use. This one, hmmm -- how is anyone going to synchronize those data bits?A familiar kind of vague. Have it working? Would OP be so...

View Article

Troubleshooting • No Supported Network Connection Manager Found

I'm having issues connecting to any domains via my headless Raspberry Pi. I'm sure I've messed up some of the network interface files but I'm not sure where.This Raspberry Pi is plugged in via...

View Article

Interfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 gpio libraries

The general recommendation from Pi Towers is libgpiod for C and gpiozero for Python.Thanks for the prompt reply and confirmation.So you are all ok with the gpiozero backends that write directly to...

View Article
Browsing all 4943 articles
Browse latest View live