Skip to content

Commit df118b0

Browse files
committed
Merge branch 'Alvik_tech_JGD' of https://github.com/arduino/docs-content-private into Alvik_tech_JGD
2 parents 687b3ef + d948459 commit df118b0

File tree

253 files changed

+13584
-358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+13584
-358
lines changed

content/arduino-cloud/01.guides/04.micropython/content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ if __name__ == "__main__":
415415
# Alternatively, a username and password can be used to authenticate:
416416
client = ArduinoCloudClient(device_id=DEVICE_ID, username=DEVICE_ID, password=CLOUD_PASSWORD)
417417
client.register(ColoredLight("light", swi=True, on_write=on_colored_light_changed))
418-
client.register("led", value=None)
419418

420419
# Start the Arduino Cloud client.
421420

content/built-in-examples/07.display/BarGraph/BarGraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
- Visualisation
1212
---
1313

14-
The bar graph - a series of LEDs in a line, such as you see on an audio display - is a common hardware display for analog sensors. It's made up of a series of LEDs in a row, an analog input like a potentiometer, and a little code in between. You can buy multi-LED bar graph displays fairly cheaply, like [this one](http://www.digikey.com/product-detailhttps://www.arduino.cc/en/MV54164/1080-1183-ND/2675674). This tutorial demonstrates how to control a series of LEDs in a row, but can be applied to any series of digital outputs.
14+
The bar graph - a series of LEDs in a line, such as you see on an audio display - is a common hardware display for analog sensors. It's made up of a series of LEDs in a row, an analog input like a potentiometer, and a little code in between. You can buy multi-LED bar graph displays fairly cheaply, like [this one](https://www.digikey.com/en/products/detail/everlight-electronics-co-ltd/MV54164/2675674). This tutorial demonstrates how to control a series of LEDs in a row, but can be applied to any series of digital outputs.
1515

