Skip to content

madtrax/SeneyeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeneyeJS

Quick way to read data from a Seneye Montior over USB (Compatible with Arduino, MacOSX etc...)

Example

new Seneye().on('complete', handleData).read();

Example

{ timestamp: 1504597825,
  bits: 
   { inWater: 1,
     slideNotFitted: 0,
     slideExpired: 1,
     stateT: 1,
     statePh: 0,
     stateNh: 0,
     error: 0,
     isKelvin: 0 },
  ph: 0,
  nh: 0,
  temp: 24.875,
  lux: 6,
  par: 0,
  pur: 0,
  kelvin: 0 }

About

Quick way to read data from a Seneye Montior over USB (Arduino, Mac & Windows compatible)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published