this post was submitted on 26 Dec 2023
24 points (96.2% liked)
Permacomputing
647 readers
1 users here now
Computing to support life on Earth
Computing in the age of climate crisis is often wasteful and adds nothing useful to our real life communities. Here we try to find out how to change that.
Definition and purpose of permacomputing: http://viznut.fi/files/texts-en/permacomputing.html
XMPP chat: https://movim.slrpnk.net/chat/lowtech%40chat.disroot.org/room
Sister community over at lemmy.sdf.org: !permacomputing@lemmy.sdf.org
There's also a wiki: https://permacomputing.net/
Website: http://wiki.xxiivv.com/site/permacomputing.html
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If you're into hardware and maker stuff, it is ideal for learning Linux embedded. The radios are likely on PCI buses that are just integrated on the PCB. You can work on programming the kernel stuff. This guy has been doing a great job at building up and documenting this kind of dev skills lately: https://www.youtube.com/channel/UCHkwlexIsoJVa5g_G9g18GA
You can also try and use the UART serial port that is likely broken out and any LED or button pins as an enable line for chip select and that will give you access to SPI as the SPI bus will be connected to the flash memory chip and that is easy to find documentation for in practice. A router is basically a beagle bone level of development board that comes with a nice enclosure - IMO.