Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (17 loc) · 1.1 KB

iot.md

File metadata and controls

34 lines (17 loc) · 1.1 KB

Internet of Things Platform

The Watson IoT Platform will play multiple roles in this pattern, by taking in the audio and delivering it back, and by sending commands and receiving topics from a hardware device. The published topic will carry out a sentence with it based on a previously sent command. MQTT made it easy to build a communication between the Node-RED Starter, IoT Platform and the device.


Open IBM Cloud Service Catalog:

IoT Platform service (not boilerplate) catalog


After you create the service, open the IoT Platform service and click Launch button:


How-To:

Click here to generate API key and token in IBM Watson IoT Platform

Hardware

This is Nodemcu version 2 (ESP8266).

Additional: This is the Serial Monitor from Arduino IDE that shows the connection, the topics, the message, etc.