Electronic – Microcontroller with both ethernet and radio onboard

ethernetmicrocontrollerradio

Does anyone know of any (reasonably low-cost) SoC which combines all of:

  • Microcontroller (any architecture, at least 4KB RAM/8KB flash)
  • Radio transceiver (433MHz – 915MHz or 2.4GHz)
  • Ethernet MAC + PHY

(For a wireless sensor application – connecting to low power sensor nodes)

I can find examples of micros with either peripheral, but not both:

Eg.

Micro + ethernet:

LM3S9B9x = ARM Cortex-M3 + Ethernet MAC and PHY

PIC18F66J6x = PIC18 + Ethernet MAC and PHY

Micro + radio:

CC430 = MSP430 + Sub-1GHz radio

EM250 = XAP2b + 802.15.4/ZigBee

Please only answer this question if you can name a chip.

Best Answer

The MediaTek RT3050 has what you need.

Related Topic