From 10514e28850407c0a006b6878d9d454eebb851d0 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Mon, 25 Oct 2021 18:20:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76f10a9..46a4236 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ typedef struct DataReading { uint8_t t; } DataReading; ``` -Each node in the system sends its data over ESP-NOW as a float 'd' inside of a structure called a DataReading. Its global address is represented by an integer 'id', and has a type represented by a single byte 't'. If a sensor is capable of multiple types of readings (ex: temp and humidity), they are send in an array. +Each node in the system sends its data over ESP-NOW as a float 'd' inside of a structure called a DataReading. Its global address is represented by an integer 'id', and has a type represented by a single byte 't'. If a sensor is capable of multiple types of readings (ex: temp and humidity), they are sent in an array. ## Terminal A terminal is a device that recieves data from the nodes and aggregates it into a larger array. The larger array is then periodically sent forward through the system to the gateway. The time between sends must be short enough so as not to exceed the maximum legnth of an ESP-NOW packet with DataReadings, which is 31.