How to Program the N534BP: A Step-by-Step Guide for Developers
N534BP is a compact, plug-and-play USB RF dongle built around Texas Instruments' powerful CC1312R wireless MCU. It provides instant Sub-1 GHz wireless connectivity across 433 MHz, 868 MHz, 915 MHz, and 1200 MHz bands—making it an ideal gateway for IoT, smart home, wireless metering, and industrial applications.
But the N534BP isn't just a ready-to-use radio dongle—it's also a fully developer-ready platform. With accessible GPIOs, a dedicated debug port, and full support for TI's SimpleLink SDK, you can program custom firmware, implement proprietary protocols, and turn this dongle into exactly what your project needs.
Here's how to get started.
Before diving into programming, let's look at the hardware you'll be working with:
The 4-layer PCB design ensures excellent impedance matching and strong interference immunity, giving you a stable RF foundation for your custom code.
To program the N534BP, you'll need TI's development ecosystem:
Download and install TI Code Composer Studio (the free version is sufficient) from TI's website. This is your primary IDE for CC1312R development.
The SimpleLink SDK provides all the drivers, protocol stacks, and example projects you need. It includes support for:
The N534BP features a debug port on the side header. You'll need a compatible debug probe such as:
TI XDS110 (recommended)

Connect the debugger to the header pins (GND, SWDIO, SWCLK, and RST).

Insert the N534BP into a USB port(Necessary). On modern operating systems, it will be recognized as a virtual COM port (e.g., COMx on Windows, /dev/ttyUSBx on Linux). This COM port is used for serial communication with your custom firmware.
The SimpleLink SDK includes numerous example projects for the CC1312R. Here's a typical workflow:
Launch Code Composer Studio and import an example project (e.g., rfPacketTx or rfPacketRx) from the SDK.
Select the target device as CC1312R.
Build the project — the compiler will generate a .hex or .out file.
Connect your debugger to the N534BP's debug header.
Flash the firmware — use CCS's "Debug" or "Flash" button to program the device.
For custom applications, you can:
Initialize the RF core using TI's RF driver APIs.
Configure your RF settings — frequency, data rate (0.3–4000 kbps), modulation (FSK), and output power.
Implement your protocol — whether it's a simple packet transmitter, a sniffer, or a full network stack.
Add USB communication — use the USB-to-UART bridge to send data between your PC and the wireless network.
Pro Tip: The N534BP maintains full USB functionality while running custom code, so you can build PC-connected wireless applications without extra hardware.
Use the virtual COM port for print-style debugging. Your firmware can output status messages, packet logs, or diagnostic data over UART, which you can view in any serial terminal (PuTTY, Tera Term, screen, etc.).
With the N534BP's +14 dBm output and up to 1000m range (line-of-sight, low data rate), you can test your firmware in real-world conditions. The onboard LED and button provide immediate visual feedback and user interaction without needing external components.
Button: Can be programmed for actions like starting a scan, triggering a transmission, or changing modes.
LED (dual-color): Great for status indication — pairing, connection state, data activity, or error alerts.
The N534BP's CC1312R supports a wide range of protocols out of the box:
| Protocol | Application |
|---|---|
| IEEE 802.15.4g | Smart grid, sensor networks |
| Wi-SUN | Large-scale utility networks |
| Wireless M-Bus | Smart metering (water, gas, heat) |
| MIOTY | LPWAN for industrial IoT |
| Amazon Sidewalk | Community IoT networks |
| Proprietary | Custom, high-performance links |
| 6LoWPAN | IPv6 over low-power wireless |
Whether you're building an IoT gateway, a packet sniffer, a protocol tester, or an edge node, the N534BP gives you the flexibility to program exactly what you need.
To accelerate your development, Coral RF provides:
Full firmware programming and debugging support — contact Coral RF directly for technical assistance
Multiple frequency variants — choose the model that matches your target band
The N534BP is more than a radio dongle—it's a complete development platform for Sub-1 GHz wireless innovation. With TI's powerful CC1312R at its core, a straight forward programming interface, and full SDK support, you can go from idea to working prototype in hours, not weeks.
Order your N534BP today and start building the next generation of wireless IoT devices.
Have questions about programming the N534BP? Contact Coral RF's support team for personalized assistance.