SKU_BOS0037_Boson_Obloq_IoT_Module_f9-DFRobot

Introduction

The Obloq IoT module is an ESP8266-based serial to WIFi IoT module for connecting your devices to Internet.

For guys who want to monitor the real-time temperature, humidity, formaldehyde concentration in your home, or remotely control your lamp, electric curtain, DIYs, ect., then this Obloq IoT module would be an excellent choice for you! The Obloq module is designed to be simple-to-use, and no complex coding required. Just with our micro:bit expansion board, Mind+ graphical programming software, DFRobot easy IoT platform and avalibale WiFi, you can easily connect your projects to the IoT world.

Application

Specification

Board Overview

Board Overview

Label Description
TX Serial transmit
RX Serial receive
Reset Reset button
Upgrade Firmware upgrade shortcut key

Tutorial

Measure real-time temperature via micro:bit, and transmit the data by IoT Platform and then when the IoT module receives the data, switch the fan module on/off by micro:bit.

Knowledge Point: learn how to use the Obloq IoT module and the communication process of commands in the background.

The Obloq IoT module has two basic functions: transmit data to IoT platfrom and receive IoT data. The tutorial below demonstrates how to use the Obloq IoT module with micro:bit and its expansion board combining Mind+ and IoT platform.

Requirements

Easy IoT Platform

Sign in and Setting Easy IoT

Easy IoT

Click Sign Up/In

Add a new device

Device Setting

ID account Interface

Connection Diagram

The Tx and Rx have been encapsulated onto two independent 3Pin connectors, which can be connected two random ports of micro:bit expansion board. Of course you should select the corresponding pins in code. Here we connect RX to P1, Tx to P0, the fan module to P8. As shown below:

Connection 1

Mind+ Graphical Programming

Open Mind+ graphical programming software, first load micro:bit block in "extension", then add the Obloq IoT module related block(Load micro:bit first, otherwise, you may cannot find IoT block when open communication).

Initial Setup

Initial setup 2

Initial Setup 3

Initial Setup 4

You can directly drag and snap the block from the command section, the final program is shown as below:

Mind+ 1

Click the setting icon in the block to set IoT parameters. They should be consistent with setting in the IoT Platform. Input your WiFi and password, and configure the Tx/Rx as the hardware connection.

Results

When downloaded the program, the RGB LED on the Obloq IoT module changes from red to blue, and to green and stays green, which indicates the IoT communicaton works well. The indications of the RGB LED are as below:

Color Function
Red Not work properly
Blue Connecting to WiFI
Green Work well
Purple MQTT disconnected

Fan module pinout

Pinout

Open the workshop to view the details.

Charts

Click send message in the workshop to remotely control the operation of the fan through the network. When the Obloq IoT Module received the data, the micro:bit get and process it to control the fan. Here the Obloq IoT module works as a transfer station. For controlling other different actuators, you only need to adjust the program in the receiving part.

Information Check

FAQ

For any questions, advice or cool ideas to share, please visit the DFRobot Forum

Turn to the Boson Kit Page