C语言实现的轻量级神经网络库,在嵌入式设备上无缝部署预训练的神经网络
☆45Dec 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:
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 用于串口通信或消息的环形队列驱动☆14Sep 12, 2019Updated 6 years ago
- USTC 嵌入式系统实验室2013级研究生 阅读内核记录☆63May 13, 2014Updated 12 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
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆26Nov 25, 2019Updated 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.
- 嵌入式系统显示多级菜单库及菜单代码生成器☆17Dec 4, 2019Updated 6 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 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…☆18Mar 20, 2020Updated 6 years ago
- SmartOS是无声物联科技独立研发完成,面向物联网企业的嵌入式系统平台。SmartOS的目标是将各个行业转为智能化。☆19Oct 9, 2016Updated 9 years ago
- StarNet: Targeted Computation for Object Detection in Point Clouds☆14Jan 28, 2020Updated 6 years ago
- 做过的一些电子(物联网)DIY☆11Oct 16, 2018Updated 7 years ago
- 16-Point FFT is developed in order to accurately model that of the MATLAB function. . The module successfully tested using verilog testbe…☆19May 27, 2016Updated 10 years ago
- 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
- JerryScript port for RT-Thread☆21Nov 18, 2021Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Lightweight, simple and portable message bus and IPC system for embedded Linux.☆11Jan 18, 2014Updated 12 years ago
- C语言实现广州地铁最短路线查询,利用dijkstra深度优先算法☆24Jan 4, 2019Updated 7 years ago
- 4G模块开发☆11Aug 16, 2019Updated 7 years ago
- ☆10Jun 24, 2020Updated 6 years ago
- A simple tool using PC mouse via USART to control MCU and LCD/OLED (with LVGL library), if your screen cannot be controlled by touch. 用电脑…☆10Sep 20, 2021Updated 4 years ago
- ”智能“工业传感器解决方案,传感器联网(物联网范畴)。该方案基于4G模块,采用MQTT协议与阿里云平台连接,完成传感器数据采集与上报。☆18Jul 1, 2021Updated 5 years ago
- 一个简易的单片机编程框架☆33Aug 4, 2019Updated 7 years ago
- Unofficial C++ implementation of SLAM method, VITAMIN-E☆11Oct 10, 2020Updated 5 years ago
- 一个事件驱动的嵌入 式控制器框架(基于STM32平台)☆76Nov 2, 2020Updated 5 years ago
- AI Agents on 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.
- Arduino core for the BL618☆21Sep 15, 2023Updated 2 years ago
- 使用ONNXRuntime部署一种用于边缘检测的轻量级密集卷积神经网络LDC,包含C++和Python两个版本的程序☆12Apr 24, 2023Updated 3 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 5 years ago
- QSDK是河北骑士智能科技有限公司基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- 个人开源Android项目:健康菜谱☆10Mar 30, 2016Updated 10 years ago
- Using (deep) reinforcement_learning algorithm to practice on OpenAI Gym, Unity ML-Agents,and other virtual environments. Using Python ,Py…☆16Jun 17, 2020Updated 6 years ago
- 基于ESP8266的开源MCU方案☆12May 29, 2019Updated 7 years ago
- ☆13Nov 5, 2017Updated 8 years ago
- Text Menu in LCD☆12Aug 30, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 面向对象的单片机按键驱动程序,支持gpio和adc按键,具有多种事件处理方式(Microcontroller button driver program)☆11Mar 29, 2023Updated 3 years ago
- STM32 快速开发框架,基于标准库及C++11☆11Jan 17, 2020Updated 6 years ago
- UCMapViewer是基于UCMap(OpenGL版)的通用地图开发框架,涵盖了各类GIS数据的展示、查询、编辑、分析等各项功能 ( http://www.creable.cn/kuibu/xiazai.asp ) ,开发者可根据自己的应用需求来定制修改☆12Jan 7, 2019Updated 7 years ago
- GDB Stub for RT-Thread(already in RT-Thread master)☆17Jan 10, 2015Updated 11 years ago
- cartpole的多种控制方法(强化学习、自适应pid、粒子群)☆20Dec 19, 2018Updated 7 years ago
- DS3231 Library for STM32☆15May 11, 2019Updated 7 years ago
- ☆17Jun 12, 2026Updated 2 months ago