Skip to content

gosouth/arduino-balance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

arduino-balance

Balance Emulator - (c) 2016 Online LIMS, Ricardo Timmermann

The 'Balance emulator' sent random weights around TARGEDREAD 
with a tolerance of READERROR in %. Adjust this values to get 
a desired weight.

Example: emulate a balance to read around 2 gr

  #define TARGETREAD 200
  #define READERROR 5	

  You must sent to the Arduino Balance a "READ\n" to get data.
  Similar like a ral balance when you request a weight by pressing print.

  Weight 1.9998 gr
  Weight 2.0212 gr
  Weight 1.8950 gr
  Weight 2.1010 gr
  Weight 2.0018 gr
  ...

About

Balance emulator with Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%