Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.5 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.5 KB

Blynk MQTT client for HTML5 / JavaScript

HTML5, combined with WebSockets, provides a powerful duo for building real-time, interactive web interfaces for IoT Edge and Embedded Systems. This combination enables the creation of web applications that can communicate efficiently with IoT devices in real-time, facilitating seamless user interaction with the device's data and operations. It is widely used in creating dashboards for monitoring and controlling IoT devices, offering a platform-agnostic approach that works across various devices and browsers, enhancing the user experience in IoT ecosystems.


Prepare your Device in Blynk.Cloud

  1. Create Blynk template based on the provided blueprint. Click the Use Blueprint button in MQTT Air Cooler/Heater Demo.
  2. In the left panel, select Devices
  3. Click New Device button
  4. Select From Template -> MQTT Demo, and click Create

Note

Please note the device credentials that appear in the upper right corner. You'll need them in the next step.

Run the example using your Browser

👉 Open Demo page 👈

Insert the Auth Token of your device an click Connect


Further reading