资源列表
声光报警
- 1.STC5 103*1 2.4P排针*1 3.3.3V蜂鸣器*1 4.1K电阻*3 5.S8050*1 6.led两色灯*1 一个数字量(遥信)输入,产生声光报警。
FreeRTOS+RS485多机通信
- 实现STM32F4 基于FreeRtos的多机485串口通讯(Stm32f4 communication operation of RS485 based on FreeRTOS)
main
- AD7175-2 24位ADC采集 stm32f103(Ad7175-2 24 bit ADC acquisition stm32f103)
FX2N-2014-08-30
- 在STM32上开发的PLC,兼容三菱PLC(PLC developed on STM32, compatible with Mitsubishi PLC)
stm32模拟电磁炮源码
- 这是仿造2019年全国电赛控制题目做的模拟电磁炮源码,使用的是stm32f103单片机
51单片机超声波测距
- 51单片机高级编程,基于51单片机的超声波测距,LCD1602界面显示。
答辩
- 基于AT89C51单片机的DHT11温湿度传感器并在数码管MAX7219显示出来,通过串口传输到彩屏实时显示温湿度信息,并可以出发温湿度报警。包含Proteus仿真图,单片机代码和PPT,实验报告等(DHT11 temperature and humidity sensor based on AT89C51 single chip microcomputer is displayed on digital tube MAX7219, and it is transmitted to color
HDSC额温枪release20200322
- 完整的额温枪 耳温枪 华大 HC32L136 方案 包含源代码和硬件原理图(The complete scheme of temperature gun includes source code and hardware schematic diagram)
带温度测量的CCD驱动程序
- STM32F103驱动TCD1304线性CCD,同时MAX31865测量得到的温度值,通过串口输出至上位机(STM32F103 drives tcd1304 linear CCD, and the temperature measured by max31865 is output to the upper computer through the serial port)
msp430f16x+ds18b20温度读取与转换
- 使用msp430f16x芯片,读取18b20中的温度值并进行十进制float型读数转换。显示在程序中。
STM32 SH1106和SH1107驱动
- STM32单片机I2C驱动OLED驱动芯片SH1107和SH1106的驱动程序 里面程序的名字为SH1107,但SH1106的驱动方法基本一致 示例图片为64*128,实际可能需要调整起始坐标位置才能显示全(Driver program of OLED driver chip sh1107 and sh1106 driven by I2C of STM32 single chip microcomputer The name of the program is sh1107, but the
c51电子时钟的设计
- 89c51设计电子时钟,涉及中断处理函数,数码管使用函数等等的知识。