Skip to content

Instantly share code, notes, and snippets.

@novemberalpha
Last active April 17, 2017 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save novemberalpha/effcebbc3dfcdb9c7f6f7192f4acea87 to your computer and use it in GitHub Desktop.
Save novemberalpha/effcebbc3dfcdb9c7f6f7192f4acea87 to your computer and use it in GitHub Desktop.
OpenAg DHT22 Firmware JSON
{
"_id": "dht22_1",
"type": "dht22",
"environment": "environment_1",
"arguments": [
2
],
"outputs": {
"air_temperature": {
"variable": "air_temperature"
}
},
"air_humidity": {
"variable": "air_humidity"
}
}
@novemberalpha
Copy link
Author

Set the arguments number to the DIGITAL (not analog) port you've plugged the DHT22 into on your Grove daughterboard. This example is set to D2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment