Skip to content

opensensorhub/osh-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Arduino support for OSH

It is easy to support Arduino-based sensors and sensor systems in OpenSensorHub (OSH). The sensor description and observations can be sent to any OSH instance via WiFi or serial. This repository supports this by providing libraries and example code to run on µC boards compatible with the Arduino framework.

This includes a client library to connect your sensor to an OSH node by registering the sensor and sending its data to the Sensor Observation Service transactional interface (SOS-T). The source code of the library is in the OSHClient folder. You will have to include this library folder with the Arduino IDE before you can compile any of the scripts in the 'examples' folder. Please refer to the Arduino documentation to achieve this.

About

Arduino specific code for connecting to OpenSensorHub

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages