Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.41 KB

ESP8266 Sensors to Hono

This project sends temperature and humidity with MQTT to Eclipse Hono.

Prerequisites

Hardware

Firmware

NodeMCU 2.0.0 custom build (created by https://nodemcu-build.com/, build provides integer and float version, use float) with modules: cjson,dht,file,gpio,http,mqtt,net,node,tmr,uart,wifi.

See the NodeMCU documentation for information about the modules as well as building and flashing the firmware.

IDE

  • e.g.: ESPlorer - includes a serial terminal. Might require drivers for the board (MacOS, Win, Linux should work). Set Baud rate to 115200.

Configure

Configure in file config.lua.

Usage

Flash, configure and start the device. It will register itself at Hono as "esp8266.MAC-address".