找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

原创基于51单片机的电子秤设计 带源代码,原理图毕业设计论文

查看数: 24683 | 评论数: 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的单片机电子秤。看来用HX711更为简洁,受益匪浅。最好还能增加分度调节和空称零点自动跟踪,就更加完美了。
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 单片机教程网

快速回复 返回顶部 返回列表