This shows you the differences between two versions of the page.
iothings:proiecte:2022:smart_sole [2023/01/20 02:35] nicolae.vasile2005 [Mobile Application] |
iothings:proiecte:2022:smart_sole [2023/01/20 03:15] (current) nicolae.vasile2005 [Bibliography] |
||
---|---|---|---|
Line 30: | Line 30: | ||
===== Software ===== | ===== Software ===== | ||
- | The main service used for this application is [[https://www.bluetooth.com/learn-about-bluetooth/tech-overview/|Bluetooth Low Energy]]. One of the main reasons for this choice is that it provides a way of constant communication between the two parts, not having such a drastic impact on the battery usage as other services might. Another reason why we chose Bluetooth LE is the fact that the user might find oneself in a restricted area from WiFi, therefore using that technology would not make sense. Not to mention the fact that is has a big impact on battery life. | + | The main service used for this application is [[https://www.bluetooth.com/learn-about-bluetooth/tech-overview/|Bluetooth Low Energy]]. One of the main reasons for this choice is that it provides a way of constant communication between the two parts, not having such a drastic impact on the battery usage as other services might. |
+ | |||
+ | Another reason why we chose Bluetooth LE is the fact that the user might find oneself in a restricted area from WiFi, therefore using that technology would not make sense. Not to mention the fact that is has a big impact on battery life. | ||
The application will follow the classic [[https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt|Bluetooth Low Energy model]], using services, characteristics and descriptors for communication. Below we can see an overview of such model. | The application will follow the classic [[https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt|Bluetooth Low Energy model]], using services, characteristics and descriptors for communication. Below we can see an overview of such model. | ||
Line 75: | Line 78: | ||
https://punchthrough.com/android-ble-guide/ | https://punchthrough.com/android-ble-guide/ | ||
+ | https://getcarv.com/ | ||