Skip to content

Module's Major Components Selection Process

This appendix documents the evaluation process used to select the major components used in the wireless communication module of the subterranean rover. Multiple candidate components were researched and compared based on surface-mount compatibility, electrical performance, cost, reliability, and compatibility with the ESP32 wireless system.

Power Management

3.3V Voltage Regulator Options

LM3671MF-3.3/NOPB Switching Regulator

(Surface-mount buck converter)

$1.98 / each link to product

Pros Cons
High efficiency (>90%) Requires external inductor and capacitors
Handles ESP32 WiFi current spikes Switching noise requires careful PCB layout
Low heat dissipation Slightly more complex circuit
Supports wide input voltage range

AMS1117-3.3 Linear Regulator

$0.50 / each link to product

Pros Cons
Very simple design Low efficiency
Requires few external components Generates significant heat
Low cost Not ideal for battery-powered systems

TPS62162 Buck Switching Regulator

$2.30 / each link to product

Pros Cons
High efficiency Slightly higher cost
Good load transient response Requires additional external components
Compact surface mount package

Choice

Option 1: LM3671MF-3.3/NOPB Switching Regulator

Rationale

The LM3671MF-3.3 switching regulator was selected because it provides high power efficiency and stable voltage regulation for the ESP32 wireless module. WiFi communication can cause short bursts of high current demand, and the switching regulator can handle these loads without significant voltage drop or heat generation. This makes it ideal for a battery-powered embedded system such as the subterranean rover.

Wifi + Bluetooth Module

Wireless Communication Module Options

ESP32-S3-WROOM-1-N4 WiFi + Bluetooth Module

$5.06 / each link to product

Pros Cons
Integrated WiFi and Bluetooth LE High current draw during WiFi transmission
Powerful dual-core processor Requires careful RF PCB layout
Large development ecosystem More complex firmware
Multiple communication interfaces

ESP8266 WiFi Module

$3.00 / each link to product

Pros Cons
Low cost Limited processing capability
Large community support Fewer GPIO pins
Simple WiFi communication No Bluetooth support

NRF24L01+ RF Transceiver

$2.55 / each link to product

Pros Cons
Very low power consumption Requires external microcontroller
Low cost Limited communication range
Simple SPI interface No built-in WiFi networking

Choice

Option 1: ESP32-S3-WROOM-1-N4 Wireless Module

Rationale

The ESP32-S3-WROOM-1-N4 module was selected because it integrates WiFi communication, Bluetooth connectivity, and a powerful microcontroller in a single surface-mount module. This significantly simplifies the system architecture by eliminating the need for a separate wireless transceiver and microcontroller. The module also provides extensive community support, libraries, and development tools that reduce development risk and speed up implementation.