Code, data and results for LiteOS Hackathon
☆30Apr 12, 2017Updated 8 years ago
Alternatives and similar repositories for LiteOS_Hackathon_20170107_Beijing
Users that are interested in LiteOS_Hackathon_20170107_Beijing are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- LiteOS Porting Contest☆16Nov 30, 2017Updated 8 years ago
- RT-Thread&正点原子联合出品潘多拉开发板对接OneNET示例,使用AP6181 WiFi模块、OneNET EDP协议,实现数据上报和命令下发控制☆16Mar 8, 2020Updated 6 years ago
- QSDK是河北骑士智能科技有限公司基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Sep 26, 2015Updated 10 years ago
- STM32+ME3616 NBIOT模组对接OneNET代码☆15Apr 13, 2019Updated 6 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- stm32f10x gcc makefile template☆21Mar 8, 2022Updated 4 years ago
- Control an RGB Led with an iPad and TI's CC2540/CC2541 chip☆20Mar 1, 2014Updated 12 years ago
- ☆10Jul 31, 2017Updated 8 years ago
- STM32+MT2625实现SOCKET、MQTT对接OneNET☆14Apr 13, 2019Updated 6 years ago
- Serial Chart - Analyse and chart serial data from RS-232 COM ports☆12Feb 8, 2015Updated 11 years ago
- C-SKY Linux 论坛,更多资料请访问 c-sky.github.io☆32Nov 3, 2017Updated 8 years ago
- Smart home drivers with contiki system | 2016TI杯四川区电设省赛一等奖☆54Jun 1, 2017Updated 8 years ago
- qt-terminal☆20Dec 30, 2016Updated 9 years ago
- 基于 RTT 的 BeepPlayer 的软件包☆34Dec 21, 2018Updated 7 years ago
- Tools for reading and writing identification EEPROMs on NVIDIA Jetson platforms.☆16Sep 26, 2025Updated 5 months ago
- qr codes (2d barcodes) for arduino and embedded☆69Nov 30, 2017Updated 8 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆24Nov 25, 2019Updated 6 years ago
- Research on Frequency-Hopping Spread Spectrum protocol with NRF24L01☆18Jan 24, 2021Updated 5 years ago
- awtk-stm32f103ze-rtthread☆17Dec 27, 2024Updated last year
- 针对传统快递站点的各种不足,该无人快递站点通过采用多点机器视觉模块识别快件上的条形码进而获取该货物的具体位置,再查询数据库进行数据匹配获取 快件的相关信息,通过机械臂控制技术来实现智能分拣、上架,将货架信息保存至库中,并发送信息给收件人。最后,系统根据取件人的取货码或二维码,…☆15Apr 21, 2019Updated 6 years ago
- a simple pingpong buffer test☆12Feb 11, 2015Updated 11 years ago
- Chromium recipes for yocto☆13Apr 29, 2016Updated 9 years ago
- 基于ESP8266的开源MCU方案☆12May 29, 2019Updated 6 years ago
- 简洁易用的嵌入式操作系统内核。github停止更新,请移步开源中国//git.oschina.net/kerndev/klite☆57Mar 19, 2019Updated 7 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- Yocto BSP meta layer for the Seeed Raspberry PI CM Serial board☆16Nov 20, 2025Updated 4 months ago
- UCMapViewer是基于UCMap(OpenGL版)的通用地图开发框架,涵盖了各类GIS数据的展示、查询、编辑、分析等各项功能 ( http://www.creable.cn/kuibu/xiazai.asp ) ,开发者可根据自己的应用需求来定制修改☆12Jan 7, 2019Updated 7 years ago
- 正点原子开拓者&新起点FPGA开发板例程☆15Nov 29, 2019Updated 6 years ago
- 嵌入式最小驱动程序框架☆11Jun 11, 2017Updated 8 years ago
- dwin☆12Apr 10, 2019Updated 6 years ago
- Opensource Project allow you to DIY an remote-car which can be controled via BLE4.0 on your phone☆19Oct 12, 2015Updated 10 years ago
- 收集有趣的、有用的、方便移植的开源仓库,大家有兴趣可以尝试移植到RT-Thread。☆15Oct 16, 2018Updated 7 years ago
- ESP8266 application for flashing STM8S via stm8-bootloader☆31Aug 15, 2017Updated 8 years ago
- code and manual☆4,910May 31, 2022Updated 3 years ago
- STM32平台的无线下载功能开发☆26Aug 4, 2019Updated 6 years ago
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆18Nov 25, 2019Updated 6 years ago
- This Python library supports the INA226 voltage, current and power monitor from Texas Instruments with a Raspberry Pi using the I2C bus. …☆18Sep 28, 2022Updated 3 years ago
- 基与FreeRTOS和STM32 CubeMX HAL库的简易串口框架☆15Nov 24, 2018Updated 7 years ago