Editor Version ×
Standard

1.Easy to use and quick to get started

2.The process supports design scales of 300 devices or 1000 pads

3.Supports simple circuit simulation

4.For students, teachers, creators

Profession

1.Brand new interactions and interfaces

2.Smooth support for design sizes of over 5,000 devices or 10,000 pads

3.More rigorous design constraints, more standardized processes

4.For enterprises, more professional users

Ongoing

STD contador de cosas

License: Public Domain

Mode: Editors' pick

  • 308
  • 0
  • 0
Update time: 2018-05-28 14:59:48
Creation time: 2018-05-23 14:43:10
Description
#include "HX711.h" #include "TM1637Display.h" const byte PIN_CLK = 9; // define CLK pin (any digital pin) const byte PIN_DIO = 8; // define DIO pin (any digital pin) TM1637Display display(PIN_CLK, PIN_DIO); int PINO_TARA = 2; int PINO_20 = 3; #define DOUT A1 #define CLK A0 HX711 balanza(DOUT, CLK); double tara = 0; double weight20 = 20; void setup() { pinMode(PINO_TARA, INPUT); pinMode(PINO_20, INPUT); display.setBrightness(0x0a); Serial.begin(9600); Serial.print("Lectura del valor del ADC: "); Serial.println(balanza.read()); Serial.println("No ponga ningun objeto sobre la balanza"); Serial.println("Destarando..."); balanza.set_scale(); //La escala por defecto es 1 balanza.tare(20); //El peso actual es considerado Tara. Serial.println("Coloque un peso conocido:"); } void loop() { double weight = balanza.get_value(10); Serial.print("weight: "); Serial.println(weight); if(digitalRead(PINO_TARA) == HIGH){ tara = weight; weight20 = tara + 10000; Serial.print("tara: "); Serial.println(tara); } if(digitalRead(PINO_20) == HIGH){ weight20 = weight - tara; Serial.print("weight20: "); Serial.println(weight20); } double weight1 = weight20 / 20; if(weight1 == 0) weight1 = 1; double weight1_2 = weight1/2; double units = (weight - tara + weight1_2)/weight1; if(units
Design Drawing
schematic diagram
1 /
PCB
1 /
The preview image was not generated, please save it again in the editor.
ID Name Designator Footprint Quantity
1 Switch3x4x2 X0,X20 KEY-3.0*4.0 2
2 1k R1,R2 AXIAL-0.3 2

Unfold

Project Attachments
Empty
Project Members
Related Projects
Change a batch
Loading...
Add to album ×

Loading...

reminder ×

Do you need to add this project to the album?

服务时间

周一至周五 9:00~18:00
  • 0755 - 2382 4495
  • 153 6159 2675

服务时间

周一至周五 9:00~18:00
  • 立创EDA微信号

    easyeda

  • QQ交流群

    664186054

  • 立创EDA公众号

    lceda-cn