国产免费AV|泡泡玛特欧洲总部将设在伦敦|中文天堂网www新版资源在线|一本久道综合在线中文|国精产品一二三产区的使用方法|香蕉鱼在线观看|www.27eee
ELEOK
標題:
HX711稱重模塊資料 原理圖 stm32 51示例程序 proteus仿真 文檔
[打印本頁]
作者:
eng
時間:
2021-6-9 18:54
標題:
HX711稱重模塊資料 原理圖 stm32 51示例程序 proteus仿真 文檔
1.png
(8.27 KB)
下載附件
2021-6-9 18:30 上傳
詳細內容:
├─1.程序配套電路圖
│ ├─51單片機原理圖
│ │ 數碼管顯示輸出電路圖.pdf
│ │ 液晶LCD1602原理圖(推薦).pdf
│ │ 液晶LCD1602原理圖(推薦).SCH
│ │ 電腦串口輸出電路圖.pdf
│ │
│ └─Arduino硬件連接圖
│ 5kg帶支架Arduino程序原理圖.jpg
│
├─2.設計開發原理說明
│ 5KG壓力傳感器和HX711模塊接法.jpg
│ 5Kg電子秤開發必讀教程.pdf
│ 安裝方法1.png
│ 安裝方法2.png
│ 技術參數表.png
│
├─3.51下載驅動
│ 340 串口線 驅動.rar
│
├─4.源程序(5kg)
│ ├─(1)5Kg電子秤程序(LCD1602顯示)推薦使用
│ │ HX711.c
│ │ HX711.H
│ │ lcd12864.c
│ │ lcd12864.h
│ │ LCD1602.c
│ │ LCD1602.h
│ │ main
│ │ main.c
│ │ MAIN.H
│ │ main.hex
│ │ main.M51
│ │ main.uvgui.Administrator
│ │ main.uvopt
│ │ main.uvproj
│ │ uart.c
│ │ uart.h
│ │
│ ├─(2)5Kg電子秤程序(串口顯示)
│ │ HX711.c
│ │ HX711.H
│ │ lcd12864.c
│ │ lcd12864.h
│ │ LCD1602.c
│ │ LCD1602.h
│ │ main
│ │ main.c
│ │ MAIN.H
│ │ main.hex
│ │ main.M51
│ │ main.uvgui.Administrator
│ │ main.uvgui.yong
│ │ main.uvopt
│ │ main.uvproj
│ │ uart.c
│ │ uart.h
│ │
│ ├─(3)5Kg電子秤程序(數碼管顯示)
│ │ HX711.c
│ │ HX711.h
│ │ lcd12864.c
│ │ lcd12864.h
│ │ LCD1602.c
│ │ LCD1602.h
│ │ main
│ │ main.c
│ │ MAIN.H
│ │ main.hex
│ │ main.M51
│ │ main.uvgui.Administrator
│ │ main.uvopt
│ │ main.uvproj
│ │
│ └─(4)5kg電子秤程序(帶報警和繼電器)
│ eeprom52.h
│ HX711.c
│ HX711.H
│ lcd12864.c
│ lcd12864.h
│ LCD1602.c
│ LCD1602.h
│ main
│ main.c
│ MAIN.H
│ main.hex
│ main.M51
│ main.uvgui.Administrator
│ main.uvgui.Cai Chao
│ main.uvopt
│ main.uvproj
│ uart.c
│ uart.h
│
├─5.HX711AD官方資料
│ HX711參考驅動程序(C51).pdf
│ hx711官方資料(海芯).pdf
│
├─6.HX711AD模塊原理圖
│ HX711模塊原理圖.pdf
│
├─7.仿真
│ │ Backup Of 電子稱仿真.DBK
│ │ ISIS.dmp
│ │ Last Loaded 電子稱仿真.DBK
│ │ 仿真效果圖.png
│ │ 電子稱仿真.DSN
│ │ 電子稱仿真.pdsprj
│ │ 電子稱仿真.PWI
│ │
│ ├─HX711模塊加載文件
│ │ HX711.hex
│ │
│ └─單片機加載文件
│ main.hex
│
├─8.參考文檔
│ 參考論文1.doc
│ 基于單片機的電子稱設計.doc
│ 必讀.txt
│ 答辯預測.doc
│
└─9.其他CPU驅動代碼
│ 1.Arduino例程.zip
│
├─STM8
│ ├─FWlib
│ │ ├─inc
│ │ │ stm8s.h
│ │ │ stm8s_adc1.h
│ │ │ stm8s_adc2.h
│ │ │ stm8s_awu.h
│ │ │ stm8s_beep.h
│ │ │ stm8s_can.h
│ │ │ stm8s_clk.h
│ │ │ stm8s_exti.h
│ │ │ stm8s_flash.h
│ │ │ stm8s_gpio.h
│ │ │ stm8s_i2c.h
│ │ │ stm8s_itc.h
│ │ │ stm8s_iwdg.h
│ │ │ stm8s_rst.h
│ │ │ stm8s_spi.h
│ │ │ stm8s_tim1.h
│ │ │ stm8s_tim2.h
│ │ │ stm8s_tim3.h
│ │ │ stm8s_tim4.h
│ │ │ stm8s_tim5.h
│ │ │ stm8s_tim6.h
│ │ │ stm8s_uart1.h
│ │ │ stm8s_uart2.h
│ │ │ stm8s_uart3.h
│ │ │ stm8s_wwdg.h
│ │ │
│ │ └─src
│ │ stm8s_adc1.c
│ │ stm8s_adc2.c
│ │ stm8s_awu.c
│ │ stm8s_beep.c
│ │ stm8s_can.c
│ │ stm8s_clk.c
│ │ stm8s_exti.c
│ │ stm8s_flash.c
│ │ stm8s_gpio.c
│ │ stm8s_i2c.c
│ │ stm8s_itc.c
│ │ stm8s_iwdg.c
│ │ stm8s_rst.c
│ │ stm8s_spi.c
│ │ stm8s_tim1.c
│ │ stm8s_tim2.c
│ │ stm8s_tim3.c
│ │ stm8s_tim4.c
│ │ stm8s_tim5.c
│ │ stm8s_tim6.c
│ │ stm8s_uart1.c
│ │ stm8s_uart2.c
│ │ stm8s_uart3.c
│ │ stm8s_wwdg.c
│ │
│ ├─Project
│ │ │ STM8.ewd
│ │ │ STM8.ewp
│ │ │ STM8.ewt
│ │ │ STM8.eww
│ │ │
│ │ ├─Debug
│ │ │ ├─Exe
│ │ │ │ STM8.hex
│ │ │ │ STM8.out
│ │ │ │
│ │ │ ├─List
│ │ │ │ main.i
│ │ │ │ stm8s_adc1.i
│ │ │ │ stm8s_clk.i
│ │ │ │ stm8s_exti.i
│ │ │ │ stm8s_flash.i
│ │ │ │ stm8s_gpio.i
│ │ │ │ stm8s_tim1.i
│ │ │ │ stm8s_uart1.i
│ │ │ │
│ │ │ └─Obj
│ │ │ adc.pbi.cout
│ │ │ CC1101.pbi
│ │ │ CC1101.pbi.cout
│ │ │ delay.pbi
│ │ │ delay.pbi.cout
│ │ │ DS1302.pbi.cout
│ │ │ DS18B20.pbi.cout
│ │ │ HX711.pbi
│ │ │ HX711.pbi.cout
│ │ │ I2C.pbi.cout
│ │ │ inv_mpu.pbi.cout
│ │ │ inv_mpu_dmp_motion_driver.pbi.cout
│ │ │ Kalman_Filter.pbi.cout
│ │ │ LCD12864.pbi.cout
│ │ │ LCD12864_ST7567.pbi.cout
│ │ │ LCD1602.pbi.cout
│ │ │ main.pbi
│ │ │ main.pbi.cout
│ │ │ MCP4725.pbi.cout
│ │ │ MPU6050.pbi.cout
│ │ │ mpu6050_control.pbi.cout
│ │ │ spi_flash.pbi.cout
│ │ │ STM8.pbd
│ │ │ STM8.pbd.browse
│ │ │ stm8s_adc1.pbi.cout
│ │ │ stm8s_adc2.pbi
│ │ │ stm8s_adc2.pbi.cout
│ │ │ stm8s_awu.pbi.cout
│ │ │ stm8s_clk.pbi
│ │ │ stm8s_clk.pbi.cout
│ │ │ stm8s_exti.pbi.cout
│ │ │ stm8s_flash.pbi.cout
│ │ │ stm8s_gpio.pbi
│ │ │ stm8s_gpio.pbi.cout
│ │ │ stm8s_i2c.pbi.cout
│ │ │ stm8s_itc.pbi.cout
│ │ │ stm8s_spi.pbi.cout
│ │ │ stm8s_tim1.pbi.cout
│ │ │ stm8s_tim2.pbi.cout
│ │ │ stm8s_uart1.pbi
│ │ │ stm8s_uart1.pbi.cout
│ │ │ stm8_i2c.pbi.cout
│ │ │ TEXT.pbi.cout
│ │ │
│ │ └─settings
│ │ STM8.dbgdt
│ │ STM8.Debug.cspy.bat
│ │ STM8.dni
│ │ STM8.wsdt
│ │ STM8.wspos
│ │
│ └─USER
│ delay.c
│ delay.h
│ HX711.c
│ HX711.h
│ main.c
│ main.h
│ stm8s_conf.h
│
└─STM驅動程序-HX711
└─串口輸出數據
│ keilkilll.bat
│
├─CORE
│ core_cm3.c
│ core_cm3.h
│ startup_stm32f10x_cl.s
│ startup_stm32f10x_hd.s
│ startup_stm32f10x_hd_vl.s
│ startup_stm32f10x_ld.s
│ startup_stm32f10x_ld_vl.s
│ startup_stm32f10x_md.s
│ startup_stm32f10x_md_vl.s
│ startup_stm32f10x_xl.s
│
├─MyCode
│ ├─HX711
│ │ HX711.c
│ │ HX711.h
│ │
│ └─led
│ LED.c
│ LED.h
│
├─OBJ
│ main.hex
│
├─STM32_FWLIB
│ ├─inc
│ │ misc.h
│ │ stm32f10x_adc.h
│ │ stm32f10x_bkp.h
│ │ stm32f10x_can.h
│ │ stm32f10x_cec.h
│ │ stm32f10x_crc.h
│ │ stm32f10x_dac.h
│ │ stm32f10x_dbgmcu.h
│ │ stm32f10x_dma.h
│ │ stm32f10x_exti.h
│ │ stm32f10x_flash.h
│ │ stm32f10x_fsmc.h
│ │ stm32f10x_gpio.h
│ │ stm32f10x_i2c.h
│ │ stm32f10x_iwdg.h
│ │ stm32f10x_pwr.h
│ │ stm32f10x_rcc.h
│ │ stm32f10x_rtc.h
│ │ stm32f10x_sdio.h
│ │ stm32f10x_spi.h
│ │ stm32f10x_tim.h
│ │ stm32f10x_usart.h
│ │ stm32f10x_wwdg.h
│ │
│ └─src
│ misc.c
│ stm32f10x_adc.c
│ stm32f10x_bkp.c
│ stm32f10x_can.c
│ stm32f10x_cec.c
│ stm32f10x_crc.c
│ stm32f10x_dac.c
│ stm32f10x_dbgmcu.c
│ stm32f10x_dma.c
│ stm32f10x_exti.c
│ stm32f10x_flash.c
│ stm32f10x_fsmc.c
│ stm32f10x_gpio.c
│ stm32f10x_i2c.c
│ stm32f10x_iwdg.c
│ stm32f10x_pwr.c
│ stm32f10x_rcc.c
│ stm32f10x_rtc.c
│ stm32f10x_sdio.c
│ stm32f10x_spi.c
│ stm32f10x_tim.c
│ stm32f10x_usart.c
│ stm32f10x_wwdg.c
│
├─SYSTEM
│ ├─delay
│ │ delay.c
│ │ delay.h
│ │
│ ├─sys
│ │ sys.c
│ │ sys.h
│ │
│ └─usart
│ usart.c
│ usart.h
│
└─USER
JLinkSettings.ini
main.c
main.uvgui.Administrator
main.uvgui.XiaoBai
main.uvgui.yong
main.uvopt
main.uvproj
stm32f10x.h
stm32f10x_conf.h
stm32f10x_it.c
stm32f10x_it.h
system_stm32f10x.c
system_stm32f10x.h
2.png
(252.06 KB)
下載附件
2021-6-9 18:32 上傳
壓力傳感器資料包.zip
(7.05 MB, 售價: 5 E幣)
2021-6-9 18:54 上傳
點擊文件名下載附件
售價: 5 E幣
[記錄]
[
購買
]
歡迎光臨 ELEOK (http://m.afoofa.cn/)
Powered by Discuz! X5.0