diff --git a/2-farm/lessons/1-predict-plant-growth/README.md b/2-farm/lessons/1-predict-plant-growth/README.md index 07c1196b..c94e14db 100644 --- a/2-farm/lessons/1-predict-plant-growth/README.md +++ b/2-farm/lessons/1-predict-plant-growth/README.md @@ -1,3 +1,4 @@ +[![French](https://img.shields.io/badge/-French-purple)](translations/README.fr.md) # Predict plant growth with IoT ![A sketchnote overview of this lesson](../../../sketchnotes/lesson-5.jpg) diff --git a/2-farm/lessons/1-predict-plant-growth/assignment.md b/2-farm/lessons/1-predict-plant-growth/assignment.md index 6dc0c908..59e56efc 100644 --- a/2-farm/lessons/1-predict-plant-growth/assignment.md +++ b/2-farm/lessons/1-predict-plant-growth/assignment.md @@ -1,3 +1,4 @@ +[![French](https://img.shields.io/badge/-French-purple)](translations/assignment.fr.md) # Visualize GDD data using a Jupyter Notebook ## Instructions diff --git a/2-farm/lessons/1-predict-plant-growth/pi-temp.md b/2-farm/lessons/1-predict-plant-growth/pi-temp.md index 1eb15e4e..a240feeb 100644 --- a/2-farm/lessons/1-predict-plant-growth/pi-temp.md +++ b/2-farm/lessons/1-predict-plant-growth/pi-temp.md @@ -1,3 +1,4 @@ +[![French](https://img.shields.io/badge/-French-purple)](translations/pi-temp.fr.md) # Measure temperature - Raspberry Pi In this part of the lesson, you will add a temperature sensor to your Raspberry Pi. diff --git a/2-farm/lessons/1-predict-plant-growth/single-board-computer-temp-publish.md b/2-farm/lessons/1-predict-plant-growth/single-board-computer-temp-publish.md index d81f4a11..240e6c37 100644 --- a/2-farm/lessons/1-predict-plant-growth/single-board-computer-temp-publish.md +++ b/2-farm/lessons/1-predict-plant-growth/single-board-computer-temp-publish.md @@ -1,3 +1,4 @@ +[![French](https://img.shields.io/badge/-French-purple)](translations/single-board-computer-temp-publish.fr.md) # Publish temperature - Virtual IoT Hardware and Raspberry Pi In this part of the lesson, you will publish the temperature values detected by the Raspberry Pi or Virtual IoT Device over MQTT so they can be used later to calculate GDD. diff --git a/2-farm/lessons/1-predict-plant-growth/virtual-device-temp.md b/2-farm/lessons/1-predict-plant-growth/virtual-device-temp.md index 9e4fa256..03994d46 100644 --- a/2-farm/lessons/1-predict-plant-growth/virtual-device-temp.md +++ b/2-farm/lessons/1-predict-plant-growth/virtual-device-temp.md @@ -1,3 +1,4 @@ +[![French](https://img.shields.io/badge/-French-purple)](translations/virtual-device-temp.fr.md) # Measure temperature - Virtual IoT Hardware In this part of the lesson, you will add a temperature sensor to your virtual IoT device. diff --git a/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp-publish.md b/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp-publish.md index 77a1cffa..494be5a2 100644 --- a/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp-publish.md +++ b/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp-publish.md @@ -1,3 +1,4 @@ +[![French](https://img.shields.io/badge/-French-purple)](translation/wio-terminal-temp-publish.fr.md) # Publish temperature - Wio Terminal In this part of the lesson, you will publish the temperature values detected by the Wio Terminal over MQTT so they can be used later to calculate GDD. diff --git a/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp.md b/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp.md index c867bbfb..d862b19b 100644 --- a/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp.md +++ b/2-farm/lessons/1-predict-plant-growth/wio-terminal-temp.md @@ -1,3 +1,4 @@ +[![French](https://img.shields.io/badge/-French-purple)](translations/wio-terminal-temp.fr.md) # Measure temperature - Wio Terminal In this part of the lesson, you will add a temperature sensor to your Wio Terminal, and read temperature values from it. diff --git a/README.md b/README.md index a4bacfb8..78902d21 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ [![Bengali](https://img.shields.io/badge/-Bengali-blue)](translations/README.bn.md) [![Chinese](https://img.shields.io/badge/-Chinese-yellow)](translations/README.zh-cn.md) [![Turkish](https://img.shields.io/badge/-Turkish-darkgreen)](translations/README.tr.md) +[![French](https://img.shields.io/badge/-French-purple)](translations/README.fr.md) # IoT for Beginners - A Curriculum