资源列表
实验27 红外遥控解码实验
- 51单片机红外遥控解码实验程序,测试通过没有问题(The infrared remote control decoding procedures, tested no problem)
C8051_改1
- 利用STM32F103C8T6通过C8051的C2接口给它编程(Use STM32F103C8T6 to program it through the C2 interface of C8051.)
实验30 DS18B20 1602温度显示
- DS18B20温度传感器测量环境温度,并通过LCD1602显示出来(DS18B20 temperature sensor survey ambient temperature, and displayed by LCD1602)
TDM
- 利用时分复用技术将并行输入的四路八位二进制码的信号变成一路信号串行输出(TDM digital multiplex VHDL)
实验24 AD-DA实验
- 51单片机模数转化器和数模转化器的应用练习实验程序(Application of 51 single-chip analog-to-digital converter and digital analog converter practice experimental procedures)
超声测距
- 实现超声波测距,用LCD1602显示,用keilC51调试(Realizing ultrasonic distance measurement with LCD1602 display)
u-boot-1.1.6
- uboot 属于bootloader的一种,是用来引导启动内核的,它的最终目的就是,从flash中读出内核,放到内存中,启动内核(Uboot belongs to bootloader, which is used to boot the kernel. Its ultimate goal is to read the kernel from flash, to put it in memory, and to start the kernel.)
飞思卡尔摄像头组PCB
- 飞思卡尔摄像头组参考PCB,摄像头寻迹小车,自制PCB电路参考(Freescale camera group reference PCB)
程序代码
- 数据时钟的温度警报,DS18B20传感器能测量实时的温度,然后将测得的温度信息传递给51单片机,然后51单片机通过I/O口,显示在LCD1602屏上。报警装置采用蜂鸣器,单片机通过判断接收到的时间信号和温度信号来判断是否需要报警,然后让蜂鸣器响应。(The temperature alarm of the data clock, the DS18B20 sensor can measure the real-time temperature, and then transfer the meas
HH350_20180401
- STM32F030芯片测试没问题,自己做开发用的,os_cfg.h删减了大部分功能,只进行任务调度,需要其它功能的可以修改os_cfg.h文件。(STM32F030 chip test is no problem, the development of its own, os_cfg.h cut down the majority of the functions, only task scheduling, the need to other functions can modify the
SCA100T
- 这是SCA100T倾角传感器基于STM32F103的测试程序,包括SPI和ADC两种方法读取角度值(This is the test program of SCA100T tilt sensor based on STM32F103.)
multiplier_8bit_top
- 两个8bit无符号整数相乘,模块分为控制模块和数据路径(Two 8bit data multiplies)