TL, DR MicroPython is a fantastic framework to write code for micro controllers. I just created a very simple library to enable those devices uploading files into a MinIO object storage. MinIO object storage I already wrote a couple of blog posts about MinIO (you can check them here), a great self-hosted object storage software.… Continue reading A MicroPython client for MinIO
Tag: Setup
Setup a BeagleBone Green Wireless with HDMI cape
TL, DR BeagleBone HDMI cape needs a specific OS version to work, and we need to prevent upgrades that would break compatibility. This post provides a guide to setup a BeagleBone Green Wireless with the HDMI cape and prevent breaking updates. BeagleBone Green Wireless BeagleBones are open source Single Board Computers (SBC) that can be… Continue reading Setup a BeagleBone Green Wireless with HDMI cape