CPU Temperature as BLE Peripheral for Android
Android devices need Android 5.0 (API 21) and above with specific Bluetooth LE chip. Some deivces can run this project, such as:
- HTC Nexus 9
- Motorola Nexus 6
- HTC One M9
- LG G3 (LG-F460K)
- Samsung Galaxy A5 (SM-A500FU)
- Samsung Galaxy S5 (SM-G900F)
- Samsung Galaxy S6 (SM-G920I)
- Samsung Galaxy Note Edge (SM-N915F)
- Samsung Galaxy Note 5 (SM-N920G)
- Samsung Galaxy Tab S 10.5 (SM-T805)
- Samsung Galaxy S6 edge (SM-G925F)
- ... and more
For more details, please refer the link here:
http://altbeacon.github.io/android-beacon-library/beacon-transmitter-devices.html
-
Setup
Android Studio
IDE andAndroid SDK
-
Clone and import project
git clone git@github.com:j796160836/Ble-CPUTemp-Android.git ```
- Run the
app
module - Use another android runs
BleTemperatureReceiver-Android
to connect it.
https://github.com/j796160836/BleTemperatureReceiver-Android