Building a Custom AT Command Framework for IoT Communication Modules
Framework Overview
When working with NB-IoT, BLE, or other communication modules that utilize AT command interfaces, a flexible and maintainable AT command framework becomes essential. The framework described here combines a state machine architecture with structured command arrays to handle complex communication sequences efficient.
Core Desig ...
Posted on Sat, 09 May 2026 01:42:56 +0000 by ramzess
PWM LED Brightness Control Using MSPM0G3507 and Keil
Project Overview
This project demonstrates controlling LED brightness through PWM (Pulse Width Modulation) on the MSPM0G3507 microcontroller using Keil MDK. Two push buttons adjust the brightness level up and down.
Project Setup
Creating the Project
Obtain the MSPM0 SDK from the officiall Texas Instruments website. Navigate to the driver librar ...
Posted on Thu, 07 May 2026 23:53:42 +0000 by phphelpme