1616
This tutorial borrows from the [**For Loop and Arrays**](https://www.arduino.cc/en/Tutorial/Loop) tutorial as well as the [**Analog Input**](/built-in-examples/analog/AnalogInput) tutorial.
1717

content/hardware/01.mkr/01.boards/mkr-wan-1300/tutorials/lora-send-and-receive/lora-send-and-receive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are many different terms to be familiar with in the world of LoRa® techno
3131

3232
LoRa® is short for long range modulation technique based on a technology called chirp spread spectrum (CSS). It is designed to carry out long-range transmissions with minimal power consumption. LoRa® defines as the "lower layer" or **"physical layer"**, according to the **OSI model**. The physical layer is defined by hardware, signals and frequencies.
3333

34-
LoRa® uses different radio frequencies depending on where you are located in the world. The most common are Europe (868 MHz) and North America & Australia (915 MHz), but it differs from country to country. You can also read more about a [country's unique radio frequency](https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country.html).
34+
LoRa® uses different radio frequencies depending on where you are located in the world. The most common are Europe (868 MHz) and North America & Australia (915 MHz), but it differs from country to country. You can also read more about a [country's unique radio frequency](https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country/).
3535

3636
LoRa® is also often used to describe hardware devices supported by LoRa®, e.g. modules or gateways. The Arduino MKR WAN 1300 has a LoRa® module called **Murata CMWX1ZZABZ**.
3737

content/hardware/01.mkr/01.boards/mkr-wan-1300/tutorials/the-things-network/the-things-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, we will go through how to set up the MKR WAN 1300 board to wor
2626

2727
It is a good idea to already look at the limitations of using LoRa®. As with any technology, there advantages and disadvantages, and with LoRa®, there's also some limitations of how much data we can send. You can read more about this through the link below:
2828

29-
- [Limitations of LoRaWAN®](https://www.thethingsnetwork.org/docs/lorawan/limitations.html)
29+
- [Limitations of LoRaWAN®](https://www.thethingsnetwork.org/docs/lorawan/limitations/)
3030

3131
## Goals
3232

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/lora-send-and-receive/lora-send-and-receive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are many different terms to be familiar with in the world of LoRa® techno
3131

3232
LoRa® is short for long range modulation technique based on a technology called chirp spread spectrum (CSS). It is designed to carry out long-range transmissions with minimal power consumption. LoRa® defines as the "lower layer" or **"physical layer"**, according to the **OSI model**. The physical layer is defined by hardware, signals and frequencies.
3333

34-
LoRa® uses different radio frequencies depending on where you are located in the world. The most common are Europe (868 MHz) and North America & Australia (915 MHz), but it differs from country to country. You can also read more about a [country's unique radio frequency](https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country.html).
34+
LoRa® uses different radio frequencies depending on where you are located in the world. The most common are Europe (868 MHz) and North America & Australia (915 MHz), but it differs from country to country. You can also read more about a [country's unique radio frequency](https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country/).
3535

3636
LoRa® is also often used to describe hardware devices supported by LoRa®, e.g. modules or gateways. The Arduino MKR WAN 1310 has a LoRa® module called **Murata CMWX1ZZABZ**.
3737

content/hardware/01.mkr/01.boards/mkr-wan-1310/tutorials/the-things-network/the-things-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, we will go through how to set up the MKR WAN 1310 board to wor
2626

2727
It is a good idea to already look at the limitations of using LoRa®. As with any technology, there advantages and disadvantages, and with LoRa®, there's also some limitations of how much data we can send. You can read more about this through the link below:
2828

29-
- [Limitations of LoRaWAN®](https://www.thethingsnetwork.org/docs/lorawan/limitations.html)
29+
- [Limitations of LoRaWAN®](https://www.thethingsnetwork.org/docs/lorawan/limitations/)
3030

3131
## Goals
3232

content/hardware/02.hero/boards/uno-mini-limited-edition/tutorials/uno-mini-le-guide/uno-mini-le-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The [Arduino UNO Mini LE](https://store.arduino.cc/uno-mini-le) is a great littl
2121

2222
In this guide, we will go through some requirements, installation instructions, ideas for projects and some technical specifications. If you want to visit the official documentation for this board, you click on the link below:
2323

24-
- [Official documentation for Arduino UNO Mini LE.](/hardware/uno-mini-le).
24+
- [Official documentation for Arduino UNO Mini LE.](/hardware/uno-mini-limited-edition).
2525

2626
## Goals
2727

@@ -88,7 +88,7 @@ When the upload is finished, the **built-in LED** will turn on and off every one
8888

8989
In this section, we will explore some of the technical aspects of the UNO Mini LE, such as pinout, datasheet, schematics and external power sources.
9090

91-
These are also available from the [official documentation for the UNO Mini LE board](/hardware/uno-mini-le).
91+
These are also available from the [official documentation for the UNO Mini LE board](/hardware/uno-mini-limited-edition).
9292

9393
### Pitch
9494

@@ -103,15 +103,15 @@ The pitch (distance between pin holes) is 0.05", or 1.27 mm. This is half the di
103103

104104
![Arduino UNO Mini LE Pinout](assets/ABX00062-pinout.png)
105105

106-
***If you want a more detailed pinout, please refer to the [UNO Mini LE Resources](/hardware/uno-mini-le#resources) section in the documentation.***
106+
***If you want a more detailed pinout, please refer to the [UNO Mini LE Resources](/hardware/uno-mini-limited-edition#resources) section in the documentation.***
107107

108108
### Datasheet
109109

110-
The UNO Mini LE has an in-depth datasheet that covers all of the technical aspects of the board. You can download from the resources section in the [UNO Mini LE's documentation page](/hardware/uno-mini-le#resources).
110+
The UNO Mini LE has an in-depth datasheet that covers all of the technical aspects of the board. You can download from the resources section in the [UNO Mini LE's documentation page](/hardware/uno-mini-limited-edition#resources).
111111

112112
### Schematics
113113

114-
The schematics for this board is available through an interactive viewer in the [resources section](/hardware/uno-mini-le#resources) of the UNO Mini LE's documentation page.
114+
The schematics for this board is available through an interactive viewer in the [resources section](/hardware/uno-mini-limited-edition#resources) of the UNO Mini LE's documentation page.
115115

116116
### External Power
117117

86.6 KB
Loading
-2.6 KB
Loading

0 commit comments

Comments
 (0)