基于STM32的电子秤

所属分类:单片机开发
开发工具:C/C++
文件大小:2444KB
下载次数:8
上传日期:2019-05-23 15:46:32
上 传 者fzLi
说明:  电子称重的实现首先是通过压力传感器采集到被测物体的重量并将其转换成电压信号。输出电压信号通常很小,需要通过前级信号处理电路进行准确的线性放大。放大后的模拟电压信号经AD转换进入主控单片机中,再将结果显示在人机界面。
(The realization of electronic weighing is firstly to collect the weight of the measured object through a pressure sensor and convert it into a voltage signal. The output voltage signal is usually very small, which requires accurate linear amplification through the front signal processing circuit. The amplified analog voltage signal is converted into the main MCU by AD, and the results are displayed in the man-machine interface.)

文件列表:
基于STM32的电子秤\Libraries\CMSIS\Core\CM3\core_cm3.c (17273, 2010-10-18)
基于STM32的电子秤\Libraries\CMSIS\Core\CM3\core_cm3.h (85714, 2010-10-18)
基于STM32的电子秤\Libraries\CMSIS\Core\CM3\stm32f10x.h (629762, 2010-10-18)
基于STM32的电子秤\Libraries\CMSIS\Core\CM3\stm32f10x_conf.h (3230, 2010-11-28)
基于STM32的电子秤\Libraries\CMSIS\Core\CM3\system_stm32f10x.c (32871, 2010-10-18)
基于STM32的电子秤\Libraries\CMSIS\Core\CM3\system_stm32f10x.h (2068, 2010-10-18)
基于STM32的电子秤\Libraries\STM3210E-EVAL.lib (9480192, 2010-11-28)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\inc\stm32_dsp.h (2842, 2011-05-11)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\inc\table_fft.h (23065, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\arm\cr4_fft_1024_stm32.s (28766, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\arm\cr4_fft_256_stm32.s (14141, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\arm\cr4_fft_64_stm32.s (10407, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\arm\fir_stm32.s (5019, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\arm\iirarma_stm32.s (3826, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\arm\PID_stm32.s (2705, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\gcc\cr4_fft_1024_stm32.s (27485, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\gcc\cr4_fft_256_stm32.s (12088, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\gcc\cr4_fft_64_stm32.s (8072, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\gcc\fir_stm32.s (4631, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\gcc\iirarma_stm32.s (3400, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\gcc\PID_stm32.s (2467, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\iar\cr4_fft_1024_stm32.s (29193, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\iar\cr4_fft_256_stm32.s (14256, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\iar\cr4_fft_64_stm32.s (10474, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\iar\fir_stm32.s (5220, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\iar\iirarma_stm32.s (3827, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\asm\iar\PID_stm32.s (2692, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\iir_stm32.c (3189, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_DSP_Lib\src\PID_C_stm32.c (2921, 2009-04-30)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\misc.h (8893, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_adc.h (21601, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_bkp.h (7466, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_can.h (23230, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_cec.h (6483, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_crc.h (2073, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dac.h (15145, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dbgmcu.h (3729, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_dma.h (20661, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_exti.h (6735, 2010-10-18)
基于STM32的电子秤\Libraries\STM32F10x_StdPeriph_Driver\inc\stm32f10x_flash.h (25356, 2010-10-18)
... ...

近期下载者

相关文件


收藏者