Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.83 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.83 KB

Bluetooth Analog Reader

An Android application listens to an Arduino via Bluetooth LE to display live data with a graph view for historical plots. Analog sensors are connected to the Arduino's serial pins to continuously read data. The Arduino reads the data and outputs the values to an HM-10. While the HM-10 broadcasts the values, the Android application listens to the HM-10 via its GATT service profile.

Screenshots

Installation

  1. Clone the repository at this link.
  2. Upload the Arduino script to the Arduino through the Arduino IDE
  3. Open the Android application with Android Studio

/Arduino-Sensor contains the Arduino (C++) script.

/Android-App contains the Android Studio project files for the Android application.

Required Libraries

Contributors