Skip to content

Mark retired products #154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/hardware/01.mkr/01.boards/mkr-1000-wifi/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ url_shop: https://store.arduino.cc/arduino-mkr1000-wifi
url_guide: /software/ide-v1/installing-samd21-core
core: arduino:samd
forumCategorySlug: '/hardware/mkr-boards/mkr1000/137'
status: end-of-life
---

The Arduino MKR 1000 WiFi is the easiest point of entry to basic IoT and pico-network application design. Whether you are looking at setting up a sensor network for your office or building a smart home, the MKR 1000 WiFi will make that journey easy.
1 change: 1 addition & 0 deletions content/hardware/01.mkr/01.boards/mkr-fox-1200/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: MKR FOX 1200
url_guide: /software/ide-v1/installing-samd21-core
core: arduino:samd
forumCategorySlug: '/mkr-boards/mkrfox1200/142'
status: end-of-life
---

The MKR FOX 1200 is your entry point to start working with the European Sigfox networks. The board can easily be added to the Sigfox infrastructure. It also features very low power consumption, and is designed to run on batteries for a longer period of time.
1 change: 1 addition & 0 deletions content/hardware/01.mkr/01.boards/mkr-gsm-1400/product.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: MKR GSM 1400
url_guide: /software/ide-v1/installing-samd21-core
core: arduino:samd
forumCategorySlug: '/hardware/mkr-boards/mkrgsm1400/146'
status: end-of-life
---

The Arduino MKR GSM 1400 is a great starting point for building IoT projects connected to GSM / 3G network. Whether you are looking at building a sensor network for agricultural projects, or for urban data collection, the MKR GSM 1400 is your go-to board for IoT projects when Wi-Fi is not available.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags: [LoRa, WAN]
author: Arduino
---

These examples will show you how to set up your board to use the LoRa network and how to send and receive data from the LoRa network.
These examples will show you how to set up your board to use the LoRa® network and how to send and receive data from the LoRa® network.

## Hardware Required

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void loop() {
Process p;
```

Pass `runShellCommand()` the path of the script you wish to run, along with any additional commands. In this case, you'll call "grep Signal" to pull out just the signal strength of the WiFi connection.
Pass `runShellCommand()` the path of the script you wish to run, along with any additional commands. In this case, you'll call "grep Signal" to pull out just the signal strength of the Wi-Fi connection.

`p.runShellCommand("/usr/bin/pretty-wifi-info.lua | grep Signal");`

Expand All @@ -92,7 +92,7 @@ while (p.available()) {
}
```

The LED should change its brightness as the WiFi signal strength fluctuates.
The LED should change its brightness as the Wi-Fi signal strength fluctuates.

## Complete Sketch

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
tags: [Yún]
author: Arduino
title: 'Arduino Yún Yún WiFi Status'
title: 'Arduino Yún WiFi Status'
description: 'Runs a pre-configured script that reports back the strength of the current WiFi network.'
---

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/arduino/docs-content#readme",
"dependencies": {
"@arduino/docs-arduino-cc": "^1.0.14",
"@arduino/docs-arduino-cc": "^1.0.17",
"gatsby": "^4.3.0"
},
"volta": {
Expand Down