Skip to content

Commit c76354b

Browse files
committed
Merge branch 'main' into jacob.hylen/nano-plant-kit
2 parents ed53ac2 + dfbb93c commit c76354b

File tree

41 files changed

+255
-291
lines changed

Some content is hidden

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

41 files changed

+255
-291
lines changed

content/arduino-cloud/01.getting-started/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,30 @@ A shortcut to add a device is also provided in **"Things" page** as explained in
107107

108108
Below you will find a list of features that are available in the Arduino IoT Cloud.
109109

110-
### Uploading over-the-air (OTA)
110+
### Uploading Over-The-Air (OTA)
111111

112112
This feature allows for uploading sketches wirelessly to Arduino boards, without the need to connect the board physically. This feature is supported for the following boards:
113113

114114
- [Arduino MKR WiFi 1010](https://store.arduino.cc/arduino-mkr-wifi-1010)
115115
- [Arduino NANO 33 IoT](https://store.arduino.cc/arduino-nano-33-iot)
116116
- [Arduino Nano RP2040 Connect](https://store.arduino.cc/products/arduino-nano-rp2040-connect-with-headers)
117117
- [Portenta H7](https://store.arduino.cc/products/portenta-h7)
118-
- Cloud compatible ESP32 boards.
119-
120-
***ESP32 boards are supported as of January 2023.***
118+
- Cloud compatible ESP32 boards (see list below).
119+
120+
#### Verified ESP32 Boards Supporting OTA
121+
122+
The following ESP32 boards have been tested and verified to support OTA:
123+
124+
- ESP32-S2-DevKitC
125+
- NODEMCU-32-S2
126+
- WEMOS LOLIN D32
127+
- ESP32-S3-DevKitC
128+
- WEMOS LOLIN D32
129+
- ESP32-CAM
130+
- NodeMCU-32S
131+
- Freenove ESP32 WROVER
132+
- ESP32-DevKitC32E
133+
- DOIT ESP32 DevKit v1
121134

122135
![Connecting the device with the OTA option](./images/device_OtA.png)
123136

content/arduino-cloud/01.getting-started/07.arduino-cloud-cli/arduino-cloud-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ To configure a device, you can use the following command:
115115
arduino-cloud-cli device create --name <deviceName> --port <port> --fqbn <deviceFqbn>
116116
```
117117

118-
Currently, the following devices are supported:
118+
Here's follows the FQBN's list of the supported devices:
119119

120120
* `arduino:samd:nano_33_iot` [Arduino Nano 33 IoT](https://docs.arduino.cc/hardware/nano-33-iot)
121121
* `arduino:samd:mkrwifi1010` [Arduino MKR WiFi 1010](https://docs.arduino.cc/hardware/mkr-wifi-1010)
122122
* `arduino:mbed_nano:nanorp2040connect` [Arduino Nano RP2040 Connect](https://docs.arduino.cc/hardware/nano-rp2040-connect)
123-
* `arduino:mbed_portenta:envie_m7` [Arduino Portenta H7](https://docs.arduino.cc/hardware/portenta-h7) / [Arduino Portenta H7 Lite connected](https://docs.arduino.cc/hardware/portenta-h7-lite-connected)
123+
* `arduino:mbed_portenta:envie_m7` [Arduino Portenta H7](https://docs.arduino.cc/hardware/portenta-h7) / [Arduino Portenta H7 Lite connected](https://docs.arduino.cc/hardware/portenta-h7-lite-connected) / [Arduino Portenta Machine Control](https://docs.arduino.cc/hardware/portenta-machine-control)
124124
* `arduino:mbed_nicla:nicla_vision` [Arduino Nicla Vision](https://docs.arduino.cc/hardware/nicla-vision)
125125
* `arduino:samd:mkr1000` [Arduino MKR1000](https://docs.arduino.cc/hardware/mkr-1000-wifi)
126126
* `arduino:samd:mkrgsm1400` [Arduino MKR GSM 1400](https://docs.arduino.cc/hardware/mkr-gsm-1400)
@@ -149,7 +149,7 @@ arduino-cloud-cli device list-frequency-plans
149149

150150
General devices is a virtual device that does not need to be attached to a physical board.
151151

152-
To see the full list of supported FQBNs, you can run the following command:
152+
To see the full list of supported FQBNs (Fully Qualified Board Names), you can run the following command:
153153

154154
```
155155
arduino-cloud-cli device list-fqbn

content/hardware/01.mkr/02.shields/mkr-485-shield/features.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,18 @@ The MKR 485 Shield is based on the **MAXIM MAX3157** transceiver, which guarante
66

77
<FeatureList>
88

9-
<Feature title="MAXIM MAX3157" image="communication">
9+
<Feature title="half & full duplex communication" image="communication">
1010

1111
A transceiver with guaranteed data rates of up to 250kbps, which can be used for half-duplex or full-duplex communication.
1212

13-
<FeatureLink title="Datasheet" url="https://datasheets.maximintegrated.com/en/ds/MAX3157.pdf" download blank/>
13+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-485-shield/mkr-485-communication"/>
14+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinors485/"/>
1415
</Feature>
1516

16-
<Feature title="TPS54232" image="power">
17+
<Feature title="Power with battery" image="power">
18+
1719
A DC-DC converter with pulse-skipping Eco-Mode feature, which allows the use of batteries as a power supply.
1820

19-
<FeatureLink title="Datasheet" url="https://www.ti.com/lit/ds/symlink/tps54232.pdf" download blank/>
2021
</Feature>
2122

2223
</FeatureList>

content/hardware/01.mkr/02.shields/mkr-can-shield/features.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,18 @@ The MKR CAN Shield is based on the **MCP2515** CAN controller and the **TJA1049*
66

77
<FeatureList>
88

9-
<Feature title="MCP2515" image="mcu">
9+
<Feature title="Can Interface" image="connection">
1010

11-
The MCP2515 from Microchip is a stand-alone Controller Area Network (CAN) controller, that can transmit and receive data frames. It interfaces with MCUs via SPI.
12-
13-
<FeatureLink title="Datasheet" url="https://ww1.microchip.com/downloads/en/DeviceDoc/MCP2515-Stand-Alone-CAN-Controller-with-SPI-20001801J.pdf" download blank/>
14-
</Feature>
15-
16-
<Feature title="TJA1049" image="connection">
1711
This high-speed CAN transceiver provides an interface between a CAN controller (MCP2515) and the physical CAN bus.
1812

19-
<FeatureLink title="Datasheet" url="https://www.nxp.com/docs/en/data-sheet/TJA1049.pdf" download blank/>
13+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-can-shield/mkr-can-communication"/>
14+
<FeatureLink variant="secondary" title="Library" url="https://github.com/sandeepmistry/arduino-CAN"/>
2015
</Feature>
2116

22-
<Feature title="TPS54232" image="power">
17+
<Feature title="Power with battery" image="power">
18+
2319
A DC-DC converter with pulse-skipping Eco-Mode feature, which allows the use of batteries as a power supply.
2420

25-
<FeatureLink title="Datasheet" url="https://www.ti.com/lit/ds/symlink/tps54232.pdf" download blank/>
2621
</Feature>
2722

2823
</FeatureList>

content/hardware/01.mkr/02.shields/mkr-env-shield/features.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,40 @@ The MKR ENV Shield comes equipped with three sensors: <b>LPS22HB, HTS221</b> and
33
</FeatureDescription>
44

55
<FeatureList>
6-
<Feature title="LPS22HB" image="pressure-sensor">
7-
A compact absolute pressure sensor with a range between 260 hPa and 1260 hPa, with power consumption as low as 3 μA.
6+
<Feature title="Pressure Sensor" image="pressure-sensor">
87

9-
<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/dm00140895.pdf"download blank/>
8+
A compact absolute pressure sensor with a range between 260 hPa and 1260 hPa.
9+
10+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-env-shield/mkr-env-shield-basic#lps22hb-atmospheric-pressure-sensor"/>
11+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkrenv/"/>
1012
</Feature>
1113

12-
<Feature title="HTS221" image="temperature-sensor">
13-
A relative humidity and temperature sensor with high accuracy.
14+
<Feature title="Humidity / Temperature" image="temperature-sensor">
15+
16+
A relative humidity and temperature sensor with high accuracy to use for your projects.
1417

15-
<FeatureLink title="Datasheet" url="https://www.st.com/resource/en/datasheet/hts221.pdf"download blank/>
18+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-env-shield/mkr-env-shield-basic#hts221-temperature--humidity-sensor"/>
19+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkrenv/"/>
1620
</Feature>
1721

18-
<Feature title="TEMT6000" image="light-sensor">
22+
<Feature title="Light Sensor" image="light-sensor">
23+
1924
An ambient light sensor based on a epitaxial planar phototransistor, with a peak sensitivity of 570 nm.
2025

21-
<FeatureLink title="Datasheet" url="https://www.vishay.com/docs/81579/temt6000.pdf"download blank/>
26+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-env-shield/mkr-env-shield-basic#temt6000-light-sensor"/>
27+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkrenv/"/>
2228
</Feature>
2329

2430
<Feature title="Micro SD card slot" image="file-icon">
31+
2532
Store all of your environmental data on an external SD card.
33+
2634
</Feature>
2735

2836
<Feature title="VEML6075 (older versions only)" image="uv-sensor">
37+
2938
Capture ultraviolet UVA and UVB intensity.
3039

31-
<FeatureLink title="Datasheet" url="http://www.farnell.com/datasheets/2245219.pdf?_ga=2.253922568.1265931949.1503988629-1413671594.1503025027"download blank/>
3240
</Feature>
3341

3442
</FeatureList>

content/hardware/01.mkr/02.shields/mkr-eth-shield/features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The MKR ETH Shield features the <b>W5500 Ethernet controller,</b> that provides
66

77
<FeatureList>
88

9-
<Feature title="W5500" image="communication">
9+
<Feature title="Ethernet Connection" image="communication">
1010

1111
The W550 is an Ethernet controller that provides Internet connection to your devices and systems.
1212

13-
14-
<FeatureLink title="Datasheet" url="http://wizwiki.net/wiki/lib/exe/fetch.php/products:w5500:w5500_ds_v109e.pdf"download blank/>
13+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-eth-shield/mkr-eth-shield-webserver"/>
14+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/ethernet/"/>
1515

1616
</Feature>
1717

content/hardware/01.mkr/02.shields/mkr-eth-shield/tutorials/mkr-eth-shield-webserver/mkr-eth-shield-webserver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99
author: 'Karl Söderby'
1010
libraries:
1111
- name: Ethernet
12-
url: https://www.arduino.cc/en/Reference/ArduinoMKRENV
12+
url: https://www.arduino.cc/reference/en/libraries/ethernet/
1313
hardware:
1414
- hardware/01.mkr/01.boards/mkr-zero
1515
- hardware/01.mkr/02.shields/mkr-eth-shield

content/hardware/01.mkr/02.shields/mkr-gps-shield/features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
With minimal data acquisition time, small form factor and high sensitivity, the SAM-M8Q module from u-blox is great for any GPS project.
77

8-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Arduino-MKR-GPS-Shield_u-blox8-SAM-M8Q_DataSheet_UBX-16012619.pdf" download blank/>
8+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-gps-shield/mkr-gps-basic"/>
9+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_mkrgps/"/>
910

1011
</Feature>
1112

1213
<Feature title="Coverage" image="world-map">
1314

1415
The Global Positioning System (GPS) consists of at least 24 satellites, and provides coverage over the entire world at any time.
1516

16-
<FeatureLink title="Read More" url="https://en.wikipedia.org/wiki/Global_Positioning_System"/>
1717

1818
</Feature>
1919

content/hardware/01.mkr/02.shields/mkr-imu-shield/features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<FeatureList>
22

3-
<Feature title="BNO055" image="imu">
3+
<Feature title="Bosch orientation sensor" image="imu">
44

55
This 9-axis absolute orientation sensor from Bosch consists of three sensors: gyroscope, accelerometer and geomagnetic sensor.
66

7-
<FeatureLink title="Datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bno055-ds000.pdf"download blank/>
7+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/mkr-imu-shield/mkr-imu-shield-basics"/>
8+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/mkrimu/"/>
89

910
</Feature>
1011

content/hardware/01.mkr/02.shields/mkr-mem-shield/features.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<FeatureList>
22

3-
<Feature title="W25Q16 memory chip" image="core">
4-
5-
This Serial Flash memory extends the storage possibilities for your projects.
6-
7-
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Winbond_w25q16dv.pdf"download blank/>
8-
</Feature>
93

104
<Feature title="Prototyping" image="configurability">
115

0 commit comments

Comments
 (0)