https://github.com/corentinth/er3-mybluetooth
An android/java simple application that implements a Bluetooth connexion
https://github.com/corentinth/er3-mybluetooth
android bluetooth java
Last synced: 6 months ago
JSON representation
An android/java simple application that implements a Bluetooth connexion
- Host: GitHub
- URL: https://github.com/corentinth/er3-mybluetooth
- Owner: CorentinTh
- License: mit
- Created: 2017-01-11T20:36:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T08:42:19.000Z (over 8 years ago)
- Last Synced: 2025-02-13T11:35:38.675Z (11 months ago)
- Topics: android, bluetooth, java
- Language: Java
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ER3-MyBluetooth
An android/java simple application that implements a Bluetooth connexion (as a client). This little application is a part of a school project : piloting an arduino robot via a bluetooth connexion.
## The application
### Presentation
This is a complet and simple application that allow you to communicate with a bluetooth server device (such as an Arduino with a bluetooth module).
This project is composed of two classes :
* **MainActivity.java** (managing the UI)
* **MyBluetooth.java** (managing the bluetooth)
The main view contain :
* A **connexion button** : to establish a connexion
* An **input view** with a **sending button** : in order to send data
* A **text view** : in order to view incomming data
## Credits
Application realised by **DUPONT Cyrille** et **THOMASSET Corentin** through the **Study & Realisation** class in **Electrical Engineering and Computing Science** (2nd year) at the IUT d'Annecy.
Inspired by [this developer.android.com tutorial](https://developer.android.com/guide/topics/connectivity/bluetooth.html).