Code, data and results for LiteOS Hackathon
☆30Apr 12, 2017Updated 9 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
- STM32+ME3616 NBIOT模组对接OneNET代码☆15Apr 13, 2019Updated 7 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 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 7 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
- 基于 RTT 的 BeepPlayer 的软件包☆34Dec 21, 2018Updated 7 years ago
- Windows设备驱动开发 光盘(示例代码)☆10Jan 14, 2013Updated 13 years ago
- Tools for reading and writing identification EEPROMs on NVIDIA Jetson platforms.☆16Sep 26, 2025Updated 6 months ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- RT-Thread kernel and components samples.☆18Jan 4, 2019Updated 7 years 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
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么 问题来了,whil…☆12Nov 25, 2019Updated 6 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- STM32 快速开发框架,基于标准库及C++11☆12Jan 17, 2020Updated 6 years ago
- UCMapViewer是基于UCMap(OpenGL版)的通用地图开发框架,涵盖了各类GIS数据的展示、查询、编辑、分析等各项功能 ( http://www.creable.cn/kuibu/xiazai.asp ) ,开发者可根据自己的应用需求来定制修改☆12Jan 7, 2019Updated 7 years ago
- 嵌入式最小驱动程序框架☆11Jun 11, 2017Updated 8 years ago
- ☆19Jul 7, 2017Updated 8 years ago
- dwin☆12Apr 10, 2019Updated 7 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,903May 31, 2022Updated 3 years ago
- Deploy open-source AI quickly and easily - Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 《Zephyr OS 文档 - 中文版》☆181Mar 14, 2023Updated 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
- NDSS 2020☆14May 28, 2020Updated 5 years ago
- 用于串口通信或消息的环形队列驱动☆14Sep 12, 2019Updated 6 years ago