搜索资源列表
MSP430-application-of-thermometer
- 在《温度计_基本原理》程序中,已经实现了一个温度测量和显示的系统,但因为采样速率很快,且对基准源不加控制,耗电很大(800uA左右)。本例中,将温度采集速度降到1秒一次,且采样间隙时间不仅关闭基准源,还让CPU进入LPM3休眠状态,大大节省了耗电。该程序功耗仅10uA左右,可用纽扣电池长期运行(2年)。实际上对于环境温度1秒1次采样仍属浪费,如果降到5秒一次,功耗可下降到4uA左右(CR2032电池工作5年)。按KEY3后,CPU进入LPM4,功耗下降到0.1uA,这是一种常用的不断电的关机方法
main
- MSP430测量片内温度,并且通过滤波,最后用数码管实时显示!-MSP430 chip temperature measurement, and by filtering, and finally with digital real-time display!
msp430-base-prgram
- 该文件为MSP430X14X程序,其中包含,数码管显示,定时器,温度测量,AD转换等程序-This file is MSP430X14X program, which includes, digital display, timer, temperature measurement, AD conversion program
msp430__DS18b021602
- msp430进行温度测量并在1602中显示的程序-MSP430 temperature measurement and display in 1602 procedures
OLED
- MSP430开发板,测量内部温度,并在OLED显示屏上显示-MSP430 development board, the internal temperature measurement, and display on the OLED
MSP430PDS18B20
- MSP430与DS18B20驱动程序,可以测量环境温度,通过三位数码管显示。-MSP430 and DS18B20 driver, you can measure the ambient temperature, by three digital display.
Temperature_Sense_Demo
- MSP430g2系列采用ADC采样测量内部温度例程(MSP430g2 series using ADC sampling to measure internal temperature routine)