diff --git a/Project/applications/smartcities/mainpage.dox b/Project/applications/smartcities/mainpage.dox index fa028ff..7096d40 100644 --- a/Project/applications/smartcities/mainpage.dox +++ b/Project/applications/smartcities/mainpage.dox @@ -15,11 +15,11 @@ * \subsection loop Main Loop * At the main loop, it initially scans for sensors and registers them in the SENTILO-compatible platform already configured on the device. Then, it collects data every 5 minutes, allocating memory for each iteration in which data is retrieved. After 30 minutes have passed, it sends the data to the platform if an Internet connection is available, if not, it will store it up until connectivity is reestablished. -* This loop repeats until power runs out or until it runs out of memory, if that happens, it stops collecting data and tries to send the stored data until it is successful, then it frees the memory and resumes the cycle. +*

This loop repeats until power runs out or until it runs out of memory. Given the case, it stops collecting data and tries to send the stored data until it is successful, then it frees the memory and resumes the cycle. * \subsection data Data Collection * Data collection is achieved using the internal I2C bus. Scanning is performed first to enumerate all the sensors available in the bus, then, data is fetched from them in a timely fashion. -* The sound sensor uses one of the internal ADC to sample the sound pressure level. The internal battery level sensor also uses another ADC. +*
The sound sensor uses one of the internal ADC to sample the sound pressure level. The internal battery level sensor also uses another ADC. * \author Imanol Barba Sabariego * \date 07/06/2013