WiFi MCUs

RTL8720DN

Dual-band Wi-Fi and Bluetooth development MCU used in AmebaD boards and maker wireless projects.

China-madeRealtekActiveModerate

Best For

Maker and embedded projects needing 2.4 GHz Wi-Fi + 5 GHz Wi-Fi + BLE connectivity with Dual-band Wi-Fi and Ameba.

Avoid If

You need a fully validated production BOM today; verify module availability, SDK maturity, and English documentation first.

Quick Decision Notes

RTL8720DN is indexed as a wifi mcus part from Realtek. ChipScout tracks it by practical maker-facing dimensions: interfaces, library readiness, estimated price, field-level sources, and whether the page is strong enough for selection rather than only lookup.

Technical Specifications

CoreArm Cortex-M4 + Cortex-M0Source: Realtek
Clock Speed200 MHz classSource: Realtek
Wireless2.4 GHz Wi-Fi + 5 GHz Wi-Fi + BLESource: Realtek
PackageQFNSource: Realtek
Working Voltage3.3VSource: Realtek

Common Use Cases

  • Connected sensors
  • Smart home devices
  • Low-cost IoT modules

Known Issues

  • Module naming, flash size, and pin exposure vary by vendor board
  • English examples and library support should be verified before production use

Interfaces and Library Support

Interfaces
I2CSPIUARTI2SADCPWM
Wireless
2.4 GHz Wi-Fi5 GHz Wi-FiBLE
Voltage
3.3V
Libraries
Arduino verifiedMicroPython pending
Data Integrity82% confidence
Sourcehttps://www.amebaiot.com/en/amebad-arduino-getting-started/
Last verified2026-05-19
Core specsVerified
PinoutAvailable
Library supportChecked
Price rangePresent
Found a wrong spec?

Every field is meant to be source-backed. Corrections should include a datasheet URL, vendor page, module photo, or reproducible library test.

Submit correction

Source Resources

Pinout Table

VCC3.3VPower the module from a rail that matches the breakout board, not just the bare IC.
GNDCommon groundConnect ground between the controller, sensor/module, and external power supply.
SDAMCU I2C dataUse pull-ups appropriate for the board voltage; many modules already include them.
SCLMCU I2C clockKeep wiring short for breadboard prototypes and lower bus speed if unstable.
SCKMCU SPI clockShare with other SPI devices when chip select lines are separate.
MOSIMCU SPI data outRequired for most displays, radios, and writable devices.
MISOMCU SPI data inMay be optional for write-only displays.
CSAny free GPIOUse one chip-select pin per SPI peripheral.
TXMCU RXCross TX to RX between the module and controller.
RXMCU TXCheck whether the module is 3.3V logic before connecting to 5V boards.

Pinout is not yet source-verified. Use the table as an integration checklist, then confirm exact pins against the module vendor page before wiring hardware.

Common Wiring

VCC

Power the module from a rail that matches the breakout board, not just the bare IC.

GND

Connect ground between the controller, sensor/module, and external power supply.

SDA

Use pull-ups appropriate for the board voltage; many modules already include them.

SCL

Keep wiring short for breadboard prototypes and lower bus speed if unstable.

Arduino Example

#include <Wire.h>

void setup() {
  Serial.begin(115200);
  Wire.begin();
  Serial.println("RTL8720DN I2C wiring smoke test");
}

void loop() {
  // Replace this with the maintained RTL8720DN library call.
  Serial.println("Check RTL8720DN on the I2C bus, then read a sample.");
  delay(1000);
}

MicroPython Example

MicroPython support is pending. Treat community scripts as prototypes until a maintained driver is linked and tested on a known development board.

Recommended Development Boards

RTL8720DN official dev board

Best first choice when available because USB, regulator, boot buttons, and pin labels match vendor docs.

ESP32-S3 DevKitC

Useful baseline for USB, I2C, SPI, UART, and Arduino/MicroPython smoke tests.

Breadboard-friendly module carrier

Use when validating power draw, pin exposure, and module variant differences.

Alternative Model Reasons

Air101WiFi MCUsCompare this option when price or module availability is the deciding constraint.
Air601WiFi MCUsCompare this option when price or module availability is the deciding constraint.
BK7231NWiFi MCUsCompare this option when price or module availability is the deciding constraint.
BK7231TWiFi MCUsCompare this option when price or module availability is the deciding constraint.

Common Questions

What is RTL8720DN best used for?

Maker and embedded projects needing 2.4 GHz Wi-Fi + 5 GHz Wi-Fi + BLE connectivity with Dual-band Wi-Fi and Ameba.

Does RTL8720DN support Arduino or MicroPython?

RTL8720DN has verified Arduino support and MicroPython support pending verification.

What interfaces does RTL8720DN use?

RTL8720DN lists I2C, SPI, UART, I2S, ADC, PWM; wireless support is 2.4 GHz Wi-Fi, 5 GHz Wi-Fi, BLE.

Compare RTL8720DN vs Air101

Alternatives and Related Parts