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

(set pageLanguageSource property)
(update property name)
 
Ligne 1 : Ligne 1 :
{{ {{tntn|Tuto Details}}
+
{{Tuto Details
 
|SourceLanguage=fr
 
|SourceLanguage=fr
 
|Language=en
 
|Language=en
Ligne 14 : Ligne 14 :
 
|Main_Picture=Affichage_de_la_temp_rature_sur_un_afficheur_LCD_et_sur_un_appareil_Android_20170217_232938.jpg
 
|Main_Picture=Affichage_de_la_temp_rature_sur_un_afficheur_LCD_et_sur_un_appareil_Android_20170217_232938.jpg
 
}}
 
}}
{{ {{tntn|Introduction}}|}}
+
{{Introduction|}}
{{ {{tntn|Materials}}
+
{{Materials
 
|Material=* Arduino Nano
 
|Material=* Arduino Nano
 
* HC-06 Bluetooth module
 
* HC-06 Bluetooth module
Ligne 27 : Ligne 27 :
 
}}
 
}}
 
{{Separator}}
 
{{Separator}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=Wiring diagram
 
|Step_Title=Wiring diagram
 
|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
Ligne 36 : Ligne 36 :
 
|Step_Picture_00=Affichage_de_la_temp_rature_sur_un_afficheur_LCD_et_sur_un_appareil_Android_temp_america_bb1.png
 
|Step_Picture_00=Affichage_de_la_temp_rature_sur_un_afficheur_LCD_et_sur_un_appareil_Android_temp_america_bb1.png
 
}}
 
}}
{{ {{tntn|Notes}}|}}
+
{{Notes|}}
{{ {{tntn|Tuto Status}}
+
{{Tuto Status
 
|Complete=Published
 
|Complete=Published
 
}}
 
}}

Version actuelle datée du 9 décembre 2019 à 12:23

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

  • Arduino Nano
  • HC-06 Bluetooth module
  • 2 rows 16 digits LCD display
  • ds18b20 temperature sensor
  • 10 kO potentiometer ( for the display)
  • 4.7 kO resistor
  • Breadboard
  • Some wires

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.

Pieces of code were harvested form the web . Click here to get the code.




Commentaires

Published