All Projects → STMicroelectronics → STBlueMS_Android

STMicroelectronics / STBlueMS_Android

Licence: other
"ST BLE Sensor" Android application source code.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to STBlueMS Android

Node Ble
Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
Stars: ✭ 159 (+70.97%)
Mutual labels:  ble, bluetooth-low-energy
py-bluetooth-utils
Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising
Stars: ✭ 60 (-35.48%)
Mutual labels:  ble, bluetooth-low-energy
H Ble
Android Ble类库,基于回调,暴露搜索、连接、发送、接收、断开连接等接口,无需关心细节操作即可进行Ble通信。
Stars: ✭ 171 (+83.87%)
Mutual labels:  ble, bluetooth-low-energy
Web Bluetooth Terminal
Progressive Web Application for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 130 (+39.78%)
Mutual labels:  ble, bluetooth-low-energy
bluetooth-terminal
ES6 class for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 43 (-53.76%)
Mutual labels:  ble, bluetooth-low-energy
Ble.net
Cross-platform Bluetooth Low Energy (BLE) library for Android, iOS, and UWP
Stars: ✭ 137 (+47.31%)
Mutual labels:  ble, bluetooth-low-energy
Continuity
Apple Continuity Protocol Reverse Engineering and Dissector
Stars: ✭ 180 (+93.55%)
Mutual labels:  ble, bluetooth-low-energy
Nimble Arduino
A fork of the NimBLE library structured for compilation with Ardruino, designed for use with ESP32.
Stars: ✭ 108 (+16.13%)
Mutual labels:  ble, bluetooth-low-energy
Fruitymesh
FruityMesh - The first completely connection-based open source mesh on top of Bluetooth Low Energy (4.1/5.0 or higher)
Stars: ✭ 229 (+146.24%)
Mutual labels:  ble, bluetooth-low-energy
Rxble
使用 RxJava 封装的低功耗蓝牙类库
Stars: ✭ 203 (+118.28%)
Mutual labels:  ble, bluetooth-low-energy
Blueborne Scanner
Bluetooth scanner for local devices that may be vulnerable to Blueborne exploit
Stars: ✭ 125 (+34.41%)
Mutual labels:  ble, bluetooth-low-energy
flipperzero-firmware
Flipper Zero firmware source code
Stars: ✭ 2,551 (+2643.01%)
Mutual labels:  stm32, ble
Bluetoe
C++ Framework to build Bluetooth LE Server (GATT)
Stars: ✭ 113 (+21.51%)
Mutual labels:  ble, bluetooth-low-energy
Easyble
Android BLE framework
Stars: ✭ 155 (+66.67%)
Mutual labels:  ble, bluetooth-low-energy
Xiaomi Flower Care Api
Xiaomi Flower Care (MiFlora) API wrapper.
Stars: ✭ 111 (+19.35%)
Mutual labels:  ble, bluetooth-low-energy
Reactivebeacons
Android library scanning BLE beacons nearby with RxJava
Stars: ✭ 171 (+83.87%)
Mutual labels:  ble, bluetooth-low-energy
Extendable
Blocks Based Bluetooth LE Connectivity framework for iOS/watchOS/tvOS/OSX. Quickly configure centrals & peripherals, perform read/write operations, and respond characteristic updates.
Stars: ✭ 88 (-5.38%)
Mutual labels:  ble, bluetooth-low-energy
Beacons Android
Android BLE advertising library
Stars: ✭ 107 (+15.05%)
Mutual labels:  ble, bluetooth-low-energy
Blessed Android
BLESSED, a Bluetooth Low Energy (BLE) library for Android
Stars: ✭ 195 (+109.68%)
Mutual labels:  ble, bluetooth-low-energy
Bluetooth
Cross-platform Bluetooth API for Go and TinyGo.
Stars: ✭ 246 (+164.52%)
Mutual labels:  ble, bluetooth-low-energy

ST BLE Sensor

This repository contains the ST BLE Sensor app source code.

Used in conjunction with a firmware compatible with the BlueST protocol, the ST BLE Sensor application allow the user to access to all the sensors data, to request and download algorithm licenses, and to update the firmware directly from a mobile device via the Bluetooth® Low Energy protocol. As an example, FP-SNS-MOTENV1 expansion software package for STM32Cube lets the user read and display real-time inertial (e.g. motion MEMS) and environmental (e.g. humidity, pressure, temperature) sensor data. It also provides a set of Open.Mems library functionalities like motion-sensor data fusion (osxMotionFX), activity recognition (osxMotionAR) and pedometer (osxMotionPM). The application is also compatible with the ST Open Development Environment compliant FP-SNS-MOTENV1, FP-SNS-ALLMEMS1 and FP-SNS-FLIGHT1 function packs.

The application is built on top of BlueST SDK, a library that provides an implementation of BlueST protocol and helps to easily export the data via Bluetooth® Low Energy. The SDK source code is freely available on github

Download the source

Since the project uses git submodules, --recurse-submodules option must be used to clone the repository:

git clone --recurse-submodules https://github.com/STMicroelectronics/STBlueMS_Android

or run

git clone https://github.com/STMicroelectronics/STBlueMS_Android
git submodule update --init --recursive

License

Copyright (c) 2017 STMicroelectronics – All rights reserved The STMicroelectronics corporate logo is a trademark of STMicroelectronics

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  • Neither the name nor trademarks of STMicroelectronics International N.V. nor any other STMicroelectronics company nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

  • All of the icons, pictures, logos and other images that are provided with the source code in a directory whose title begins with st_images may only be used for internal purposes and shall not be redistributed to any third party or modified in any way.

  • Any redistributions in binary form shall not include the capability to display any of the icons, pictures, logos and other images that are provided with the source code in a directory whose title begins with st_images.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].