久久久久久久999_99精品久久精品一区二区爱城_成人欧美一区二区三区在线播放_国产精品日本一区二区不卡视频_国产午夜视频_欧美精品在线观看免费

 找回密碼
 立即注冊

QQ登錄

只需一步,快速開始

搜索

原創基于51單片機的電子秤設計 帶源代碼,原理圖畢業設計論文

查看數: 24886 | 評論數: 25 | 收藏 10
關燈 | 提示:支持鍵盤翻頁<-左 右->
    組圖打開中,請稍候......
發布時間: 2017-3-10 09:45

正文摘要:

  這是我以前給同班同學做的本科畢業設計,用了近10天左右的時間,附件里面包含用AD畫的原理圖和PCB圖,以及當時調試的12單片機源代碼,還有一點我查閱的相近文檔資料,本是設計為自己原創,請大家多多指 ...

回復

ID:517951 發表于 2020-11-15 16:30
不錯,值得學習。51hei有你更精彩!
ID:64765 發表于 2020-3-4 15:14
下載,學習。謝樓主分享。以前搞過ICL7135AD的單片機電子秤?磥碛肏X711更為簡潔,受益匪淺。最好還能增加分度調節和空稱零點自動跟蹤,就更加完美了。
ID:274952 發表于 2018-8-20 11:54
終于找到你
ID:376070 發表于 2018-7-22 09:53
贊贊贊
ID:341273 發表于 2018-6-12 09:28
謝謝樓主
ID:314615 發表于 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:\單片機\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 發表于 2018-5-27 21:30
非常感謝 有用
ID:314531 發表于 2018-4-23 17:26
為什么下載后有權限打不開
ID:314531 發表于 2018-4-23 17:24
下載后文件打不開呀
ID:129918 發表于 2018-3-29 10:09
畢業設計參考一下,謝謝分享
ID:294933 發表于 2018-3-21 14:55
這次實訓想借你的資料做一下
ID:288557 發表于 2018-3-7 10:14
感謝分享!最近正在做這個呢~
ID:82765 發表于 2017-10-10 17:45
提示: 作者被禁止或刪除 內容自動屏蔽
ID:232534 發表于 2017-10-10 15:05
大兄弟,有沒有仿真
ID:207702 發表于 2017-7-12 12:44
很好這個可以有
ID:170318 發表于 2017-6-26 11:20
下來學習,謝謝樓主分享
ID:186662 發表于 2017-5-26 17:04
好東西,謝謝分享,下來看看
ID:204235 發表于 2017-5-24 11:59
樓主這個是在網上買的稱重套件么  亞克力哪里搞的
ID:197897 發表于 2017-5-7 22:39
感覺分享!
ID:184230 發表于 2017-5-6 20:24
好厲害,借鑒一下,自己也做一個
ID:196965 發表于 2017-5-5 16:16
#include "main.h"
#include "HX711.h"
#include "eeprom52.h"
有沒有這三個的頭文件???
ID:196965 發表于 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 發表于 2017-4-17 21:07
樓主我現在就在做這個有不懂的啊
ID:187940 發表于 2017-4-10 05:57
哇哇,我找了很久呢,謝謝樓主大大

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

Powered by 單片機教程網

快速回復 返回頂部 返回列表
主站蜘蛛池模板: 黄色小视频免费观看 | 一级片免费网站 | 欧美日韩一区二区三区 | 免费毛片观看 | 欧美精品一区在线观看 | 一区二区三区四区在线 | 久久久天堂国产精品女人 | 国产一区二区视频在线观看 | 日韩一级免费视频 | 福利视频免费观看 | 中文字幕在线看片 | 黄色片免费在线观看 | 拍床戏真做h文黄肉1v1 | 久久精品毛片 | 夜夜嗷 | 国产亚洲久一区二区 | 亚洲黄色在线 | 黑人巨大精品欧美一区二区 | 日韩一级免费视频 | 国产精品久久久久久久久久久久午夜片 | 深夜福利网 | 久久久免费看 | 一区二区三区毛片 | 国产一区二区三区久久 | 欧美精品一区在线 | 亚洲人在线 | 欧美一区二区三区在线视频 | 男女激情av | 欧美日韩在线一区 | 国产乱国产乱300精品 | 久久靖品 | 日韩中文字幕在线观看 | 久久精品久久久久 | 波多野吉衣一二三区乱码 | www国产精品 | 超碰97av | 午夜在线 | www.狠狠操.com | 久久视频这里只有精品 | 毛片91 | 国产精品视频一区二区三区 |