diff --git a/2-farm/lessons/1-predict-plant-growth/README.md b/2-farm/lessons/1-predict-plant-growth/README.md index c94e14db..07c1196b 100644 --- a/2-farm/lessons/1-predict-plant-growth/README.md +++ b/2-farm/lessons/1-predict-plant-growth/README.md @@ -1,4 +1,3 @@ -[![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 59e56efc..6dc0c908 100644 --- a/2-farm/lessons/1-predict-plant-growth/assignment.md +++ b/2-farm/lessons/1-predict-plant-growth/assignment.md @@ -1,4 +1,3 @@ -[![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 a240feeb..1eb15e4e 100644 --- a/2-farm/lessons/1-predict-plant-growth/pi-temp.md +++ b/2-farm/lessons/1-predict-plant-growth/pi-temp.md @@ -1,4 +1,3 @@ -[![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 240e6c37..d81f4a11 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,4 +1,3 @@ -[![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 03994d46..9e4fa256 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,4 +1,3 @@ -[![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 494be5a2..77a1cffa 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,4 +1,3 @@ -[![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 d862b19b..c867bbfb 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,4 +1,3 @@ -[![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.