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.
- Host: GitHub
- URL: https://github.com/idorobots/esp8266-ansible
- Owner: Idorobots
- License: mit
- Created: 2015-09-23T13:02:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T22:23:28.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T06:18:14.305Z (over 1 year ago)
- Topics: ansible, esp8266, nodemcu-firmware, toolchain, vagrant
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.