Affichage de la température sur un afficheur LCD et sur un appareil Android/en : Différence entre versions

(Page créée avec « Unplug the bluetooth module before you upload the sketch to your Arduino board, then plug it back in right after, or you might experience communication problems between yo... »)
(Page créée avec « To get the temperature on your android device, install Bluetooth Terminal App ( from Qwerty as i recall). Once you're connected, sending the A letter enables you to get th... »)
Ligne 31 : Ligne 31 :
 
|Step_Content=Unplug the bluetooth module before you upload the sketch to your Arduino board, then plug it back in right after, or you might experience communication problems between your computer and the Arduino
 
|Step_Content=Unplug the bluetooth module before you upload the sketch to your Arduino board, then plug it back in right after, or you might experience communication problems between your computer and the Arduino
  
Pour récupérer la température sur son portable Android, installer l’application Bluetooth Terminal (de Qwerty il me semble). Une fois connecté, l’envoi de la lettre A permet de récupérer la température sur le téléphone.
+
To get the temperature on your android device, install Bluetooth Terminal App ( from Qwerty as i recall). Once you're connected, sending the A letter enables you to get the temperature back.
  
 
Des bouts de code ont été récupérés sur le web. [http://monespabidou.fr/2016/08/affichage-de-la-temperature-sur-un-afficheur-lcd-et-sur-un-appareil-android/ Code à récupérer ici.]
 
Des bouts de code ont été récupérés sur le web. [http://monespabidou.fr/2016/08/affichage-de-la-temperature-sur-un-afficheur-lcd-et-sur-un-appareil-android/ Code à récupérer ici.]

Version du 8 décembre 2017 à 01:27

Auteur avatarBernardet | Dernière modification 9/12/2019 par Clementflipo

Affichage de la temp rature sur un afficheur LCD et sur un appareil Android 20170217 232938.jpg
It's all about measuring a temperature and sending the data to an LCD display or an Android device
Difficulté
Facile
Durée
1 heure(s)
Catégories
Électronique
Coût
30 EUR (€)
Autres langues :
English • ‎français

Matériaux

  • Une carte Arduino Nano
  • Un module bluetooth HC-06
  • Un afficheur LCD 2 lignes de 16 caractères chacune
  • Un capteur de température ds18b20
  • Un potentiomètre 10 kO (pour l'afficheur)
  • Une résistance 4.7 kO
  • Une plaque à insertion rapide
  • Des fils

Outils

  • Un ordinateur avec l’environnement de développement Arduino

Étape 1 - Wiring diagram

Unplug the bluetooth module before you upload the sketch to your Arduino board, then plug it back in right after, or you might experience communication problems between your computer and the Arduino

To get the temperature on your android device, install Bluetooth Terminal App ( from Qwerty as i recall). Once you're connected, sending the A letter enables you to get the temperature back.

Des bouts de code ont été récupérés sur le web. Code à récupérer ici.




Commentaires

Yes