Stars
Clone of the mercurial repository http://zbar.hg.sourceforge.net:8000/hgroot/zbar/zbar
An using JEDEC's SFDP standard serial (SPI) flash universal driver library | 一款使用 JEDEC SFDP 标准的串行 (SPI) Flash 通用驱动库
Simple .INI file parser in C, good for embedded systems
A lightweight library to simplify and generalize the process of writing unit tests for C applications.
Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB
An ultra-lightweight database that supports key-value and time series data | 一款支持 KV 数据和时序数据的超轻量级数据库
STM32 及 MCS-51(8051) 单片机的 VOFA+ 串口上位机软件的通信协议驱动
Add master mode to FreeModbus. | 在 FreeModbus 中添加主机模式
lwIP mirror from http://git.savannah.gnu.org/cgit/lwip.git
The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
NaveGo: an open-source MATLAB/GNU Octave toolbox for processing integrated navigation systems and performing inertial sensors analysis.
Indoor Navigation via Vision-Inertial Data Fusion (IEEE/ION2018)
MATLAB simulation software for the book Principles of GNSS, Inertial, and Multisensor Integrated Navigation Systems, 2nd edition.
Calibrated pressure data and analysis of long-period tectonic signals
calibrating pressure sensors and loadcell
Set up your own OpenVPN server on Debian, Ubuntu, Fedora, CentOS, Arch Linux and more
嵌入式,计算机常用电子书籍整理,并且附带下载链接,涵盖:ARM体系与架构,C/C++语言,汇编语言,操作系统,计算机网络,计算组成原理,Linux驱动,Linux内核,单片机开发,程序员认知成长,笔试面试技巧等书籍。长期更新中,欢迎star~
单片机系列总结说明,包含各模块gpio,rcc,usart,adc,dac,spi,i2c,eth等的模块功能说明,应用方法和例程。也包含常用协议modbus,lwip,mqtt等的实践方案。可以用于系统的学习和了解单片机开发。
封装了app中 一。常用的工具类:时间、字符串、地理位置偏差、JSON、XML、JS、谓词(正则表达式)、常用块、错误捕捉、线程、app自检、加密、网络请求、下载管理、版本、后台运行、沙盒、偏好、钥匙串、文件、缓存清理、数据库、加密数据库 、文件压缩、html转pdf、图片转pdf、使用外部app打开文件、quicklook打开文件、文件管理、尺寸、颜色、字体、图片、二维码、条形码、截屏、应…
模拟SPI(Serial Peripheral Interface)在单片机开发中经常被使用,通过模块化的设计简化设计避免重复的工作量,