Skip to content

This repository contains code written on Arduino Nano 33 Ble Sense which acts as a peripheral for Android projects that use Bluetooth LE to receive these data.

Notifications You must be signed in to change notification settings

ranitraj/ArduinoBlePeripheralForAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ArduinoBlePeripheralForAndroid

This repository contains different .ino files written on Arduino Nano 33 Ble Sense which acts as a peripheral for Android projects that use Bluetooth LE to receive these data.

BLE_Thermostat.ino

Peripheral code for project 'SmartThermostat' using in-built Temperature and Humidity sensors in Arduino providing the following services and characteristics to be read by the corresponding android application:

Services and Characteristics used:

1. EnvironmentalSensingService

  • TemperatureCharacterisitic
  • HumidityCharacterisitic

2. DeviceInformationService

  • ManufacturerNameCharacterisitic
  • ManufacturerModelCharacterisitic

3. LedService

  • LedStatusCharacterisitic

About

This repository contains code written on Arduino Nano 33 Ble Sense which acts as a peripheral for Android projects that use Bluetooth LE to receive these data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages