AT指令解析框架,开发环境STMS32F103ZE,HAL库,通信模组使用移远BC28
☆60Nov 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:
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆14Dec 5, 2021Updated 4 years ago
- HJ212-2017协议C语言实现,支持协议组包☆12Apr 13, 2023Updated 3 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☆16Feb 13, 2024Updated 2 years ago
- Lightweight generic ring buffer manager library☆10Aug 26, 2021Updated 5 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- ☆13Jul 30, 2025Updated last year
- a demo of mqttclient on freertos platform,https://github.com/jiejieTop/mqttclient☆27Jun 16, 2020Updated 6 years ago
- 【AT指令客户端】一款管理 AT 客户端命令通信交互组件, 适用于 Modem、WIFI模块、蓝牙等配置通信的场景☆23Apr 3, 2026Updated 4 months ago
- 解析at指令的函数☆35Jan 4, 2018Updated 8 years ago
- 自用嵌入式项目框架,集各种☆36May 14, 2018Updated 8 years ago
- 51单片机超轻量级实时操作系统,适合在8051为内核的MCU上运行☆11Jan 21, 2023Updated 3 years ago
- 4G模块开发☆11Aug 16, 2019Updated 7 years ago
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- STM32 快速开发框架,基于标准库及C++11☆11Jan 17, 2020Updated 6 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- Register Access Layer for HPMicro Microcontrollers☆11Jun 23, 2023Updated 3 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- A Common frame for menu☆12Mar 6, 2018Updated 8 years ago
- 用于解析GPS模块的 $XXRMC 类型数据,并放到结构体中, 依赖 C语言标准库☆10May 26, 2022Updated 4 years ago
- F1C100s with Keil RTX4 + emWin5☆151May 6, 2024Updated 2 years ago
- 在 STM32CubeIDE 中针对 STM32F407 移植 ThreadX☆14Jun 26, 2020Updated 6 years ago
- RS-485 / CDBUS JPEG Camera☆19Aug 6, 2026Updated 3 weeks ago
- lwip study examples.☆19Jan 8, 2023Updated 3 years ago
- Software for the PicoAWG Wave Generator☆14Jul 3, 2023Updated 3 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 一款高精度称重控制模块,ADC转换芯片使用CS5530,称重精度可达0.01%,485通信modbus RTU通信协议☆17Jul 21, 2026Updated last month
- 这是一个基于杰杰大佬mqttclient进行封装的精简调用接口版本,进一步降低了使用者的门槛,杰杰大佬的Github: https://github.com/jiejieTop/mqttclient)☆17Aug 8, 2022Updated 4 years ago
- ☆20Nov 14, 2020Updated 5 years ago
- 74HC595 driver based on stm32f407vet6,demo code is generated by STM32 CubeMX☆19Aug 19, 2019Updated 7 years ago
- Example C code for Anabit's PiWave DAC which features the Raspberry Pi RP2350, runs on VS Code☆17Jan 11, 2026Updated 7 months ago
- 天穹飞控:致力于打造中国最强大的多旋翼开源飞控!☆10Jan 8, 2019Updated 7 years ago
- ☆272Apr 29, 2025Updated last year
- STM32F1/StdPeriph_Lib 标准固件库/OLED/SSD1306 IIC/DMA方式/支持16x16 GBK汉字/移植u8g2☆13Feb 13, 2023Updated 3 years ago
- vs 2022 C# 写的串口调试助手,之后有需要时会以此为基础开发特有串口协议的软件☆23Nov 3, 2023Updated 2 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- ☆19May 17, 2019Updated 7 years ago
- A single-header driver for the ADS1220 24-bit ADC using STM32's HAL☆24Nov 1, 2020Updated 5 years ago
- ☆34Oct 12, 2016Updated 9 years ago
- 小巧的使用CH552实现的DAPLink☆41Apr 22, 2023Updated 3 years ago
- A dedicated performance counter mainly for micro-controllers. For Cortex-M processors, the Systick will be used by default. The `perf_c…☆591Jul 30, 2026Updated last month
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆26Nov 25, 2019Updated 6 years ago
- 一个简单的GUI,为DAP-LINK提供烧录工具,基于tkinter,pygubu和pyocd。☆33Updated this week