Main Content

Enable a Bluetooth LE IoT network with cloud control using Hologram Nova, Raspberry Pi Zero W and Droplit.io services and software.

Build your BLE IoT Application with cloud control and cellular connectivity!

Overview
This project combines a Raspberry Pi Zero W, Hologram Nova, Bluetooth LE capable peripheral (in this example and Arduino 101) and the Droplit.io cloud, to create a Commercial IoT Application that provides BLE device control through the droplit.io REST API.

Using the Droplit.io API provides an abstraction layer by modeling devices as a combination of Service Classes, this allows interoperability with other IoT devices across different connectivity types and protocols. This abstraction layer also provides real-time updates and notifications across subscribed clients, including web, server, and mobile applications using Web Sockets and Web Hooks.

The attached repository provides instructions and sample code so that you can build your own BLE IoT Applications using an Open Source edge server application, Droplit.io Edge.

Also, by using Droplit.io Edge your not just limited to BLE devices. You can add support for other devices by enabling other plugins or developing your own, such as this project. A complete list of other supported devices can be found in the Droplit.io Edge repository readme.”

Link to article