Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 914 Bytes

File metadata and controls

26 lines (20 loc) · 914 Bytes

The Raspberry Pi as a tool for embedded development

This repository contains my ansible playbooks and Home Assistant configuration. I use the RPi to both compile and upload firmware to microcontrollers with Platformio, but also a MySensors gateway to receive sensor data. These playbooks document my configuration of the RPi for these purposes. In case something breaks I can be up and running quickly.

Ansible 2.4 or greater is required.

Examples

Quick install of the MySensors gateway for a RPi (running Hassbian)

ansible-playbook -i hassbian.local, -u pi install-mysensors-gateway-raspberry.yaml

Quick install of Platformio

ansible-playbook -i raspberrypi.local, -u pi install-platformio.yaml

Setup and Maintenance of Hassbian/Home Assistant

ansible-playbook -i hassbian.local, -u pi configure-ha-rpi.yaml