ESP32: DFRobot ESP-WROOM-32 Module

Introduction

The objective of this post is to give a quick overview of DFRobot‘s ESP-WROOM-32 module, which is based on the ESP32 microcontroller. The ESP32 is the newest product from Espressif, the company behind the famous ESP8266.

The Module

As we said in the introductory section, this module is based on the ESP32 microcontroller. The ESP32 has two 240 MHz Tensilica LX6 cores, 520 KB SRAM and integrated WiFi and Bluetooth (low energy and classical) support [1], just to name a few of its characteristics. So, this is a device considerably more powerfully than the ESP8266, making it perfect for the demanding IoT applications that are required nowadays.

This module has most of the hardware needed to run the ESP32, including a PCB antena, and has a very compact design. It’s dimensions are only 18mm x 25mm x 3mm [2]. You can check bellow a picture of the module (after some partial soldering).

ESP-WROOM-32 module.
Figure 1 – ESP-WROOM-32 module.

So, it’s very important to take in consideration that this is not a ready to use development board, but rather a module suitable to be integrated in custom electronic designs.

So, for example, it doesn’t include an USB header or a serial-usb converter for us to be able to program it right out of the box. Consequently, this is not aimed for beginners or people that want to test the ESP32 as a generic development platform, but rather for users that want to integrate it on a custom design and with some experience on how to use these kind of devices.

Nevertheless, as we will see in a future post, with a bit of soldering and a serial-usb converter, we can program the module to make a few tests, even without integrating it in a electronic board.

Programming Environments

Following the steps of the ESP8266, one of the easiest ways to program the ESP32 is by using the Arduino platform. You can check here a simple “Hello World” application with the ESP32.

Other interesting choice (also available for the ESP8266) is using MicroPython to program the ESP32. You can check here how to enable the MicroPython support for the ESP32 and start writing some code.

Other good options are PlatformIO or MongooseOS.

Related content

References

[1] http://www.espressif.com/en/products/hardware/esp32/overview

[2] https://www.dfrobot.com/product-1559.html

2 thoughts on “ESP32: DFRobot ESP-WROOM-32 Module”

  1. Pingback: DFRobot’s FireBeetle ESP32 board | techtutorialsx

  2. Pingback: DFRobot’s FireBeetle ESP32 board | techtutorialsx

  3. Pingback: ESP32 Arduino: Getting started with WiFi | techtutorialsx

  4. Pingback: ESP32 Arduino: Getting started with WiFi | techtutorialsx

Leave a Reply

Discover more from techtutorialsx

Subscribe now to keep reading and get access to the full archive.

Continue reading