Skip to content

Bluetooth Low Energy

This section provides examples of connecting to a Particle Argon device from a mobile application using Bluetooth Low Energy (BLE). The content is intended to act as a starting point for your own development. The examples should get you up and running with something with very little effort. However, it is important to understand that there is a lot to know about BLE, and you will almost certainly need to refer to other documentation to achieve your own specific aims.

The content in this section was developed using these sources

Particle lab: Working with BLE

Particle tutorial: Bluetooth LE

The Ultimate Guide to Android Bluetooth Low Energy

Android Alert Dialog using Kotlin

Further reading

Bluetooth overview

Develop with Bluetooth

Kotlin Android Extensions: Say goodbye to findViewById

Add build dependencies