Skip to content

Bluetooth service implementation for Arduino Nano 33 BLE and Nano 33 BLE Sense

License

Notifications You must be signed in to change notification settings

njanssen/arduino-nano-33-ble

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-nano-33-ble

Bluetooth service implementation for the Arduino Nano 33 BLE and Nano 33 BLE Sense.

What does this sketch do?

This sketch implements a Bluetooth Low Energy (BLE) service which makes it easy to listen to data from one or more sensors on a Arduino Nano 33 BLE and Nano 33 BLE Sense. The sketch utilizes the on-board sensors and Bluetooth Low Energy connectivity.

See the BLE Specification for service implementations details (services and characteristics).

Supported inertial measurement unit (IMU) sensors found on both the Nano 33 BLE and Nano 33 BLE Sense:

  • Accelerometer (LSM9DS1)
  • Gyroscope (LSM9DS1)
  • Magnetometer (LSM9DS1)

Supported sensors found on the Nano 33 BLE Sense only:

  • Digital microphone (MP34DT05)
  • Temperature (HTS221)
  • Relative humidity (HTS221)
  • Pressure (LPS22HB)
  • Gesture sensor (APDS9960)
  • Ambient light (APDS9960)
  • Color (APDS9960)
  • Proximity (APDS9960)

The library uses the following filters and algorithms related to the IMU sensors:

Libraries

The following libraries are compatible with the Bluetooth service implementation provided by this sketch:

Extras

  • The Arduino sketch on this project is a fork of the Arduino and AI repository by Arduino.
  • See the License file for license rights and limitations (GPL).
  • Pull Requests are welcome!

About

Bluetooth service implementation for Arduino Nano 33 BLE and Nano 33 BLE Sense

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%