Difference between revisions of "Affichage de la température sur un afficheur LCD et sur un appareil Android/en"

(Page créée avec « Pieces of code were harvested form the web . [http://monespabidou.fr/2016/08/affichage-de-la-temperature-sur-un-afficheur-lcd-et-sur-un-appareil-android/ Click here to get... »)
(Page créée avec « * 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... »)
Line 16: Line 16:
 
{{ {{tntn|Introduction}}|}}
 
{{ {{tntn|Introduction}}|}}
 
{{ {{tntn|Materials}}
 
{{ {{tntn|Materials}}
|Material=* Une carte Arduino Nano
+
|Material=* Arduino Nano
* Un module bluetooth HC-06
+
* HC-06 Bluetooth module
* Un afficheur LCD 2 lignes de 16 caractères chacune
+
* 2 rows 16 digits LCD display
* Un capteur de température ds18b20
+
* ds18b20 temperature sensor
* Un potentiomètre 10 kO (pour l'afficheur)
+
* 10 kO potentiometer ( for the display)
* Une résistance 4.7 kO
+
* 4.7 kO resistor
* Une plaque à insertion rapide
+
* Breadboard
* Des fils
+
* Some wires
 
|Tools=* Un ordinateur avec l’environnement de développement Arduino
 
|Tools=* Un ordinateur avec l’environnement de développement Arduino
 
}}
 
}}

Revision as of 00:30, 8 December 2017

Author avatarBernardet | Last edit 9/12/2019 by 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
Difficulty
Easy
Duration
1 hour(s)
Categories
Electronics
Cost
30 EUR (€)
Other languages:
English • ‎français

Materials

  • 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

Tools

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

Step 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.




Comments

Yes