Ecosyste.ms: Awesome
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: 4 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T22:23:28.000Z (about 9 years ago)
- Last Synced: 2024-11-02T02:21:44.211Z (about 2 months 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 [email protected]: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.