Raspberry Pi

11 readers
1 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 1 year ago
MODERATORS
1
6
submitted 2 weeks ago* (last edited 2 weeks ago) by neme@lemm.ee to c/raspberry_pi@programming.dev
2
10
Rust on RP2350 (www.raspberrypi.com)
submitted 2 months ago by neme@lemm.ee to c/raspberry_pi@programming.dev
3
 
 

Dmitry Grinberg writes:

go replan all your STM32H7 projects with RP2350, save money, headaches, and time. As a bonus, you’ll get an extra core to play with too! "But," you might say, "STMicro chips come with internal flash, while RP2350 still requires an external SPI chip to store the flash". Hold on to your hats... there are now RP2350 variants with built-in flash! They are called RP2354A nd RP2354B and they include 2MBytes of flash in-package. The pinouts are the same as the RP2350A/B, for a bonus! Why two pinouts? Because the "more GPIOs" dream also came true! There is now a variant with more GPIOS, available in an 80-pin package. That’s right! It is epic!

Read Why you should fall in love with the RP2350

4
5
 
 

cross-posted from: https://lazysoci.al/post/16382902

cross-posted from: https://wired.bluemarch.art/post/306975

We’re happy to announce the launch of Raspberry Pi Pico 2, our second-generation microcontroller board, built on RP2350: a new high-performance, secure microcontroller designed here at Raspberry Pi.

With a higher core clock speed, twice the memory, more powerful Arm cores, new security features, and upgraded interfacing capabilities, Pico 2 delivers a significant performance and feature uplift, while retaining hardware and software compatibility with earlier members of the Pico series.

Pico 2 is on sale now, priced at $5.

6
7
8
9
 
 

Cross post

10
 
 

i kinda wanna buy one to toss it in my backpack with a 2TB ssd full of movies and stuff to have a zero latency netflix anywhere i go.

im just a little bit confused because jellyfin docs say that its not a good idea at all to run it on a raspberry pi (or any other single board computer), so i thought i'd ask here if anyone has done that. i mean, just one user shouldn't be that much for a raspberry pi, right?

11
 
 

"Raspberry Pi Ltd, a leader in low-cost, high-performance computing, announces that it is considering an initial public offering (the "IPO" or the "Offer") and that it intends to publish today a registration document (the "Registration Document"). The Company is considering applying for admission of its ordinary shares to the premium listing segment of the Official List of the FCA and to trading on the Main Market of the London Stock Exchange ("Admission")."

12
13
 
 

cross-posted from: https://infosec.pub/post/12005873

I have a Keybow MINI hooked up to a Raspberry Pi Zero W, and I'm using Python to respond to events. I have one button that kicks off playing a song on a passive buzzer, and I'm wondering if there's a way to have a button press stop the song before it completes.

14
15
16
17
18
19
20
21
22
23
24
25
 
 

Hi, question for the group.

I have a pi zero 2 running the lite OS suggested by the imager. I’ve been able to create a RAID with 2 240gb SSD on the usb port. Even during a peak read/write stress test, the power draw for the whole system doesn’t exceed 800ma.

Anyhow, ideally I would like to boot from this volume and elimante the SD card completely, but have been stopped by not even being able to boot with the root set to the RAID and the boot dir still on an SD. I can get it to boot when /usr and / var are on the raid

Has anyone any insights on different things to try? Perhaps even a good reason this can’t work would free me from this fools quest so my project can advance?

view more: next ›