Skip to content

Instantly share code, notes, and snippets.

@pingud98
Last active October 2, 2015 20:44
Show Gist options
  • Save pingud98/c43838b8c3a8d5045b8b to your computer and use it in GitHub Desktop.
Save pingud98/c43838b8c3a8d5045b8b to your computer and use it in GitHub Desktop.
Json format data generator for cosmic Pi
{ "gps": "textstring", "timing": 681, "energy": { "channel1":[ 19614,19614,19614,19614,19614,19614,19614,19614,19614,19614], "channel2":[ 20792,20792,20792,20792,20792,20792,20792,20792,20792,20792] }, "altitude": 2684, "humidity": 64, "gravitationalOrientation": { "x": 0, "y": 6, "z": 9 }, "magneticOrientation": { "x": 2, "y": 7, "z": 7 }, "temperature": { "value1": 32, "value2": 33 }, "uptime": 147, "id": 4709}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment