资源列表
code3
- 遥控小车源代码,双电机驱动,PID控制,采用蓝牙模块与手机通信进行遥控(Remote control car source code, double motor drive, PID control, the use of Bluetooth modules and mobile communications remote control)
Android_BMS_Combined_Test
- Arduino 与 TI锂电池保护芯片 BQ76PL536A之间的通讯控制测试程序, 包括用A柔道队弄对BQ76PL536A寄存器读写和CRC校验(Arduino and BQ76PL536A communication control test procedures, including register read and write and CRC checksum)
寻迹小车
- 51单片机,pwm控制,四路电压比较器,四路寻迹!(PWM control, four tracks!)
无线传输-2.4G实验 - CUN
- NRF24L01无线传输模块。用以无线通信的基础(NRF24L01 wireless transmission module)
temperature recorder
- 在keil编程环境下用模块化编程实现温度的定时记录功能。(In the Keil programming environment, with modular programming to achieve temperature timing recording function.)
2.51单片机CS5460A程序
- 通过cs5460计量芯片完成对电压、电流、有功功率、无功功率、功率因数的采集(Through the CS5460 measuring chip, the voltage, current, active power, reactive power and power factor are collected)
STM32-AD
- STM32双通道AD数据采集,DMA接收,USART发送(STM32 double channel temperature data acquisition)
mpu6050
- 利用单片机读取mpu6050的数据。用加速度值输出的数据求出X和Y轴上的倾斜角;用陀螺仪输出的的角速度值积分出旋转角度。 然后融合加速度计与陀螺仪的数据,最后滤波获得更好的效果。(Use singlechip to read mpu6050 data. The angle of the X and Y axes is calculated by the output data of the acceleration value, and the rotation angle is integra
STM32_UCOS-II
- STM32移植好的UCOS-II,创建了3个任务,每个任务都是点一个LED灯,运行正常; 拿来可以直接用,KEIL4下编译;UCOS-II2.86版本(STM32 transplantation of good UCOS-II, created 3 tasks, each task is to point to a LED light, running normally; can be used directly, KEIL4 compiled; UCOS-II2.86 version)
Tiny4412C语言实现流水灯
- 在TINY4412开发板上,跑的裸机流水灯程序,初学者可以看看(In the TINY4412 development board, run the bare light water program)
OV7725
- 摄像头7725驱动,配合STM32F4,速度快效果好(ov7725 driver and STM32F4)
新建文件夹 (2)
- #define uint unsigned int #define uchar unsigned char sbit dula=P0^1; sbit wela=P0^3; uchar num; uchar code table[]={ 0xc0,0xf9,0xa4,0xb0, 0x99,0x92,0x82,0xf8, 0x80,0x90,0x88,0x83, 0xc6,0xa1,0x86,0x8e}; void delay(uint z); void main() {
