# Android à Arduino, en passant par Bluetooth

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-M-VPPjF4wTnSCWGsFMD%2F-M-_XSdvQdGuWdBQeAvm%2F-M-_chQU33CD3u7aOnpY%2Fimage.png?alt=media\&token=a86a8b40-f15f-469f-a60c-950e59c0a23d)

***Matériel :***

* *Arduino Uno*
* *shield Grove*
* *module Grove Serial Bluetooth v3*
* *afficheur LCD Grove*
* *smartphone sous Android*

## Arduino  <a href="#arduino" id="arduino"></a>

Le module Serial Bluetooth v3 devra être connecté au port UART (Universal Asynchronous Receiver Transmitter). **Il doit être ôté lors de chaque téléversement**.

Ne connectez pas le module Bluetooth V3 à la carte Arduino.

* Suivre les étapes décrites dans le document suivant et tester le programme.

[Allumer une LEDtuto\_appinventor-bluetooth.pdf - 2MB](https://firebasestorage.googleapis.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-M-VPPjF4wTnSCWGsFMD%2F-M0EW58bVThuj12zbCDH%2F-M0EXKf0cNOTCq69F80A%2Ftuto_appinventor-bluetooth.pdf?alt=media\&token=79cdf988-0fb9-4b3f-b8d6-7ef53aac53e7)

Pour transférer le programme Arduino, bien suivre la procédure suivante :

* Déconnecter la liaison BT (bouton disconnect sur le smartphone);
* Retirer physiquement le module BT de la carte Arduino ;
* téléverser le programme ;
* brancher le module BT sur la carte Arduino ;
* établir la liaison BT (bouton connect sur le smartphone).

[<br>](https://glafargue.gitbook.io/it-i2d/arduino-and-appinventor/activites-appinventor/arduino-a-android-par-bluetooth)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lafargue-sii.gitbook.io/sciences-industrielles-de-l-ingenieur/i2d-1ere-sti2d/arduino-and-appinventor/activites-appinventor/android-a-arduino-en-passant-par-bluetooth.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
