针对传统甲烷浓度检测器体积大,不易在狭小空间操作的问题,设计了一种基于单片机的甲烷浓度检测器。系统程序设计基于实时多任务操作系统μC/OSⅢ进行开发,利用卡尔曼滤波算法进行数据处理。硬件部分选用意法半导体公司的STM32F407作为主控芯片,选用红外甲烷传感器Prime1采集气体中甲烷含量参数,同时采用豪威OV2640摄像头记录检测画面,通过SD卡存储模块记录检测数据。经过实地测试,系统检测精度为0.01%,具备实用价值。
1
可以快速查询μC/OS-II中的功能函数的产地参数,用法,及注意事项,很全面,所有函数按照字母排序
2022-02-23 20:23:26 596KB μC/OS-II
1
This book describes the design and implementation of mC/OS-II (pronounced "Micro C O S 2") which stands forMicro-Controller Operating System Version 2. μC/OS -II is based on μC/OS, The Real-Time Kernel which was firstpublished in 1992. Thousands of people around the world are using μC/OS in all kinds of applications such ascameras, medical instruments, musical instruments, engine controls, network adapters, highway telephone call boxes,ATM machines, industrial robots, and many more. Nu merous colleges and Universities have also used μC/OS toteach students about real-time systems.μC/OS-II is upward compatible with μC/OS (V1.11) but provides many improvements over μC/OS such as theaddition of a fixed-sized memory manager, user definable callouts on task creation, task deletion, task switch andsystem tick, supports TCB extensions, stack checking and, much more. I also added comments to just about everyfunction and I made μC/OS -II much easier to port to different processors. The source code in μC/OS was found in twosource files. Because μC/OS-II contains many new features and functions, I decided to split μC/OS-II in a few sourcefiles to make the code easier to maintain.If you currently have an application (i.e. product) that runs with μC/OS, your application should be able to run,virtually unchanged, with μC/OS-II. All of the services (i.e. function calls) provided by μC/OS have been preserved.You may, however, have to change include files and product build files to ‘point’ to the new file names.This book contains ALL the source code for μC/OS-II and a port for the Intel 80x86 processor running in Real-Modeand for the Large Model. The code was developed on a PC running the Microsoft Windows 95 operating system.Examples run in a DOS compatible box under the Windows 95 environment. Development was done using theBorland International C/C++ compiler version 3.1. Although μC/OS-II was developed and tested on a PC, mC/OS-IIwas actually targeted for embedded systems and can easily be ported to many different processor architectures.
2022-02-15 16:44:36 1.03MB uCOSII
1
本次设计的主要内容是:基于在stm32开发板上,将 μC/OS系统移植到stm32单片机上,然后再在该系统上编写超声波测距程序,最后通过LCD12864液晶显示屏来显示测量结果。
2022-01-28 01:23:57 875KB stm32单片机 超声波测距 ucos系统
1
作为在 ARM Cortex-M 处理器上优化代码生成的 MATLAB-to-C 工作流程示例,白皮书说明了如何将生成的 C 代码从 MATLAB (R2014b) 移植到 KEIL μVision IDE (v5.12)。
2022-01-12 16:43:28 724KB matlab
1
借鉴RT-Thread思路,实现基于μCOSiii的AT指令代码,并附带详细使用说明。与MCU和模块基本没有耦合性,可直接用于绝大多数模块。
2021-12-23 08:41:06 31KB AT μCOSiii 物联网 AT指令
1
嵌入式实时操作系统μCOS-II原理及应用(第2版)高清+目录
2021-12-22 10:26:09 60.7MB uCos
1
前段时间我阅读了杨屹的关于“ ucos51 移植心得”,并考虑到能否将ucos-II 移植到KeilC51 的小模式下。由于小模式运行速度比大模式运行速度快很多,这将有利于提高系统 的速度。 2
2021-12-18 20:38:38 6KB μC/OS-II 移植到 KeilC51
1
前段时间阅读了杨屹的关于“ ucos51 移植心得”,并考虑到能否将ucos-II 移植到 KeilC51 的小模式下。由于小模式运行速度比大模式运行速度快很多,这将有利于提高系统 的速度。 源码加PDF文档说明
2021-12-18 20:34:12 101KB μC/OS-II KeilC51 移植 小模式
1
针对斯特林发动机运行监控需要,以MC9S12DG256和ATmega128单片机为核心设计了一款基于CAN总线及μCOS-II平台的监控系统。硬件分为主控制板、开关量板和模拟量板,软件上采用集中式与分布式结合的控制思想实现了斯特林发动机运行状态的检测和控制。文中介绍了系统工作原理、软硬件设计、CAN总线ID设计、μCOS-II在MCU上的移植和应用程序的设计。实际应用结果证明,该监控系统能有效对斯特林发动机的运行进行监控,验证了此方案的可行性,具有一定的设计参考价值。
1