Skip to content

sensor and actuator I/O configuration on Arduino, communicates with ark.pi through serialport

License

Notifications You must be signed in to change notification settings

arkreactor/ark.duino

 
 

Repository files navigation

Hypha

Sensor configuration and aggregation code.


####Measurement Example Output: {"measurement":{"label":"upper temp","datum":23.53}}

####Example Complete Sensor Entry: {"index":0,"label":"upper temp","sensorID":"ENV-TMP","msMeasurementPeriod":5000,"pins":[2,14]}

####Commands:

  • {entries}
  • {getEntry:<index>}
  • {removeEntry:<index>}
  • {setEntry:{<one or more sensor entry key-value pairs>}}

####Temporary Commands for writing to pins

  • {writeD:{pin:14, value:1}}
  • {writeA:{pin:14, value:255}}

About

sensor and actuator I/O configuration on Arduino, communicates with ark.pi through serialport

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.4%
  • Other 13.0%
  • C 9.0%
  • Makefile 2.6%