Hardware

EMWaver Air

EMWaver Air is the single supported board — an all-in-one ESP32-S3 with a CC1101 sub-GHz radio, infrared RX/TX, and SPI/I²C/UART expansion. The pinout below is the REV 1.0 design.

EMWaver Air board

Specifications

MCUESP32-S3-MINI-1-N8 · dual-core 240 MHz · 8 MB flash · native USB
Sub-GHz radioEBYTE E07-400M10S (CC1101) · 433 MHz chip antenna
InfraredIR receiver + dual IR LEDs (38 kHz carrier)
Expansion8-pin MFRC522 (RC522) RFID header · 2×4 NRF24L01 header
LinkWi-Fi → outbound wss relay to emwaver.ai
Power / USBUSB-C · 5 V → AMS1117-3.3

Gallery

EMWaver Air board render
EMWaver Air in its case
EMWaver Air case, angled
EMWaver Air held in hand

Core pinout

The fixed-function GPIOs used by the firmware.

GPIOFunction
GPIO1CC1101 GDO0 (async radio data) · onboard white status LED
GPIO2CC1101 GDO2 (radio status)
GPIO4IR transmit — drives the dual IR LEDs
GPIO5IR receive — demodulator input · red status LED
GPIO10SPI NSS / CS — CC1101 and module headers
GPIO11SPI MOSI
GPIO12SPI SCK
GPIO13SPI MISO
GPIO19 / GPIO20Native USB D− / D+ (USB-C)

CC1101 sub-GHz radio

The EBYTE E07-400M10S (CC1101) shares the SPI bus; GDO0 carries the async OOK data the sampler reads. The on-board white LED follows GDO0, so radio activity is visible.

CC1101Function
CSNGPIO10 (shared SPI chip-select)
SCKGPIO12
MOSIGPIO11
MISO / GDO1GPIO13
GDO0GPIO1
GDO2GPIO2
ANT433 MHz chip antenna

Expansion headers

Two module headers break out the SPI bus and spare GPIOs. The 8-pin header fits an MFRC522 (RC522) RFID reader and the 2×4 header fits an NRF24L01 radio — or wire up any custom SPI/I²C/UART hardware of your own.

RFID header (MFRC522 / RC522)

PinFunction
3V3 / GNDPower
SCK / MOSI / MISOGPIO12 / GPIO11 / GPIO13
NSSGPIO10
GPIO6 / GPIO7 / GPIO9Spare lines — RST / IRQ / aux

NRF24L01 header (2×4)

PinFunction
3V3 / GNDPower
SCK / MOSI / MISOGPIO12 / GPIO11 / GPIO13
GPIO14 / GPIO15 / GPIO16CE / CSN / IRQ (module-dependent)

USB & power

  • USB-C (native) — D−/D+ on GPIO19/20 for USB device emulation, flashing, and recovery.
  • USB-serial — a CH340 path to the UART0 console for USB debugging.
  • Power — 5 V in, regulated to 3.3 V by an AMS1117-3.3.

Updates & recovery

The Air updates over the air (A/B partitions with rollback). USB-C is only needed for first-time provisioning, factory flashing, or recovery — there is no manual build/flash loop.