<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>RF &amp; SDR Peripherals on Embedded Systems Development</title><link>https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/</link><description>Recent content in RF &amp; SDR Peripherals on Embedded Systems Development</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/index.xml" rel="self" type="application/rss+xml"/><item><title>Sub-GHz Radio Modules (LoRa, FSK)</title><link>https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/sub-ghz-radio-modules/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/sub-ghz-radio-modules/</guid><description>&lt;h1 id="sub-ghz-radio-modules-lora-fsk"&gt;Sub-GHz Radio Modules (LoRa, FSK)&lt;a class="anchor" href="#sub-ghz-radio-modules-lora-fsk"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Sub-GHz radios occupy the frequency bands below 1 GHz — typically 433 MHz, 868 MHz (EU), and 915 MHz (US/AU) — where RF propagation favors long range over high data rate. The dominant IC family in this space is Semtech&amp;rsquo;s SX127x (SX1276, SX1278) and the newer SX1262, found on popular breakout modules like the HopeRF RFM95W and RFM96W. These devices communicate with a host MCU over SPI and support two distinct modulation schemes: LoRa (a proprietary CSS — chirp spread spectrum — modulation) and traditional FSK/OOK packet engines. The firmware integration pattern is similar across the family: configure registers over SPI, load a FIFO buffer, trigger transmission, and wait for a DIO interrupt to signal completion.&lt;/p&gt;</description></item><item><title>2.4 GHz RF (nRF24, Zigbee, Thread)</title><link>https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/2.4ghz-rf-modules/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/2.4ghz-rf-modules/</guid><description>&lt;h1 id="24-ghz-rf-nrf24-zigbee-thread"&gt;2.4 GHz RF (nRF24, Zigbee, Thread)&lt;a class="anchor" href="#24-ghz-rf-nrf24-zigbee-thread"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The 2.4 GHz ISM band is globally available without regional frequency planning, making it the default choice for short-to-medium range embedded RF links. The nRF24L01+ from Nordic Semiconductor is the most widely used standalone 2.4 GHz transceiver in hobbyist and low-volume commercial projects — a simple SPI interface, built-in packet handling, and auto-acknowledgment make it straightforward to integrate. For mesh networking and standards-based interoperability, IEEE 802.15.4 radios (used by Zigbee and Thread) provide a more capable but more complex protocol stack. The firmware integration challenge shifts from raw radio configuration (as with sub-GHz LoRa modules) toward protocol management, address filtering, and network topology.&lt;/p&gt;</description></item><item><title>SDR Receiver Integration</title><link>https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/sdr-receiver-integration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://applied-ee.github.io/embedded/docs/sensor-integration/rf-sdr-peripherals/sdr-receiver-integration/</guid><description>&lt;h1 id="sdr-receiver-integration"&gt;SDR Receiver Integration&lt;a class="anchor" href="#sdr-receiver-integration"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Software-defined radio (SDR) replaces fixed analog signal processing stages with software — tuning, filtering, decimation, and demodulation happen in code rather than in hardware. For embedded systems, SDR integration ranges from connecting a USB dongle to a Linux SBC (the RTL-SDR approach) to driving a small SPI/I2C receiver IC from an MCU (Si4732, RDA5807). The dividing line is processing power: demodulating wideband signals requires sustained DSP throughput that MCUs cannot deliver, while narrowband applications (FM broadcast, weather stations, simple ASK/FSK decoding) fit comfortably on a microcontroller with a dedicated receiver front-end.&lt;/p&gt;</description></item></channel></rss>