C语言实现的轻量级神经网络库,在嵌入式设备上无缝部署预训练的神经网络
☆44Dec 7, 2018Updated 7 years ago
Alternatives and similar repositories for NN-for-MCU
Users that are interested in NN-for-MCU are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- 用于串口通信或消息的环形队列驱动☆14Sep 12, 2019Updated 6 years ago
- 嵌入式最小驱动程序框架☆11Jun 11, 2017Updated 8 years ago
- OSAL free operating system abstraction for embedded systems. Supports pthreads, freertos, chibios, coocox, bertos and more... RTOS☆14Dec 27, 2013Updated 12 years ago
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- 嵌入式系统显示多级菜单库及菜单代码生成器☆17Dec 4, 2019Updated 6 years ago
- The implementation of a video stabilization system of the NAO robot is presented through the data of the IMU, this stabilized image is us…☆17Mar 20, 2020Updated 6 years ago
- SmartOS是无声物联科技独立研发完成,面向物联网企业的嵌入式系统平台。SmartOS的目标是将各个行业转为智能化。☆19Oct 9, 2016Updated 9 years ago
- 做过的一些电子(物联网)DIY☆11Oct 16, 2018Updated 7 years ago
- JerryScript port for RT-Thread☆21Nov 18, 2021Updated 4 years ago
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Jan 18, 2014Updated 12 years ago
- ☆10Sep 22, 2024Updated last year
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click and start building anything your business needs.
- ☆10Jun 24, 2020Updated 5 years ago
- Code for WF-IoT paper 'TinyML Benchmark: Executing Fully Connected Neural Networks on Commodity Microcontrollers'☆40Jul 23, 2022Updated 3 years ago
- 一个简易的单片机编程框架☆33Aug 4, 2019Updated 6 years ago
- STM32F1和F4的bootloader,以及使用Ymodem串口OTA,使用DTU4G模块OTA示例代码☆64Oct 15, 2023Updated 2 years ago
- 对于嵌入式应用而言,尤其是对于没有操作系统,裸机运行的嵌入式应用,迫切的需要一种高效快捷的调试手段进行嵌入式应用的开发。letter shell就是这样一个可以嵌入在程序中的shell,主要面向嵌入式设备,以C语言函数为运行单位,可以通过命令行调用,运行程序中的函数。1. …☆18Jan 9, 2021Updated 5 years ago
- C语言实现广州地铁最短路线查询,利用dijkstra深度优先算法☆24Jan 4, 2019Updated 7 years ago
- ☆14Dec 28, 2023Updated 2 years ago
- Arduino core for the BL618☆21Sep 15, 2023Updated 2 years ago
- ”智能“工业传感器解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 4 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.
- This repository contains C++ implementation of A* search algorithm for finding path to goal state for 8 puzzle problem in AI.☆11Dec 2, 2023Updated 2 years ago
- Unofficial C++ implementation of SLAM method, VITAMIN-E☆11Oct 10, 2020Updated 5 years ago
- This is the template used by all repositories which represent a crate. The purpose is to speed up the creation of new crates and keep the…☆15Feb 19, 2024Updated 2 years ago
- 基于嵌入式平台ARM Linux的新冠肺炎疫情监控平台,支持米尔YA157C开发板+7寸(1024*600) IPS显示屏,支持周立功IMX287A开发套件4.3寸显示屏,Qt 4和Qt 5兼容。☆35Mar 29, 2020Updated 6 years ago
- Iskander is an open source driver for BLDC motors, the hardware support Six step commutation and FOC, still in the experimental phase but…☆12Aug 1, 2021Updated 4 years ago
- graphical console client for virtual machines using spice/vnc☆13Jan 23, 2014Updated 12 years ago
- 使用ONNXRuntime部署一种用于边缘检测的轻量级密集卷积神 经网络LDC,包含C++和Python两个版本的程序☆11Apr 24, 2023Updated 2 years ago
- 使用电压比较器处理相电压的方法,测量四轴无人机无感无刷电机的转速,包含PCB和STM32源码,可以测量8路方波输入。输入端串联RC高通滤波器,可以处理有感无刷电机的霍尔传感器的转速反馈。☆14Sep 29, 2020Updated 5 years ago
- 针对传统快递站点的各种不足,该无人快递站点通过采用多点机器视觉模块识别快件上的条形码进而获取该货物的具体位置,再查询数据库进行数据匹配获取快件的相关信息,通过机械臂控制技术来实现智能分拣、上架,将货架信息保存至库中,并发送信息给收件人。最后,系统根据取件人的取货码或二维码,…☆15Apr 21, 2019Updated 6 years 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.
- QSDK是河北骑士智能科技有限公司基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- ☆14Nov 5, 2017Updated 8 years ago
- Hessian-free Independent Component Analysis☆10Aug 18, 2017Updated 8 years ago
- UDS协议翻译☆35Jun 20, 2018Updated 7 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Sep 26, 2015Updated 10 years ago
- 面向对象的单片机按键驱动程序,支持gpio和adc按键,具有多种事件处理方式(Microcontroller button driver program)☆11Mar 29, 2023Updated 3 years ago
- STM32 快速开发框架,基于标准库及C++11☆12Jan 17, 2020Updated 6 years ago