欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

 找回密碼
 立即注冊(cè)

QQ登錄

只需一步,快速開始

搜索

原創(chuàng)基于51單片機(jī)的電子秤設(shè)計(jì) 帶源代碼,原理圖畢業(yè)設(shè)計(jì)論文

查看數(shù): 25992 | 評(píng)論數(shù): 25 | 收藏 10
關(guān)燈 | 提示:支持鍵盤翻頁<-左 右->
    組圖打開中,請(qǐng)稍候......
發(fā)布時(shí)間: 2017-3-10 09:45

正文摘要:

  這是我以前給同班同學(xué)做的本科畢業(yè)設(shè)計(jì),用了近10天左右的時(shí)間,附件里面包含用AD畫的原理圖和PCB圖,以及當(dāng)時(shí)調(diào)試的12單片機(jī)源代碼,還有一點(diǎn)我查閱的相近文檔資料,本是設(shè)計(jì)為自己原創(chuàng),請(qǐng)大家多多指 ...

回復(fù)

ID:517951 發(fā)表于 2020-11-15 16:30
不錯(cuò),值得學(xué)習(xí)。51hei有你更精彩!!
ID:64765 發(fā)表于 2020-3-4 15:14
下載,學(xué)習(xí)。謝樓主分享。以前搞過ICL7135AD的單片機(jī)電子秤。看來用HX711更為簡(jiǎn)潔,受益匪淺。最好還能增加分度調(diào)節(jié)和空稱零點(diǎn)自動(dòng)跟蹤,就更加完美了。
ID:274952 發(fā)表于 2018-8-20 11:54
終于找到你
ID:376070 發(fā)表于 2018-7-22 09:53
贊贊贊
ID:341273 發(fā)表于 2018-6-12 09:28
謝謝樓主
ID:314615 發(fā)表于 2018-6-7 10:50
Build target 'Target 1'
compiling main.c...
main.c(1): warning C318: can't open file 'HX711.h'
MAIN.C(9): warning C206: '_nop_': missing function-prototype
MAIN.C(9): error C264: intrinsic '_nop_': declaration/activation error
MAIN.C(20): error C202: 'HX711_DOUT': undefined identifier
MAIN.C(22): error C202: 'HX711_SCK': undefined identifier
MAIN.C(24): error C202: 'HX711_DOUT': undefined identifier
MAIN.C(27): error C202: 'HX711_SCK': undefined identifier
MAIN.C(29): error C202: 'HX711_SCK': undefined identifier
MAIN.C(30): error C202: 'HX711_DOUT': undefined identifier
MAIN.C(33): error C202: 'HX711_SCK': undefined identifier
MAIN.C(36): error C202: 'HX711_SCK': undefined identifier
D:\單片機(jī)\C51\INC\INTRINS.H(12): error C231: '_nop_': redefinition
main.c(42): warning C318: can't open file 'main.h'
main.c(43): warning C318: can't open file 'HX711.h'
main.c(44): warning C318: can't open file 'eeprom52.h'
Target not created
ID:339165 發(fā)表于 2018-5-27 21:30
非常感謝 有用
ID:314531 發(fā)表于 2018-4-23 17:26
為什么下載后有權(quán)限打不開
ID:314531 發(fā)表于 2018-4-23 17:24
下載后文件打不開呀
ID:129918 發(fā)表于 2018-3-29 10:09
畢業(yè)設(shè)計(jì)參考一下,謝謝分享
ID:294933 發(fā)表于 2018-3-21 14:55
這次實(shí)訓(xùn)想借你的資料做一下
ID:288557 發(fā)表于 2018-3-7 10:14
感謝分享!最近正在做這個(gè)呢~
ID:82765 發(fā)表于 2017-10-10 17:45
提示: 作者被禁止或刪除 內(nèi)容自動(dòng)屏蔽
ID:232534 發(fā)表于 2017-10-10 15:05
大兄弟,有沒有仿真
ID:207702 發(fā)表于 2017-7-12 12:44
很好這個(gè)可以有
ID:170318 發(fā)表于 2017-6-26 11:20
下來學(xué)習(xí),謝謝樓主分享
ID:186662 發(fā)表于 2017-5-26 17:04
好東西,謝謝分享,下來看看
ID:204235 發(fā)表于 2017-5-24 11:59
樓主這個(gè)是在網(wǎng)上買的稱重套件么  亞克力哪里搞的
ID:197897 發(fā)表于 2017-5-7 22:39
感覺分享!
ID:184230 發(fā)表于 2017-5-6 20:24
好厲害,借鑒一下,自己也做一個(gè)
ID:196965 發(fā)表于 2017-5-5 16:16
#include "main.h"
#include "HX711.h"
#include "eeprom52.h"
有沒有這三個(gè)的頭文件???
ID:196965 發(fā)表于 2017-5-5 16:06
11.c(1): warning C318: can't open file 'HX711.h' 11.C(9): warning C206: '_nop_': missing function-prototype 11.C(9): error C264: intrinsic '_nop_': declaration/activation error 11.C(20): error C202: 'HX711_DOUT': undefined identifier 11.C(22): error C202: 'HX711_SCK': undefined identifier 11.C(24): error C202: 'HX711_DOUT': undefined identifier 11.C(27): error C202: 'HX711_SCK': undefined identifier 11.C(29): error C202: 'HX711_SCK': undefined identifier 11.C(30): error C202: 'HX711_DOUT': undefined identifier 11.C(33): error C202: 'HX711_SCK': undefined identifier 11.C(36): error C202: 'HX711_SCK': undefined identifier 11.C(41): error C100: unprintable character 0xD6 skipped 11.C(41): error C100: unprintable character 0xF7 skipped 11.C(41): error C100: unprintable character 0xBA skipped 11.C(41): error C100: unprintable character 0xAF skipped 11.C(41): error C100: unprintable character 0xCA skipped 11.C(41): error C100: unprintable character 0xFD skipped 11.C(41): error C100: unprintable character 0xB3 skipped 11.C(41): error C100: unprintable character 0xCC skipped 11.C(41): error C100: unprintable character 0xD0 skipped 11.C(41): error C100: unprintable character 0xF2 skipped C:\KEIL\C51\INC\INTRINS.H(12): error C231: '_nop_': redefinition 11.c(46): warning C318: can't open file 'main.h' 11.c(47): warning C318: can't open file 'HX711.h' 11.c(48): warning C318: can't open file 'eeprom52.h' 11.c - 20 Error(s), 5 Warning(s).
ID:190608 發(fā)表于 2017-4-17 21:07
樓主我現(xiàn)在就在做這個(gè)有不懂的啊
ID:187940 發(fā)表于 2017-4-10 05:57
哇哇,我找了很久呢,謝謝樓主大大

小黑屋|51黑電子論壇 |51黑電子論壇6群 QQ 管理員QQ:125739409;技術(shù)交流QQ群281945664

Powered by 單片機(jī)教程網(wǎng)

快速回復(fù) 返回頂部 返回列表