AT指令解析框架,开发环境STMS32F103ZE,HAL库,通信模组使用移远BC28
☆59Nov 17, 2019Updated 6 years ago
Alternatives and similar repositories for ATFram
Users that are interested in ATFram are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 【AT指令客户端】一款管理 AT 客户端命令通信交互组件, 适用于 Modem、WIFI模块、蓝牙等配置通信的场景☆17Dec 27, 2025Updated 2 months ago
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 5, 2021Updated 4 years ago
- HJ212-2017协议C语言实现,支持协议组包☆12Apr 13, 2023Updated 2 years ago
- MQTT package based on Quectel BC28 AT module☆19Oct 9, 2023Updated 2 years ago
- Realize data interaction between hardware and Alibaba Cloud platform through STM32, 4G, and MQTT protocols☆15Feb 13, 2024Updated 2 years ago
- Lightweight generic ring buffer manager library☆10Aug 26, 2021Updated 4 years ago
- ☆13Jul 30, 2025Updated 7 months ago
- a demo of mqttclient on freertos platform,https://github.com/jiejieTop/mqttclient☆26Jun 16, 2020Updated 5 years ago
- NB水表程序移远BC95版☆22Jun 5, 2020Updated 5 years ago
- 自用嵌入式项目框架,集各种☆36May 14, 2018Updated 7 years ago
- STM32 快速开发框架,基于标准库及C++11☆12Jan 17, 2020Updated 6 years ago
- 51单片机超轻量级实时操作系统,适合在8051为内核的MCU上运行☆11Jan 21, 2023Updated 3 years ago
- 4G模块开发☆11Aug 16, 2019Updated 6 years ago
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- 一款高精度称重控制模块,ADC转换芯片使用CS5530,称重精度可达0.01%,485通信modbus RTU通信协议☆15Apr 30, 2024Updated last year
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- Register Access Layer for HPMicro Microcontrollers☆11Jun 23, 2023Updated 2 years ago
- C语言开发的工具库,包括常用的字符串解析、数据结构、日志库、异步IO线程等☆17May 22, 2020Updated 5 years ago
- A Common frame for menu☆12Mar 6, 2018Updated 8 years ago
- 嵌入式开发框架,事件驱动,超级轻量。最低占用ROM 1.5KB,RAM 172字节。核心技术是事件总线,支持Reactor和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。