Wooden pet connects to Facebook : Différence entre versions

(update property name)
 
(2 révisions intermédiaires par un autre utilisateur non affichées)
Ligne 1 : Ligne 1 :
{{ {{tntn|Tuto Details}}
+
{{Tuto Details
 
|Main_Picture=Wooden_pet_connects_to_Facebook_6.PNG
 
|Main_Picture=Wooden_pet_connects_to_Facebook_6.PNG
 
|Licences=Attribution (CC BY)
 
|Licences=Attribution (CC BY)
Ligne 14 : Ligne 14 :
 
|IsTranslation=0
 
|IsTranslation=0
 
}}
 
}}
{{ {{tntn|Introduction}}
+
{{Introduction
 
|Introduction=<translate></translate>
 
|Introduction=<translate></translate>
 
}}
 
}}
{{ {{tntn|Materials}}
+
{{Materials
 
|Material=<translate></translate>
 
|Material=<translate></translate>
 
|Tools=<translate></translate>
 
|Tools=<translate></translate>
 
}}
 
}}
{{ {{tntn|Separator}}}}
+
{{Separator}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:2--> Setup an account and create a new feed on adafruit.io</translate>
 
|Step_Title=<translate><!--T:2--> Setup an account and create a new feed on adafruit.io</translate>
 
|Step_Content=<translate><!--T:3--> Create a new feed by reaching https://io.adafruit.com/ > Feeds > Actions and then name it, for example “touchsensor”</translate>
 
|Step_Content=<translate><!--T:3--> Create a new feed by reaching https://io.adafruit.com/ > Feeds > Actions and then name it, for example “touchsensor”</translate>
Ligne 28 : Ligne 28 :
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_1.PNG
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_1.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:4--> Install Arduino IDE</translate>
 
|Step_Title=<translate><!--T:4--> Install Arduino IDE</translate>
 
|Step_Content=<translate><!--T:5-->
 
|Step_Content=<translate><!--T:5-->
Ligne 36 : Ligne 36 :
 
Download the software by visiting [https://www.arduino.cc/en/Main/Software? Arduino IDE] > Scroll down until you see the “Download the Arduino IDE” section and choose the version based upon your operating system (e.g. If you have Windows 7, choose “Windows Installer” / if you have Windows 10, choose “Windows app”) > On the next page choose “Just download” and run the installation files.</translate>
 
Download the software by visiting [https://www.arduino.cc/en/Main/Software? Arduino IDE] > Scroll down until you see the “Download the Arduino IDE” section and choose the version based upon your operating system (e.g. If you have Windows 7, choose “Windows Installer” / if you have Windows 10, choose “Windows app”) > On the next page choose “Just download” and run the installation files.</translate>
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:7--> Prepare the ESP32 board on your computer</translate>
 
|Step_Title=<translate><!--T:7--> Prepare the ESP32 board on your computer</translate>
 
|Step_Content=<translate><!--T:8-->
 
|Step_Content=<translate><!--T:8-->
Ligne 45 : Ligne 45 :
 
|Step_Picture_00=Wooden_pet_connects_to_Facebook_Capture.PNG
 
|Step_Picture_00=Wooden_pet_connects_to_Facebook_Capture.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:10--> Check that the board is correctly configured</translate>
 
|Step_Title=<translate><!--T:10--> Check that the board is correctly configured</translate>
 
|Step_Content=<translate><!--T:11-->
 
|Step_Content=<translate><!--T:11-->
Ligne 112 : Ligne 112 :
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_5.PNG
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_5.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:32--> Wiring the LED and the touch sensor to the ESP32</translate>
 
|Step_Title=<translate><!--T:32--> Wiring the LED and the touch sensor to the ESP32</translate>
 
|Step_Content=<translate><!--T:33-->
 
|Step_Content=<translate><!--T:33-->
Ligne 130 : Ligne 130 :
 
|Step_Picture_00=Wooden_pet_connects_to_Facebook_6.PNG
 
|Step_Picture_00=Wooden_pet_connects_to_Facebook_6.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:38--> Place the electronic board inside the pet</translate>
 
|Step_Title=<translate><!--T:38--> Place the electronic board inside the pet</translate>
 
|Step_Content=<translate><!--T:39-->
 
|Step_Content=<translate><!--T:39-->
Ligne 140 : Ligne 140 :
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_8.PNG
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_8.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:41--> Programming on tuniot</translate>
 
|Step_Title=<translate><!--T:41--> Programming on tuniot</translate>
 
|Step_Content=<translate><!--T:42-->
 
|Step_Content=<translate><!--T:42-->
Ligne 159 : Ligne 159 :
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_10.PNG
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_10.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:47--> Install Adafruit_MQTT.h and Adafruit_MQTT_Client.h libraries on Arduino IDE</translate>
 
|Step_Title=<translate><!--T:47--> Install Adafruit_MQTT.h and Adafruit_MQTT_Client.h libraries on Arduino IDE</translate>
 
|Step_Content=<translate><!--T:48--> For that we need to run Arduino IDE and go to Sketch > Include Library > Manage Libraries… > Search for “Adafruit mqtt library” and install the first result.</translate>
 
|Step_Content=<translate><!--T:48--> For that we need to run Arduino IDE and go to Sketch > Include Library > Manage Libraries… > Search for “Adafruit mqtt library” and install the first result.</translate>
 
|Step_Picture_00=Wooden_pet_connects_to_Facebook_11.PNG
 
|Step_Picture_00=Wooden_pet_connects_to_Facebook_11.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:49--> Programming on Arduino IDE</translate>
 
|Step_Title=<translate><!--T:49--> Programming on Arduino IDE</translate>
 
|Step_Content=<translate><!--T:50-->
 
|Step_Content=<translate><!--T:50-->
Ligne 180 : Ligne 180 :
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_13.PNG
 
|Step_Picture_01=Wooden_pet_connects_to_Facebook_13.PNG
 
}}
 
}}
{{ {{tntn|Tuto Step}}
+
{{Tuto Step
 
|Step_Title=<translate><!--T:54--> Create an applet on IFTTT</translate>
 
|Step_Title=<translate><!--T:54--> Create an applet on IFTTT</translate>
 
|Step_Content=<translate><!--T:55-->
 
|Step_Content=<translate><!--T:55-->
Ligne 227 : Ligne 227 :
 
|Step_Picture_05=Wooden_pet_connects_to_Facebook_24.PNG
 
|Step_Picture_05=Wooden_pet_connects_to_Facebook_24.PNG
 
}}
 
}}
{{ {{tntn|Notes}}
+
{{Tuto Step
|Notes=<translate><!--T:68-->
+
|Step_Title=<translate></translate>
This tutorial has been developed as part of the iTech project, co-financed by the Erasmus + Programme of the European Union.
+
|Step_Content=<translate></translate>
 
+
|Step_Picture_00=Musical_e-textile_bag_eu_flag_co_funded_pos_rgb_right.jpg
<!--T:69-->
+
}}
For more details, contact info@digijeunes.com</translate>
+
{{Notes
 +
|Notes=<translate></translate>
 
}}
 
}}
{{ {{tntn|Tuto Status}}
+
{{Tuto Status
 
|Complete=Published
 
|Complete=Published
 
}}
 
}}

