Skip to main content

iot:bit(EF03426)

Introduction


  • IoT:bit is an expansion board based on IoT for micro:bit. It uses ESP8266 as WIFI expansion board and serial port to communicate with micro:bit. It also has extended all available IO port of the micro:bit which is leaded by GVS and you can extent various 3V E-blocks as LED, photosensitive and servo by using it. At the same time, the IOT:bit with an on-board buzzer for outside sound and an on-board RTC clock for timing without power supply. Let's creating your own IoT by makecode!

Features

  • Intergrated WiFi、RTC and passive buzzer module
  • Extended most IO ports by GVS
  • Silk-screen indication onboard main components
  • Separately lead IIC interface, directly plug in OLED, BME280 and IIC,etc
  • Intergrated buzzer and earphone jack
  • Adaptive for LEGO (4 standard spacing Lego fixed holes)

Hardware apperance & Parameters


Size & Installation

  • Product size:71mm x 63mm x 23mm

  • PCB thickness:1.5mm

  • Hole diameter:2.4mm

Parameters

ItemsParametersRemarks
DC supplyUSB-5V-
Maximum power current800mA-
Operation temperature-25~80℃-
WIFI moduleAi-WB2-12FThe WIFI module used in IOT:bit V1.4 and earlier versions is ESP12F
BuzzerPassive buzzer-
RTC timingDS1307 RTC-
RTC timing batteryCR1220 button cellEquipped by yourself
Lead outNot all-
port leadSerial port can map the IO portCoding
I2C port lead19、20 pinOnly for I2C pin
SPI port lead14、15 pinfor common IO
Size71.00mm X 63.00mmWithout packing
Net weight30.00gWithout packing

Pin interface drawing

Introduction of main module

Software support


  • Coding:Makecode/Micropython/JavaScript/

Makecode block

JavaScript

MicroPython

Easy start


Hardware connection

  • Fisrt, install CR1220 button cell for power supply to the RTC timing.

  • Plug the micro:bit to the Iot:bit.

  • Using single USB for power supply to expansion board and switch on.

Coding

Coding Platform

Add codebase

  • Click on "Advanced" in the MakeCode Drawer to see more code sections.

  • We need to add an extension for coding to the IOT. Click on the “Extension” at bottom of coding drawer, then Search for “IOT” and click on the IOT package to add it to your project. (As below picture)

Note: If you get a warning telling you some packages will be removed because of incompatibility issues, either follow the prompts or create a new project in the Project file menu.

How to drive the buzzer

  • There is on-board buzzer on the IOT:bit as below picture. Let the buzzer be connected to the PO of the micro:bit to play music by the music of the makecode.

  • When button A be pressed in the "input", play a bit of music.

  • Program link:https://makecode.microbit.org/_4j6PCeV087AW

How to use RTC

  • There is on-board DS1307RTC timing on the IOT:bit as below picture. RTC timing need a CR1220 button cell for lasting power supply. We need the RTC timing keep accuracy in the event of a power outage.

  • Press button A to set the time to the set time. On start with RTC function and the minutes be displayed on the 5*5 allay.

  •   Turn off the power after turning off the power for one minute, and the dot matrix display will show the number of minutes after another 1 minute.

  • Program link:https://makecode.microbit.org/_AXXF9hA0049u

How to use the internet function

  • The most important function of IOT:bit is WIKI. The onboard ESP-12FWIFI module can connect WIFI and send information. To use port for communication with the micro:bit and the pin RX-P8TX-P12 is special for IoT.
  • Using thingspeak as cloud to coding and data uploding.

  • On start, initialize ESP8266 to default connection with P8 & P12.

  • Connect your own WiFi, input the key and the password.

  • Under foever loop, connect the thinkspeak and set date to send, then pause.

  • Program link:https://makecode.microbit.org/_JAXAmmHq4FhW

Down load code

  • Let your micro:bit be connected to one side of the USB, the other side to your computer.(Inserting on the expansion board may cause the micro:bit connection to be abnormal or damaged.)

  • Then copy your documents to the micro:bit.

  • Now, here is your observing time!

Documents

More information