R. Heydon, Bluetooth low energy: the developer's handbook. Upper Saddle River, NJ: Prentice Hall, 2014.
This book describes how to implement bluetooth technology in a system designed around a small battery. It describes how the Bluetooth low energy was developed and how it works. It describes how everything works from the radio waves all the way to how it interfaces with the main device. This book was written for people who want to develop products with bluetooth low energy.
S. S. Pillalamarri, L. M. Huyett, and A. Abdel-Malek, “Novel Bluetooth-Enabled Tubeless Insulin Pump: A User Experience Design Approach for a Connected Digital Diabetes Management Platform,” Journal of Diabetes Science and Technology, vol. 12, no. 6, pp. 1132–1142, 2018. Available: https://tinyurl.com/y3nb668v
Research on implementing a Bluetooth-Diabetes system, and how the user interface was improved. This was a project that went through several iterations, describing problems about the user experience, and iterating on those problems in order to lead to a more desirable, final product.
J. Rossey, I. Moerman, P. Demeester, and J. Hoebeke, “Wi-Fi helping out Bluetooth smart for an improved home automation user experience,” 2016 Symposium on Communications and Vehicular Technologies (SCVT), 2016. Available: https://ieeexplore-ieee-org.unr.idm.oclc.org/stamp/stamp.jsp?tp=&arnumber=7797663
Research on using Wi-Fi to enhance “internet of things” experience with Bluetooth devices.This describes the user experience for a system that uses Wi-Fi, while also describing how to build the hardware for such usage. Lastly, it describes how to use the Bluetooth protocol in conjunction with Wi-Fi to build a more stable system, overall.
L. Shi, M. Ashoori, Y. Zhang, and S. Azenkot, “Knock knock, what's there,” Proceedings of the 20th International Conference on Human-Computer Interaction with Mobile Devices and Services, 2018. Available: https://dl.acm.org/doi/10.1145/3229434.3229453
This is research that documents how to detect a knock from other sounds, and how it can be used to trigger events from applications. It describes how to derive a knock from an ambiguous sound or vibration. From there, the research documents how this sound can be used in order to trigger different actions.
D. C. Antonio et al, "Analysis and Tools for Improved Management of Connectionless and Connection-Oriented BLE Devices Coexistence," Sensors, vol. 17, (4), pp. 792, 2017. Available: https://search-proquest-com.unr.idm.oclc.org/docview/2108667733?https://searc h.proquest.com/advancedtechaerospace&pq-origsite=summon
This is an article analyzing tools used in implementing low energy bluetooth devices which are useful in applications that need a long battery life. It also gives a detailed summary of the methods used in systems that use this technology.
Native Modules · React Native for Windows + macOS, Microsoft, https://microsoft.github.io/react-native-windows/docs/native-modules, accessed Oct. 28th, 2020
The Native Modules webpage for React Native documents how we can use native Windows WinRT functionality from within React Native. The webpage contains tutorials and examples on how to implement these modules and use React Native. Team members who work on the software will utilize this documentation as a guide for how to build the project using React Native.
Windows UWP applications | Microsoft Docs, Microsoft, https://docs.microsoft.com/en-us/uwp/api/windows.devices.bluetooth?view=winrt19041, accessed Oct. 28th, 2020
The Windows UWP applications documentation is native Windows documentation about how to utilize native Windows functions in C++/C#. This website includes instructions 23 about how to use Windows Bluetooth in order to make the computer act as a receiver to the Embedded System. It also documents how to transmit data over Bluetooth.
Hackaday, https://hackaday.com/, accessed Oct. 21st, 2020
Forum where engineers and hobbyists showcase a wide range of projects in all engineering disciplines, mostly computer science and engineering. Many projects include detailed descriptions of how they were implemented and some have DIY how-to guides and links to youtube videos.