adds future improvements

This commit is contained in:
sietse jonker
2024-03-21 16:33:26 +01:00
parent fde715d7ed
commit 0ecc2457e7

View File

@@ -61,4 +61,12 @@ flowchart LR
The wiring diagram for the node is as follows:
![Wiring diagram of node](docs\assets\imagesSp3\wiringDiagramNode.png)
![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.