An open API service indexing awesome lists of open source software.

https://github.com/idorobots/esp8266-ansible

Ansible + Vagrant provisioning scripts for full ESP8266 toolchain environment.
https://github.com/idorobots/esp8266-ansible

ansible esp8266 nodemcu-firmware toolchain vagrant

Last synced: about 2 months ago
JSON representation

Ansible + Vagrant provisioning scripts for full ESP8266 toolchain environment.

Awesome Lists containing this project

README

          

# ESP8266 toolchain

Ansible + Vagrant provisioning scripts for full ESP8266 toolchain environment including the NodeMCU firmware & some helpers.

# Requirements

* Vagrant
* Ansible
* Virtualbox

# Running

All you need to do is:

```
git clone git@github.com:Idorobots/esp8266-ansible.git
cd esp8266-ansible
vagrant up
```

...and you will be able to ssh into the box to enjoy pre-built toolchain & NodeMCU firmware. Happy hacking.

# License

See LICENSE file.