this post was submitted on 18 Dec 2025
7 points (100.0% liked)

raspberrypi

5230 readers
1 users here now

Community about the single-board computers, micro-controllers and related projects.

https://www.raspberrypi.com/

Other RaspberryPi communities on Lemmy

founded 5 years ago
MODERATORS
 

Im currently making a costum 10x10 led matrix, and for it to be able to display senseable stuff, im trying to segment the display into 10 vertical lines which cycle at at least 100hz. Would a Python script on a raspberry pi be able to cycle its GPIO pins at this speed? Or Would an arduino or other Microcontroller be able to do it better?

you are viewing a single comment's thread
view the rest of the comments
[–] geneva_convenience@lemmy.ml 2 points 3 weeks ago (1 children)

RPI pico is probably a better choice. A rpi 5 can do stuff like WiFi servers and browsers but that's not what you will do with it.

[–] Luffy879@lemmy.ml 1 points 3 weeks ago (1 children)

Thats what I was planning

Tho, is it possible to connect a Pico w (with wifi) to my network and pull data from an API Server? Or do I have to somehow manually transfer that via some gpio Pins and an extra library?

[–] geneva_convenience@lemmy.ml 1 points 3 weeks ago

No it works with simple WiFi stuff.