Close

The Jsoknit pH meter

A project log for Jsoknit

Using JSON to define embedded software interfaces.

daniel-sikarDaniel Sikar 04/13/2016 at 00:500 Comments

So now that Jskonit is sort of past the "hello world" (led on, led off) phase, I made a start on the next Jsoknit enabled device, a pH meter. There are plenty of well documented pH meters around and I chose this one as a base project:

https://github.com/hephesto/phduino

I assembled the device and it works ok. Next step is to create the jsoknit definition, add bluetooth and see what happens.

The major change was moving the libdef definition to an include, de-cluttering the .ino file. It is all very basic at the moment. At any rate, forks and pull requests are more than welcome.

https://github.com/dsikar/arduino-jsoknit

Discussions