diff --git a/Saint-Luc_Guillaume/A living library of plants.md b/Saint-Luc_Guillaume/A living library of plants.md index 45f7b8d..d580027 100644 --- a/Saint-Luc_Guillaume/A living library of plants.md +++ b/Saint-Luc_Guillaume/A living library of plants.md @@ -20,7 +20,7 @@ The workshop a living library of plants is to link texts, trees and human throu The idea is to create a small wifi access point, tied to a plant, that will publish different text depending on its electrical activity and the moisture of its soil. -##set-up (30 minutes- keep faith) +##Set-up (30 minutes- keep faith) ###Necessary elements @@ -34,13 +34,13 @@ a soil moisture sensor with Dupont cables a crocodile cable/ alligator clip -###installing the Arduino IDE +###Installing the Arduino IDE For this workshop we will use the arduino IDE. It is an open-source, easy to use IDE (Integrated Development Environment ) to upload code to a microcontroller. It was developped for a range of microcontroller also named arduino (which is why it can be confusing). To install it, [you can follow this link](https://www.arduino.cc/en/software) and click on the download link fitted to your operating system (macOS, windows or Linux) -###installing the USB driver of the esp32 +###Installing the USB driver of the esp32 The esp32 is a microcontroller, meaning that it can perform some simple computing task such as reading a sensor, printing a message on a communication canal or performing simple operations. @@ -50,7 +50,7 @@ You can find the driver [on this website](https://www.silabs.com/developers/usb- -###installing the library for esp32 on the arduino IDE 1/2 +###Installing the library for esp32 on the arduino IDE 1/2 Now your computer recognise the esp32, but the arduino IDE should know which language to speak to it. In order for them two to communicate smoothly, we need to install a library for the esp32 on the arduino IDE. @@ -76,7 +76,7 @@ Now your computer recognise the esp32, but the arduino IDE should know which lan ![preference_window](/Users/u0122145/Documents/11_guillaume_scripts/anais_berck/workshop/preference_window.png) -###installing the library for esp32 on the arduino IDE 2/2 +###Installing the library for esp32 on the arduino IDE 2/2 Next, you will need to use the new entry to actually add the ESPO32 boards to your Arduino IDE. You do that by following this procedure: diff --git a/Saint-Luc_Guillaume/Une bibliothèque vivante de plantes.md b/Saint-Luc_Guillaume/Une bibliothèque vivante de plantes.md index fbddd06..7c107d7 100644 --- a/Saint-Luc_Guillaume/Une bibliothèque vivante de plantes.md +++ b/Saint-Luc_Guillaume/Une bibliothèque vivante de plantes.md @@ -36,13 +36,13 @@ un capteur d'humidité du sol avec des câbles Dupont un câble crocodile/une pince crocodile -###installation de l'IDE Arduino +###Installation de l'IDE Arduino Pour cet atelier, nous utiliserons l'IDE Arduino. Il s'agit d'un IDE (Integrated Development Environment - environnement de programmation intégré) open source et facile à utiliser pour télécharger du code vers un microcontrôleur. Il a été développé pour une gamme de microcontrôleurs également appelés arduino (c'est pourquoi il peut prêter à confusion). On parle bien ici du software et non du hardware Pour l'installer, [vous pouvez suivre ce lien](https://www.arduino.cc/en/software) et cliquer sur le lien de téléchargement adapté à votre système d'exploitation (macOS, windows ou Linux) -###installation du pilote USB de l'esp32 +###Installation du pilote USB de l'esp32 L'esp32 est un microcontrôleur, ce qui signifie qu'il peut effectuer des tâches informatiques simples comme lire un capteur, imprimer un message sur un canal de communication ou effectuer des opérations mathématiques. @@ -52,7 +52,7 @@ Vous pouvez trouver le pilote [sur ce site] (https://www.silabs.com/developers/u -###installation de la bibliothèque pour esp32 sur l'IDE arduino 1/2 +###Installation de la bibliothèque pour esp32 sur l'IDE arduino 1/2 Maintenant votre ordinateur reconnaît l'esp32, mais l'IDE arduino doit savoir quelle langue lui parler. Pour que les deux communiquent de manière fluide, nous devons installer une bibliothèque pour l'esp32 sur l'IDE arduino. @@ -78,7 +78,7 @@ Maintenant votre ordinateur reconnaît l'esp32, mais l'IDE arduino doit savoir q ![preference_window](preference_window.png) -###installation de la bibliothèque pour esp32 sur l'IDE arduino 2/2 +###Installation de la bibliothèque pour esp32 sur l'IDE arduino 2/2 Ensuite, vous devrez utiliser la nouvelle entrée pour ajouter les cartes ESPO32 à votre IDE Arduino. Pour ce faire, suivez cette procédure :