Close

Wireless MCU platforms

christoph-tackChristoph Tack wrote 12/21/2019 at 20:58 • 4 min read • Like

ESP32

The ESP32 development boards are not without their problems.  Why keep using them anyway?  The ESP32 IC only costs €2.31/pce on Digikey.  Design a decent breakout board and done!

Well, if you don't want to design your own board, have a look at the Olimex ESP32-DevKit-LiPo.  The version without antenna costs <€10, while it includes a LiPo charger.  Moreover, it seems to be designed properly and it consumes only about 60µA in deep sleep (using a buck converter!).

Andreas Spiess ESP32 boards overview
Reduce the ESP32 Power Consumption : boards comparison

Ai-Thinker NodeMCU-32SWemos LOLIN32 LiteWemos D1 mini
fits on a breadboard
Improvements:
* needs a 100nF from #EN to GND to fix firmware upload problem.
* pin labels only on bottom side
KS0413 keyestudio ESP32 Core Board
Use the ESP32-IO board (Keyes KS0465) for easy breadboarding and pin labels
platformio : NodeMCU-32S
holds a ESP32-WROOM-32D
Chip is ESP32D0WDQ6 (revision 1) module
Digikey (€8.25)
schematic
Velleman VMA109
AI-Thinker nodemcu_32s    AliExpress
AliExpress
discontinued
platformio : lolin32
AliExpress blog         AliExpress         
AliExpress
AliExpress

Ai-Thinker NodeMCU-32S

3V3 LDO

This module has a very poor performing AMS1117-3.3 (Iout=1A, dropout voltage = 1.1V).  The

If you want a SOT23-5 package, you can use the Richtek RT9080-33GJ5 has a 2µA quiescent current.  Has only 310mV dropout voltage and can deliver up to 600mA.  In case it's not available, you can order the ME6211C33M5G from AliExpress (40µA dropout voltage and pin compatible to the RT9080).

The ESP32 consumes 380mA peak.

Great resource about ESP32 boards and their power consumption.

Patch for firmware upgrade

0603 100nF between #EN & GND (0402 would have been easier to solder)

TTGO LoRa32 T3_V1.6

nRF52840

LoRa boards

RisingHF RHF76-052

RisingHF RHF78-052

RAK Wireless RAK811

Like

Discussions