parithoshpoojary / soldiers-health-monitoring-and-position-tracking-system

The Soldier Health Monitoring and Position Tracking System allows the military personnel to track the current GPS position of a soldier and also checks the health status including body temperature and heartbeat of a soldier.
https://parithosh-organization.gitbook.io/soldiers-health-monitoring-and-position-tracking#introduction
Apache License 2.0
8 stars 8 forks source link

Tutorial for this project #1

Closed saqlain38 closed 3 years ago

saqlain38 commented 3 years ago

Can you please give a tutorial explaining which code is used in which connection. the Readme.txt file has very little information. Would really appreciate the help. In very much need. Thanks

19-ade commented 3 years ago

The level 1 implementation folder has the level-1_implementation__allsensors.ino file . This contains the final code taking into account all the sensors used :

In the void loop() he has defined these function definitions to read each data.

Hope this tiny intro helps :)

parithoshpoojary commented 3 years ago

Restructured the README file accordingly to the project and also thrown in some information/explanation regarding the project. Hope this helps :)