-
Quick and dirty auto-deployment to Raspberry Pi
Some projects require a quick way to deploy code to a Raspberry Pi (or other small device running Linux behing NAT) and it's not critical enough to need things like Kubernetes, Ansible or Docker. It was exactly the case for a small RGB LED matrix we set up at our…
-
Squeezing Tasmota into 512KB ESP8266 (ESP-12) module
Tasmota is a custom firmware for ESP8266/ESP32 devices, used mostly as a replacement for the stock firmware in a huge amount of Internet connected home gadgets. It makes it very easy to connect them with automation software like HomeAssistant, openHAB or Domoticz. It comes with support for a great…
-
Spinning up a free IPFS webrtc-star discovery server with Heroku
Deploy the webrtc-star signaling/discovery server in 5 minutes on Heroku for free…
-
Go for Particle Argon, Boron or Xenon
Thanks to TinyGo, "a Go compiler for tiny places", you can now use Go to write firmware for all 3rd gen Particle devices.…
-
Single Dockerfile for testing and production using multi-stage builds
Create a single Dockerfile to build development, testing and production images.…