From 0ecc2457e74a23f7b9df0284935a4ec98520ee8e Mon Sep 17 00:00:00 2001 From: sietse jonker Date: Thu, 21 Mar 2024 16:33:26 +0100 Subject: [PATCH] adds future improvements --- docs/node-documentation/node.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/node-documentation/node.md b/docs/node-documentation/node.md index ccf283e..b3cee6d 100644 --- a/docs/node-documentation/node.md +++ b/docs/node-documentation/node.md @@ -61,4 +61,12 @@ flowchart LR The wiring diagram for the node is as follows: -![Wiring diagram of node](docs\assets\imagesSp3\wiringDiagramNode.png) \ No newline at end of file +![Wiring diagram of node](docs\assets\imagesSp3\wiringDiagramNode.png) + +## Future Improvements + +The node is currently working as intended, but there are some improvements that could be made: + +- The node could be made more energy efficient by putting the ESP32 in deep sleep mode when it is not sending data. +- The node could be made more robust by adding error handling to the code. +- The node could be made more secure by adding encryption to the data that is sent to the server.