
There are certainly lots of different boards that can be used for building and prototyping Internet of Things (IoT) solutions. I’ve posted a few times about the MXChip Azure IoT DevKit as great prototyping board. Recently, I can across a new board that looks very similar and looks like a great option for both learning and prototyping as well. This new board is the ESP32-Azure IoT Kit Development Board from Espressif. This board features a number of components built-in; including Wifi, Bluetooth, sensors, display, and expansion board.
ESP-Azure IoT Kit Development Board
The ESP32-Azure IoT Kit development board has the following features:
- Multiple wireless protocols (Wifi 802.11 b/g/n, classic Bluetooth and Bluetooth Low Energy)
- Wifi SoftAP / Station mode
- Network configuration via BLE or SmartConfig
- Low-power sleep and wake-up modes
- Serial port-to-USB bridge
- Multiple sensors (motion, light, magnetometer, barometer, hygrometer)
- Integrated OLED display and buzzer
- Access to multiple cloud platforms
Here’s a view of what the physical board looks like:

As you can see, this board design has some similarity to the Azure IoT DevKit from MXChip. I’m not familiar with the design decisions behind it, but the similarity is worth pointing out. You can see the integrated hardware is similar in features (buttons, display, sensors, etc) as well.
Here’s a diagram that shows the locations on the board of the various integrated hardware:

ESP32-WROVER-B Espressif SOC Platform
ESP32-WROVER-B from Expressif Systems is the underlying platform the ESP32-Azure IoT Kit development board is built on and is powered by the ESP32-D0WD embedded chip. This platform provides 4 MB Flash and 8 MB PSRAM including two low-power Xtensa 32-bit LX6 microprocessors with the following specifications:
- 448 KB of ROM for booting and core functions
- 520 KB of on-chip SRAM for data and instructions
- 8 KB of SRAM in RTC for FAST Memory storage (accessed by main CPU during RTC Boot from deep-sleep mode)
- 8 KB of SRAM in RTC for SLOW Memory (accessed by co-processor during deep-sleep mode)
- 1 Kbit of eFuse (256 bits used for system / 768 bit reserved for customer applications, including flash-encryption and chip-ID)
The ESP32-WROVER-B platform also includes embedded Wifi, Bluetooth, and Bluetooth Low Energy (BLE). You can read the full data sheet on the ESP32-WROVER-B to see what it all offers.
Developer SDK and Documentation
Espressif has a public GitHub repository where you can access the ESP Azure IoT SDK for programming the board. This repository has instructions on getting started with the board and a link to get access to a compiler and other resources for the ESP32 chip onboard.
Here’s the locations for the repositories:
- ESP Azure IoT SDK – SDK to connect ESP32 to Microsoft Azure IoT services
- ESP32-Azure IoT Kit Getting Started Guide (English)
- ESP32-Azure IoT Kit 入门指南 (Chinese)
- Espressif IoT Development Framework – The official development framework for the ESP32 chip (access the SDK and Compiler here)
Where to Purchase
There are a couple places the ESPS32-Azure IoT Kit development board from Espressif can be purchased. Here they are:
Happy prototyping your IoT solutions!
P.S. I haven’t gotten my hands on one of these boards yet, but I’m hoping I get to soon!
Hi, i bought one of this to try out few things. Everything was working well until i used a arduino firmware to read the sensors and I2C bus got stuck. Now i am not getting any data from any sensors and i tried booting the esp iot solution firmware back but still it didn’t work. I tried many things out and i am stuck with no solutions. Do you have thoughts on this. Currently what iam seeing is sda is always low and scl is always held high.
Thanks for sharing. Did you try contacting Espressif?
Yes i tried help on esp forum and in esp iot solution github issue but couldn’t find any solution. U can find the issue here https://github.com/espressif/esp-iot-solution/issues/39 . thank you.
Yes i tried help on esp forum and in esp iot solution github issue but couldn’t find any solution. U can find the issue here https://github.com/espressif/esp-iot-solution/issues/39 . thank you.
Seems you may have applied 5v to 3.3v logic.