this post was submitted on 22 Jun 2023
3 points (100.0% liked)
Do It Yourself
7719 readers
2 users here now
Make it, Fix it, Renovate it, Rehabilitate it - as long as you’ve done some part of it yourself, share!
Especially for gardening related or specific do-it-yourself projects, see also the Nature and Gardening community. For more creative-minded projects, see also the Creative community.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you want something simple to set up, I've used the Adafruit Trellis Neo in the past, you can solder many many boards together in a grid and communicate over I2C or USB to a microcontroller. The only hitch is that control requires CircuitPython, which can be a pain to install.
No python allowed in this project. The point is for me to code a microcontroller to do something on my own
I2C is a simple standard, you can manually control it if you want.