Skip to content

Commit 466698d

Browse files
committed
Fix difficulties
1 parent 3ac4960 commit 466698d

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

content/hardware/01.mkr/03.carriers/mkr-iot-carrier/tutorials/smart-garden-project/smart-garden-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "IoT Smart Garden Setup with MKR IoT Carrier"
33
description: "Build a smart garden setup with the MKR IoT Carrier, a pump, and a moisture sensor."
44
tags: [IoT Cloud, Water Pump, Moisture Sensor, Temperature, Humidity]
5-
difficulty: beginner
5+
difficulty: easy
66
author: "Jacob Hylén, Hannes Siebeneicher, Karl Söderby"
77
---
88

content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-openmv-mlc/rp2040-openmv-mlc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'MicroPython and the IMU Machine Learning Core Features'
3-
difficulty: beginner
3+
difficulty: easy
44
compatible-products: [nano-rp2040-connect]
55
description: 'Learn how to use the Machine Learning Core (MLC) feature of the inertial module of the Nano RP2040 Connect.'
66
tags:

content/hardware/03.nano/carriers/nano-motor-carrier/tutorials/nano-simulink-wifi-led/nanoSimulinkWiFiLED.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Controlling LED over Wi-Fi Using Simulink with Nano 33 IoT'
3-
difficulty: medium
3+
difficulty: intermediate
44
compatible-products: [nano-33-iot, nano-motor-carrier]
55
description: 'Learn how to control the Nano 33 IoT LED over USB and Wi-Fi with Simulink.'
66
tags:

content/hardware/04.pro/boards/portenta-x8/tutorials/custom-container/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create and Upload a Custom Container to the Portenta X8
3-
difficulty: medium
3+
difficulty: intermediate
44
tags: [Linux, Python, Containers, ADB]
55
description: This tutorial will show you how to create and upload your custom container to your Portenta X8
66
author: Benjamin Dannegård

content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
beta: true
33
title: 'Portenta X8 Getting Started'
44
description: 'Learn how to set up the Portenta X8'
5-
difficulty: medium
5+
difficulty: intermediate
66
tags:
77
- Beta
88
- Installation

content/hardware/04.pro/boards/portenta-x8/tutorials/uploading-sketches-m4/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Uploading Sketches to the M4 Core on Arduino Portenta X8'
33
description: 'This tutorial explains how to upload Arduino sketches to the M4 core.'
4-
difficulty: medium
4+
difficulty: intermediate
55
tags:
66
- firmware
77
- M4

content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/getting-started/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Getting Started with the Portenta Max Carrier
33
description: This tutorial give you an overview of the core features of the Portenta Max Carrier.
4-
difficulty: Beginner
4+
difficulty: easy
55
tags:
66
- Getting Started
77
author: José Bagur, Taddy Chung

content/learn/04.electronics/06.power-tree/power-tree-style-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'How To Read Arduino Power Trees'
3-
difficulty: medium
3+
difficulty: intermediate
44
compatible-products: [everything]
55
description: 'Learn how to read the Arduino power trees and to create our own ones.'
66
tags:

content/learn/04.electronics/08.potentiometer-basics/potentiometer-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Basics of Potentiometers with Arduino'
33
description: 'Learn the fundamentals of how a potentiometers works, about the forms they come in, and how to use them in your projects.'
44
tags: [Potentiometer, RGB]
5-
difficulty: 'beginner'
5+
difficulty: easy
66
---
77
A potentiometer is a simple mechanical device that comes in many different forms. It provides a variable amount of resistance that changes as you manipulate it. The examples in this article uses a potentiometer with a twisting shaft, one of the more common versions of a potentiometer you will find.
88

0 commit comments

Comments
 (0)