搜索资源列表
GY-51
- GY-51 LSM303DLHC三轴磁场加速度模块发送资料-GY-51 triaxial accelerometer module to send data magnetic field
GY-52三轴陀螺仪MPU3050
- GY-52三轴陀螺仪MPU3050 GY-52三轴陀螺仪MPU3050 GY-52三轴陀螺仪MPU3050
M3-IIC-MMA8452
- GY-45-MMA845251三轴加速度模块,stm32平台编写,串口输出。-GY-45-MMA845251 triaxial accelerometer module, stm32 platform to prepare for serial output.
20790-01AA-CMM21-31-33-R5
- GY-52三轴陀螺仪MPU3050 加速模块说明 源代码-GY-52 three-axis gyroscope MPU3050
GY-65
- GY-65气压模块的采集资料,包含工程程序-GY- 65 pneumatic module of collecting data, including project application, etc...
GY-50
- 三轴陀螺仪-Three-axis gyroscope-----------------------------------------------
MPU-9150-GY-9150-
- MPU-9150 GY-9150 九轴姿态资料和测试代码,详细-MPU-9150 GY-9150 9-axis attitude information and test code, detailed
GY-MCU90614v1
- 基于stm32的小车控制程序,用于两无刷电机间的同步控制-the control program for car based on stm32.
GY-53资料v1
- 基于vl53l0x的测距传感器的电路板,应用于0-1.2米测距。(Vl53l0x based range sensor circuit board, applied to 0-1.2 meters distance measurement.)
together
- MSP430F5529控制光照传感器GY-30,空气温湿度传感器AM2301,土壤温湿度传感器STH10,并在12864上显示数据(MSP430F5529 controls light sensor GY-30, air temperature and humidity sensor AM2301, soil temperature and humidity sensor STH10, and displays data on 12864.)
GY-65气压模块发送资料
- 使用BMP085气压计进行测量高度的源代码,包含arduino,51,avr三种(Use BMP085 barometer to measure the height of the source code, including Arduino, 51, AVR three kinds.)
STM32使用I2C驱动GY-30光照传感器和SPI总线驱动DHT11
- 对于光照传感器的使用,在串口调试助手上将光照强度显示出来,每隔2S,读取一次,否则会出现读取失败。 对于温湿度传感器也是同样的道理,只是为了节省GPIO口,使用SPI单总线通信模式,实现对于温湿度的数据采集以及显示。 其中还包括了对应的串口通信,以及对于printf的重定向,使其打印在串口助手的接收区。