Arduino is an open-source electronics platform based on easy-to-use hardware and software. Connect Arduino-based boards with the Qubitro MQTT package.
The Arduino Nano 33 IoT is Arduino's smallest board to get started with Internet of Things (IoT). Using the popular Arm® Cortex®-M0 32-bit SAMD21 processor, it also features the powerful u-blox NINA-W102 Wi-Fi module and the ECC608A crypto-chip for security.
The MKR WiFi 1010 is a great choice for any beginner, maker or professional to get started with Internet of Things (IoT).Using the popular Arm® Cortex®-M0 32-bit SAMD21 processor, it also features the and the ECC508 crypto-chip for security.
The MKR 1000 WiFi is a great choice for any beginner, maker or professional to get started with Internet of Things (IoT). Using the popular Arm® Cortex®-M0 32-bit SAMD21 processor, it also features the and the ECC508 crypto-chip for security.
If you have further questions or suggestions, feel free to join -> Qubitro Community Discord via this invitation link.
Before getting started, make sure that required libraries are installed by visiting the setup page
Include the required libraries and define objects on top of the page.
Define the required variables.
Qubitro currently has support for key-value paired JSON objects as a data type. Nested values are not supported yet.
An example : "{\"Temp\":33}"
Set client id for identification
Set device id and token for authentication
Connect to the Qubitro broker
Subscribe to the topic
Set onMessage method to listen subscribed topic
Publish data to the subscribed topic
Print whenever message received
The following example :
Connects to the broker
Subscribes to the topic (the device itself in this example)
Publishes data in a loop with a delay of 2 seconds.
Prints message and subscribed topic (the device itself in this example)
Example output:
Before getting started, make sure that required libraries are installed by visiting the setup page
Include the required libraries and define objects on top of the page.
Define the required variables.
Qubitro currently has support for key-value paired JSON objects as a data type. Nested values are not supported yet.
An example : "{\"Temp\":33}"
Set client id for identification
Set device id and token for authentication
Connect to the Qubitro broker
Subscribe to the topic
Set onMessage method to listen subscribed topic
Publish data to the subscribed topic
Print whenever message received
The following example :
Connects to the broker
Subscribes to the topic (the device itself in this example)
Publishes data in a loop with a delay of 2 seconds.
Prints message and subscribed topic (the device itself in this example)
Example output:
Before getting started, make sure that required libraries are installed by visiting the setup page
Include the required libraries and define objects on top of the page.
Define the required variables.
Qubitro currently has support for key-value paired JSON objects as a data type. Nested values are not supported yet.
An example : "{\"Temp\":33}"
Set client id for identification
Set device id and token for authentication
Connect to the Qubitro broker
Subscribe to the topic
Set onMessage method to listen subscribed topic
Publish data to the subscribed topic
Print whenever message received
The following example :
Connects to the broker
Subscribes to the topic (the device itself in this example)
Publishes data in a loop with a delay of 2 seconds.
Prints message and subscribed topic (the device itself in this example)
Example output:
If you have further questions or suggestions, feel free to join -> Qubitro Community Discord via this invitation link.
If you have further questions or suggestions, feel free to join -> Qubitro Community Discord via this invitation link.
If you have further questions or suggestions, feel free to join -> Qubitro Community Discord via this invitation link.