Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/factana/fogwing-node-mcu-esp8266

Arduino IDE code for Node MCU ESP8266 device to send data to Fogwing IoT Hub.
https://github.com/factana/fogwing-node-mcu-esp8266

arduino esp8266 factana fogwing fogwing-iothub

Last synced: about 14 hours ago
JSON representation

Arduino IDE code for Node MCU ESP8266 device to send data to Fogwing IoT Hub.

Awesome Lists containing this project

README

        

# *Fogwing IoT emulator programs for node-mcu-ESP8266*

This repository contains emulated code for the Fogwing IoT for node-mcu-esp8266 that enables devices to send the data seamlessly to Fogwing IoTHub [Fogwing](https://enterprise.fogwing.net/) platform.

##### Note: that these SDKs are currently in preview and are subject to change.

## Fogwing IoT emulation for Arduino
This repository contains the following sensor's code:
* [DHT11 Sensor](https://github.com/factana/fogwing-node-mcu-esp8266/tree/main/fw-iothub-dht11-sensor)
* [Sample Message](https://github.com/factana/fogwing-node-mcu-esp8266/tree/main/fw-iothub-sample-payload)

## Installing the libraries
Install all required libraries using Arduino IDE.
* DHT sensor library by Adafruit
* PubSubClient library by Nick O' Leary
* ArduinoJson by Benoit Blanchon

Open Arduino IDE, go to **Sketch -> Include Library -> Library Manager** and include all the above libraries one by one.

## Run and Get Started with Fogwing IoT
Change required credentials with your Fogwing IoTHub access credentials after which you can upload the sketch into the board.

provided everything goes well you will find a message that reads **Done Uploading...** in the Arduino IDE.

## Start Analyzing your Data at Fogwing Platform
Now you are ready to analyze your data at [Fogwing Platform](https://portal.fogwing.net/) portal, you can access the data in data logs section of the portal.

## Getting help and finding Fogwing docs
* [Fogwing Platform Forum](https://community.fogwing.io/)
* [Fogwing Platform Docs](https://docs.fogwing.io/)
* Please visit https://www.fogwing.io/industrial-iot-platform/ for more information about Fogwing Industrial IoT Platform.