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:
- 一个在单片机上运行的事件循环模型库,参考了JavaScript的事件循环☆13Dec 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
- Lightweight generic ring buffer manager library☆10Aug 26, 2021Updated 4 years ago
- ☆13Jul 30, 2025Updated 8 months ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 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
- 解析at指令的函数☆34Jan 4, 2018Updated 8 years ago
- STM32 快速开发框架,基于标准库及C++11☆12Jan 17, 2020Updated 6 years ago
- 51单片机超轻量级实时操作系统,适合在8051为内核的MCU上运行☆11Jan 21, 2023Updated 3 years ago
- 小型系统 单片机的 软件事件框架 软件定时 基于事件驱动☆12Feb 5, 2018Updated 8 years ago
- 一款高精度称重控制模块,ADC转换芯片使用CS5530,称重精度可达0.01%,485通信modbus RTU通信协议☆16Apr 30, 2024Updated last year
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 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和状态机两种模式,协作式内核,极度可靠。可深度裁剪,移植方便。☆101May 22, 2022Updated 3 years ago
- 用于解析GPS模块的 $XXRMC 类型数据,并放到结构体中, 依赖 C语言标准库☆10May 26, 2022Updated 3 years ago
- F1C100s with Keil RTX4 + emWin5☆152May 6, 2024Updated last year
- RS-485 / CDBUS JPEG Camera☆19Mar 25, 2026Updated 2 weeks ago
- lwip study examples.☆18Jan 8, 2023Updated 3 years ago
- Software for the PicoAWG Wave Generator☆15Jul 3, 2023Updated 2 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- ☆20Nov 14, 2020Updated 5 years ago
- 这是一个基于杰杰大佬mqttclient进行封装的精简调用接口版本,进一步降低了使用者的门槛,杰杰大佬的Github: https://github.com/jiejieTop/mqttclient)☆16Aug 8, 2022Updated 3 years ago
- STM32F1和F4的bootloader,以及使用Ymodem串口OTA,使用DTU4G模块OTA示例代码☆64Oct 15, 2023Updated 2 years ago
- This is a clone of an SVN repository at https://svn.code.sf.net/p/freetel/code/oslec. It had been cloned by http://svn2github.com/ , but …☆13Jan 18, 2017Updated 9 years ago
- ☆245Apr 29, 2025Updated 11 months ago
- 天穹飞控:致力于打造中国最强大的多旋翼开源飞控!☆10Jan 8, 2019Updated 7 years ago
- ☆19May 17, 2019Updated 6 years ago
- 74HC595 driver based on stm32f407vet6,demo code is generated by STM32 CubeMX☆19Aug 19, 2019Updated 6 years ago
- ☆34Oct 12, 2016Updated 9 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.
- 对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. …☆19Jan 9, 2021Updated 5 years ago
- A dedicated performance counter mainly for micro-controllers. For Cortex-M processors, the Systick will be used by default. The `perf_c…☆578Mar 3, 2026Updated last month
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- STM32F1/StdPeriph_Lib 标准固件库/OLED/SSD1306 IIC/DMA方式/支持16x16 GBK汉字/移植u8g2☆14Feb 13, 2023Updated 3 years ago
- 一个简单的GUI,为DAP-LINK提供烧录工具,基于tkinter,pygubu和pyocd。☆32Mar 17, 2023Updated 3 years ago
- An using JEDEC's SFDP standard serial (SPI) flash universal driver library | 一款使用 JEDEC SFDP 标准的串行 (SPI) Flash 通用驱动库☆1,587May 30, 2025Updated 10 months ago
- 小巧的使用CH552实现的DAPLink☆40Apr 22, 2023Updated 2 years ago