
28
Common Architectures for RF Interfaces in Embedded Systems
10
Communication Stack /
Network Stack /
Protocol Stack
UART
The software and state implementing a collection of communication
protocols at different layers of the OSI hierarchy, from physical layer (e.g.,
RF) to application (e.g., HTTP, SSH)
Radio Module
Typically a circuit board with a microcontroller (“μC”) implementing
the protocol stack, an RF transceiver, an antenna, and other components
Transceiver
Transmitter / receiver: takes digital data as input and modulates data
onto RF communication medium (physical layer)
Universal asynchronous receiver/transmitter. A serial communication
interface comprising a transmit (TX) signal, a receive (RX) signal, and with a
pre-defined number of bits (e.g., 7 or 8) per transmitted value/“packet”.
There is no clock signal. Instead, the boundaries of packets are defined
by start/stop bits and an assumed bit rate. A parity bit enables error detection