Special firmware for usage ESP8266 in DeviceHive clouds. This repo consist of few parts of this project which can be used with other projects. Each project has dedicated readme file.
Simple utils for flashing and connecting to ESP8266.
Simple web pages with JavaScript sample of sendind recieving command from device via cloud.
Sources of DeviceHive ESP8266 firmware.
Small utils which is written on bash and can be used on any OS. This util creates binary firmware files files from crosstool-NG binary file output.
Tests for firmware. Youcan find sample of command in file requests.html. Each addtest() instance have boolean third parameter. If this parameters is true it means that command and parameters is written correctly and you can use it as a sample.
Pre built binaries of utils and released firmwares.
SDK from chip manufactor. Included in this repo to make sure that we are using the same version of this SDK to avoid any surprises from changing APIs
Document contains cloud commands specification for this firmware.
The MIT License. See LICENSE file. Except sdk directory, it has ESPRSSIF MIT License, see sdk/License file for details.
Nikolay Khabarov