Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/factana/fogwing-node-mcu-esp8266
- Owner: factana
- Created: 2021-01-21T12:09:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T17:13:40.000Z (over 1 year ago)
- Last Synced: 2023-05-02T18:23:28.551Z (over 1 year ago)
- Topics: arduino, esp8266, factana, fogwing, fogwing-iothub
- Language: C++
- Homepage:
- Size: 411 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 BlanchonOpen 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.