TI CC1354P10-1 BLE DataStream Example – How to Send and Receive BLE Data Using TI LaunchPad

BLE DataStream Example: How to Send and Receive BLE Data Using TI CC13xx LaunchPad

Sending and Receiving BLE Data on TI CC1354P10-1 LaunchPad (DataStream Example Guide) TI CC1354P10-1 BLE DataStream example is one of the most practical ways to learn Bluetooth Low Energy (BLE) communication on Texas Instruments’ LaunchPad. Whether you’re streaming sensor data or sending control commands, this example shows exactly how to send and receive BLE data…

Read More
mcp4921

Interfacing MCP4921 12-Bit DAC with TI Microcontroller via SPI

Learn how to interface the MCP4921 12-bit Digital-to-Analog Converter (DAC) with a TI microcontroller using SPI and TI-RTOS driver libraries. Introduction In embedded systems, Digital-to-Analog Converters (DAC) play a vital role in converting digital signals into real-world analog voltages. Whether you’re building sensor simulators, waveform generators, or control systems, a reliable DAC interface is essential….

Read More
CC1354P10-1

RS485 Communication with TI MCUs: Setup, CRC16, and UART Integration Guide

RS485 Communication with TI MCUs is a powerful way to build reliable long-distance serial communication in embedded and industrial applications. RS485 supports multiple devices on a single bus and can run over long cables with excellent noise immunity. If you’re integrating RS485 with a Texas Instruments MCU such as CC1310, CC1354, or CC2652, and using…

Read More
Time Delay Issue in TI MCU

Quick Fixes for Delay Issues in TI Projects: Reliable Alternatives to Task_sleep()

If you’ve worked with the TI-RTOS (SYS/BIOS), you probably used Task_sleep() function for delays. It works fine on LaunchPads… until you move to a custom board. Suddenly, Task_sleep() does not behave correctly your delays are off (Time delays not working), the system doesn’t respond at all and the board will reset loop with watchdog reset….

Read More
TI DAC8551

DAC8551 SPI Interface on TI Microcontroller Using TI-RTOS

DAC8551 SPI Interface on TI Microcontroller enables precise digital-to-analog conversion in embedded systems by translating digital values into analog voltages. This guide demonstrates how to interface the TI DAC8551 using SPI on a TI microcontroller platform with TI-RTOS, leveraging TI’s driver libraries for clean, modular, and efficient code design. Digital-to-Analog Converters (DACs) play a major…

Read More