forked from pedalPusher68/node-red-contrib-brads-i2c-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aff270
commit e7cca13
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# node-red-i2c-nodes | ||
A collection of node-red nodes for assorted i2c devices | ||
|
||
All nodes use an [ inject ] node to send a string command of 'measure' to initiate sensor measurement based on values set in the config panels of the flow diagram. | ||
|
||
Outputs: | ||
|
||
#1 - measured and derived and calculated values from the sensor | ||
|
||
#2 - same as #1 but organized as AWS 'Thing State' for transmission to an AWS IOT MQTT broker. |