Version actuelle datée du 9 décembre 2019 à 13:06

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

Wooden pet connects to Facebook 6.PNG

Matériaux

Outils

Étape 1 - Setup an account and create a new feed on adafruit.io

Create a new feed by reaching https://io.adafruit.com/ > Feeds > Actions and then name it, for example “touchsensor”



Étape 2 - Install Arduino IDE

You will need to use Arduino IDE to code and upload the firmware onto your ESP32 board.

Download the software by visiting Arduino IDE > Scroll down until you see the “Download the Arduino IDE” section and choose the version based upon your operating system (e.g. If you have Windows 7, choose “Windows Installer” / if you have Windows 10, choose “Windows app”) > On the next page choose “Just download” and run the installation files.

Étape 3 - Prepare the ESP32 board on your computer

Follow the instructions provided on GitHub for your Operating System. For example, if you have Windows 7 or 10, choose “Instructions for Windows” / if you have a MacBook, choose “Instructions for Mac”

For the “Instructions for Windows” section, you can ignore the following step:




Étape 4 - Check that the board is correctly configured

Launch Arduino IDE and select “ESP32 Dev Module” from the Tools menu > Board.

Fetch the Blink example from File > Examples > 01.Basics > Blink.

write int LED_BUILTIN = 2; at the top of the code

/*

 ESP 32 Blink

 Turns on an LED on for one second, then off for one second, repeatedly.

 The ESP32 has an internal blue LED at D2 (GPIO 02)

*/

int LED_BUILTIN = 2;

void setup()

{

 pinMode(LED_BUILTIN, OUTPUT);

}

void loop()

{

 digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)

 delay(1000);                       // wait for a second

 digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW

 delay(1000);                       // wait for a second

}

Finally, upload the code by using the right arrow (→) button at the top right corner of the window, by choosing Sketch > Upload or by pressing Ctrl+U on the keyboard.



Étape 5 - Wiring the LED and the touch sensor to the ESP32

We will connect an LED to the board so that we will know when the tail actually gets touched.

Connect a male/female jumper wire to D4 on the board. D4 is by default connected to the internal touch sensor.

Connect D2 (by default connected to the board’s internal LED) to the positive leg of the external LED, using a male to female jumper wire.

Connect the negative leg of the LED to GND on the board, using a male/female jumper wire.

If needed, use some tape to secure the jumper wires to the LED.




Étape 6 - Place the electronic board inside the pet

The wooden pet needs to be laser cut. You can download the cutting pattern for laser cutter from here.

Place all the parts inside the pet, and connect the internal touch sensor to the aluminum tail.



Étape 7 - Programming on tuniot

Let’s create a program that registers the values recorded by the touch sensor and publishes them online.

For that we need to reach: http://easycoding.tn/esp32/demos/code/

Choose the appropriate blocks to create the code displayed below.

Complete the fields “ssid” and “password” with the name of your wifiwi-fi connection and its password respectively.

The “User Name” and “Key” are available here (just click on View AIO Key).



Étape 8 - Install Adafruit_MQTT.h and Adafruit_MQTT_Client.h libraries on Arduino IDE

For that we need to run Arduino IDE and go to Sketch > Include Library > Manage Libraries… > Search for “Adafruit mqtt library” and install the first result.




Étape 9 - Programming on Arduino IDE

To upload the code on Arduino IDE, click on the “Copy Arduino code into clipboard” button.

then paste the code onto Arduino IDE, and upload it to the ESP32.

If you click on Serial Monitor (top right of the Arduino IDE screen, below the “X” button), you should see the values recorded by the touch sensor.

It means that your ESP32 is connected to the internet, and that it’s sending the value recorded by the internal touch sensor on-line, on https://adafruit.io.



Étape 10 - Create an applet on IFTTT

For this we need to access https://ifttt.com/ and create an account.

Then, click on My Applets.

Choose New Applet

Click on THIS

Search for Adafruit

Choose Monitor a feed on Adafruit IO

Configure it as follows

And Click on Create trigger

Click on THAT

Choose Facebook

Choose Create a status message

Type your message and click on Create action.

In this case, the message that will be posted on your Facebook timeline is “Don’t touch my tail!”.

Étape 11 -




Commentaires

Published