Skip to content

Commit 03c9372

Browse files
committed
remove mentions of old artivles
1 parent 0ab03bb commit 03c9372

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/cheat-sheet/ble-cheat-sheet.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,17 @@ The Nano 33 BLE Sense Rev2 can be programmed through the **Web Editor**. To get
6767

6868
- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor)
6969

70+
71+
## MicroPython
72+
73+
This board is supported by MicroPython. Visit the [MicroPython documentation](/micropython) for getting started with installation and usage.
74+
7075
## Using OpenMV IDE
7176

7277
If you want to use your board with MicroPython and OpenMV. Follow the tutorial below.
7378

7479
- [Getting started with OpenMV with Nano 33 BLE Sense Rev2](/tutorials/nano-33-ble-sense/getting-started-omv)
7580

76-
If you want an overlook of the functions and features that MicroPython provides, take a look at the tutorial below.
77-
78-
- [MicroPython functions and syntax guide](/tutorials/nano-33-ble-sense/ble-sense-python-api)
7981

8082
### Forcing Bootloader
8183

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/cheat-sheet/ble-cheat-sheet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ The Nano 33 BLE Sense can be programmed through the **Web Editor**. To get start
6767

6868
- [Getting started with the Web Editor](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor)
6969

70+
## MicroPython
71+
72+
This board is supported by MicroPython. Visit the [MicroPython documentation](/micropython) for getting started with installation and usage.
73+
7074
## Using OpenMV IDE
7175

7276
If you want to use your board with MicroPython and OpenMV. Follow the tutorial below.
7377

7478
- [Getting started with OpenMV with Nano 33 BLE Sense](/tutorials/nano-33-ble-sense/getting-started-omv)
7579

76-
If you want an overlook of the functions and features that MicroPython provides, take a look at the tutorial below.
77-
78-
- [MicroPython functions and syntax guide](/tutorials/nano-33-ble-sense/ble-sense-python-api)
79-
8080
### Forcing Bootloader
8181

8282
There is a risk that the uploading process gets stuck during an upload. If this happens, we can double-tap the reset button, to forcefully trigger the bootloader.

content/hardware/03.nano/boards/nano-rp2040-connect/tutorials/rp2040-data-logger/rp2040-data-logger.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ The [Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect) board ha
1919

2020
In order to utilize this feature, we need to install the latest release of [OpenMV's flavor of MicroPython](https://github.com/openmv/openmv/).
2121

22-
This tutorial can be completed with only the Nano RP2040 Connect board and open-source software.
23-
24-
***If you are unfamiliar with Arduino & Python®, you can learn more by reading the [Python® with Arduino](/learn/programming/arduino-and-python) and the [Nano RP2040 Connect Python® API Guide](/tutorials/nano-rp2040-connect/rp2040-python-api) articles.***
25-
2622
## Goals
2723

2824
The goals of this tutorial are:

0 commit comments

Comments
 (0)