(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Smart home, indoor positioning, BLE, WiFi

What is it about?

In indoor positioning problems, GPS technology used in outdoor positioning needs to be improved due to the characteristic features of wireless signals. There currently needs to be a generally accepted standard method for indoor positioning. In this study, an ecosystem consisting of Beacon devices, Bluetooth intelligent devices, and Wi-Fi access points has been created to propose an effective indoor location determination method by using Wi-Fi and BLE technologies in a hybrid way. First, RSSI (Received Signal Strength Indicator) data were collected using the fingerprint method. Then, Kalman Filter and Savitzky Golay Filter are used in a hybrid manner to reduce the noise on the obtained signal data and make it more stable. In the first part, using the collected data from Wi-Fi and Beacon devices, the Non-linear least squares method (NLLS), including Levenberg-Marquardt (LM), is used for indoor tracking. In the second part, a fingerprinting-based approach is tested. K Nearest Neighbor (KNN) and Support Vector Machine (SVM) algorithms estimate the area where the client is located. Each algorithm’s accuracy rate are calculated on different training and test data and presented.

Read more on Kudos…
The following have contributed to this page:
Yunus Haznedar and Zeynep Turgut
' ,"url"));