Huawei CodeLab - IoT
☆24Jan 8, 2018Updated 8 years ago
Alternatives and similar repositories for iot-codelabs
Users that are interested in iot-codelabs are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- YUVviewer is a small tool for developers to view and preview various original image formats. It is based on Qt and opencv frameworks and …☆38Updated this week
- OneNET麒麟开发板相关代码☆63Jun 12, 2022Updated 4 years ago
- The MD5 Message-Digest Algorithm☆19Oct 12, 2013Updated 12 years ago
- OneNET NBIOT C SDK☆45Mar 20, 2018Updated 8 years ago
- HelloX operating system for STM32 chipset☆14Jan 18, 2015Updated 11 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- QSDK是河北骑士智能科技有限公司 基于RT-THREAD RTOS编写的NB-IOT模块驱动代码☆10Nov 12, 2019Updated 6 years ago
- The official and highly portable Xively C Client designed for embedded platforms.☆19Jun 12, 2018Updated 8 years ago
- 基于ESP8266的开源MCU方案☆12May 29, 2019Updated 7 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Sep 26, 2015Updated 10 years ago
- 在嵌入式软件开发当中,常常第一步就是设计整个系统的架构。有基于OS的,也有裸机的。我们先拿裸机说事儿,我想很多人在做单片机的裸机开发(甚至基于OS)时脑海里根本没有设计架构的想法,从来都是while(1)循环到底,能写点状态机已经算是基础扎实的人物了。那么问题来了,whil…☆13Nov 25, 2019Updated 6 years ago
- STM32 快速开发框架,基于标准库及C++11☆11Jan 17, 2020Updated 6 years ago
- 正点原子开拓者&新起点FPGA开发板例程☆16Nov 29, 2019Updated 6 years ago
- dwin☆13Apr 10, 2019Updated 7 years ago
- 基与FreeRTOS和STM32 CubeMX HAL库的简易串口框架☆15Nov 24, 2018Updated 7 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 在嵌入式开发中离不开设备通信,而在通信中稳定性最高的莫过于环形缓冲区算法,当读取速度大于写入速度时,在环形缓冲区的支持下不会丢掉任何一个字节(硬件问题除外)。从.H文件中可看到Ringbuff的数据结构,当中有读写地址以及有效未读数据大小,以及读状态等。 向外部提供的AP…☆19Nov 25, 2019Updated 6 years ago
- 针对传统快递站点的各种不足,该无人快递 站点通过采用多点机器视觉模块识别快件上的条形码进而获取该货物的具体位置,再查询数据库进行数据匹配获取快件的相关信息,通过机械臂控制技术来实现智能分拣、上架,将货架信息保存至库中,并发送信息给收件人。最后,系统根据取件人的取货码或二维码,…☆16Apr 21, 2019Updated 7 years ago
- 电力线载波智能家居控制系统☆15Apr 16, 2018Updated 8 years ago
- 用于串口通信或消息的环形队列驱动☆14Sep 12, 2019Updated 7 years ago
- SmartOS是无声物联科技独立研发完成,面向物联网企业的嵌入式系统平台。SmartOS的目标是将各个行业转为智能化。☆19Oct 9, 2016Updated 9 years ago
- STM32+ME3616 NBIOT模组对接OneNET代码☆15Apr 13, 2019Updated 7 years ago
- Current-fed dual inductor converter with wide input and output voltage range☆21Mar 29, 2019Updated 7 years ago
- 北航2020软件工程(嵌入式方向)☆12Jun 4, 2020Updated 6 years ago
- my rc files☆12Mar 16, 2016Updated 10 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.
- uT/OS是中国国内最早(2009/10/10发布V1.0)的用于物联网领域的开源RTOS内核之一,是Tenux开源社区(www.tenux.org或www.tenux.cn)的核心开源项目,uT/OS开源嵌入式操作系统内核是商业级质量,支持业界常用的Keil MDK、IA…☆23Nov 16, 2017Updated 8 years ago
- ☆11Mar 20, 2019Updated 7 years ago
- This is a custom file system model that can be used with the QTreeView control. Unlike QFileSystemModel, QCustomFileSystemModel can be in…☆12Jan 30, 2024Updated 2 years ago
- NB IOT 设备验证Demo,涵盖STM32、Android APP、Web网站、WebSocket测试代码。☆20Dec 15, 2017Updated 8 years ago
- The codes of my graduation project , stress monitor based on NB-IoT,which is for STM32L1 and can be opened by Keil_MDK.☆12Jul 30, 2018Updated 8 years ago
- 在单片机裸机开发中,通常延时功能函数是以同步阻塞方式实现,的确在很多设备驱动中需要同步阻塞来匹配硬件时 序,但这只能存在于硬件驱动层,应用层开发时使用阻塞延时便大大降低了系统实时性和安全性,不可预测就是一块心病。为此我分享出一段由朋友:流星原创的event_delay异步延时…☆26Nov 25, 2019Updated 6 years ago
- RISC-V Processor Tracing tools and library☆16Mar 17, 2024Updated 2 years ago
- 基于C/C++开发的音视频动态库(使用超级简单,功能非常强大)☆12Jul 18, 2023Updated 3 years ago
- 进程调度算法的C语言实现:先到先服务、短作业优先、优先级调度、时间片轮转☆15Jan 16, 2019Updated 7 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- Mod manager for Rise Of The Tomb Raider☆19Jan 3, 2025Updated last year
- A minimal client and server example for libcoap☆52May 18, 2026Updated 4 months ago
- 利用qt实现的vnc客户端,并集成了SSH客户端☆13Oct 14, 2020Updated 5 years ago
- The Hippo CLI☆19Aug 31, 2022Updated 4 years ago
- A convenient LRU cache server that supports REST API and Let's Encrypt.☆18May 24, 2018Updated 8 years ago
- Rust implementation of Geofancy☆15Jun 21, 2024Updated 2 years ago
- QPA to stream your Qt application with RDP☆18Jan 26, 2026Updated 7 months ago