Skip to content

Commit f777cd4

Browse files
authored
Merge branch 'main' into aliphys/correctNiclaVisionRAM
2 parents 7274db5 + 1b93074 commit f777cd4

File tree

126 files changed

+993
-9212
lines changed

Some content is hidden

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

126 files changed

+993
-9212
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Deploy to production
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
57

68
jobs:
79
build:

.github/workflows/deploy-stg.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
87
- ghaction
98

109
jobs:
1110
build:
12-
if: "github.repository == 'arduino/docs-content'"
1311
runs-on: ubuntu-latest
1412
env:
1513
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}

.vscode/launch.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
"program": "validate.js",
1515
"args": ["-p", "../../content"],
1616
"cwd": "${workspaceFolder}/scripts/validation/"
17+
},
18+
{
19+
"type": "pwa-node",
20+
"request": "launch",
21+
"name": "Debug Quickfix",
22+
"skipFiles": [
23+
"<node_internals>/**"
24+
],
25+
"program": "fix-issues.js",
26+
"args": ["-p", "../../content"],
27+
"cwd": "${workspaceFolder}/scripts/validation/"
1728
}
1829
]
1930
}

content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Connection through mobile networks can be considered in remote areas where there
8484

8585
***For more information, visit the [Arduino SIM page](https://store.arduino.cc/digital/sim).***
8686

87+
***Note that a secured connection is a memory intense operation, so there's not a lot of memory for the user application (e.g. around 2.6 kB on the MKR GSM 1400). Using a lot of IoT Cloud variables may cause the sketch to run out of memory on boards which don't offload the SSL stack and make it crash.***
88+
8789
### ESP32 / ESP8266
8890

8991
The Arduino IoT Cloud supports a wide range of third party boards based on the ESP32 and ESP8266 microcontrollers with support for Wi-Fi. To set them up, simply choose the **third party option** in the device setup.

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/AnalogToMidi/AnalogToMidi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Defines the correspondence between notes and MIDI note values. Part of MIDIUSB
5656

5757
### Functions In Sketch
5858

59-
*searchForNote(float frequency)*
59+
**searchForNote(float frequency)**
6060
Search for the nearest frequency that is in the vector of frequencies noteFrequency[ ]
6161

62-
*noteOn(byte channel, byte pitch, byte velocity)*
62+
**noteOn(byte channel, byte pitch, byte velocity)**
6363
Sends out to MIDI the event to turn on the note of the specified pitch on the specified MIDI Channel
6464

65-
*void noteOff(byte channel, byte pitch, byte velocity)*
65+
**void noteOff(byte channel, byte pitch, byte velocity)**
6666
Sends out to MIDI the event to turn off the note of the specified pitch on the specified MIDI Channel
6767

6868
## Code

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/WiFi101OTA/WiFi101OTA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ void printWifiStatus() {
202202

203203

204204

205-
*Last revision 2017/03/24 by AG*
205+
**Last revision 2017/03/24 by AG**

content/hardware/01.mkr/01.boards/mkr-1000-wifi/tutorials/wifi-101-library-examples/wifi-101-library-examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ void loop() {
156156

157157
The 19.6.1 firmware is only available for model B of the WINC1500, this is used in the MKR1000 board. Unfortunately, the WiFi101 shield uses model A, which Atmel has stopped supporting, so there is no 19.6.1 firmware release for it, 19.4.4 will be the latest firmware version that is compatible.
158158

159-
To simplify the process, we have prepared a specific sketch - this *FirmwareUpdater* - that you must load on the host board (either the one with the shield plugged in, or the MKR1000 itself) and an easy to use plug-in available in Arduino Software (IDE) 1.6.10 onwards.
159+
To simplify the process, we have prepared a specific sketch - this **FirmwareUpdater** - that you must load on the host board (either the one with the shield plugged in, or the MKR1000 itself) and an easy to use plug-in available in Arduino Software (IDE) 1.6.10 onwards.
160160

161161
The `FirmwareUpdater.ino` sketch is available in **Examples > WiFi101**
162162

@@ -180,7 +180,7 @@ To update the firmware you should choose the right typer of board. You can find
180180

181181
![Find the model.](assets/MKR1000_RevA_B_20copy.png)
182182

183-
Choose in the dropdown list the model corresponding to your unit and proceed clicking on the *Update Firmware button*. A bar at the bottom will show you the progress of the procedure that includes erasing, writing and verifying of the firmware. At the end you get a clear notice of the successful operation.
183+
Choose in the dropdown list the model corresponding to your unit and proceed clicking on the **Update Firmware button**. A bar at the bottom will show you the progress of the procedure that includes erasing, writing and verifying of the firmware. At the end you get a clear notice of the successful operation.
184184

185185
![Firmware has been updated.](assets/firmware_uploaded_101.png)
186186

@@ -189,7 +189,7 @@ Choose in the dropdown list the model corresponding to your unit and proceed cli
189189
With the same procedure, you may load root certificates on the WiFi module to access securely specific websites. Your board must be running the **FirmwareUpdater** sketch to work .The root certificates are issued by a limited number of certification authorities, but it is difficult to know which site is using which authority. To ease your life, we allow you to specify directly the URL to which you need to connect securely, leaving to us the task to download the root certificate.
190190
The list you are building is not saved from one session to the next one. It might happen that a few websites share the same root certificate. You don't have to worry about this as we take care of it. The space available on your WiFi module to store the certificates is limited to around 10 certificates that, being issued by a limited number of authorities, should be more than enough for the average projects.
191191

192-
The procedure starts connecting your board (either the one with the shield plugged in, or the MKR1000 itself) to your computer and selecting it from the Tools menu of the Arduino Software (IDE). Load the FirmwareUpdater on the board and launch the *WiFi 101 Firmware Updater* from Tools and go to the third section of the interface.
192+
The procedure starts connecting your board (either the one with the shield plugged in, or the MKR1000 itself) to your computer and selecting it from the Tools menu of the Arduino Software (IDE). Load the FirmwareUpdater on the board and launch the **WiFi 101 Firmware Updater** from Tools and go to the third section of the interface.
193193

194194
![Adding SSL root certificates.](assets/certificates_upload_101.png)
195195

content/hardware/01.mkr/01.boards/mkr-nb-1500/tutorials/securely-connecting-an-arduino-nb-1500-to-azure-iot-hub/securely-connecting-an-arduino-nb-1500-to-azure-iot-hub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ In the Azure IoT Hub portal, click the device id row in the IoT Devices table fo
155155

156156
![Click "Message to device"](assets/screen_shot_2019-02-06_at_12_06_14_pm_554ggffxiP.png)
157157

158-
You can now enter a message body to send to the device, in the screenshot below "*Hello there :)*" was entered. Click the "Send Message" button in the toolbar to send the message.
158+
You can now enter a message body to send to the device, in the screenshot below "**Hello there :)**" was entered. Click the "Send Message" button in the toolbar to send the message.
159159

160160
![Send your message!](assets/screen_shot_2019-02-06_at_12_07_18_pm_jZHRAyebN2.png)
161161

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/VidorDrawLogo/VidorDrawLogo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ void loop()
126126
```
127127

128128

129-
*Last revision 2018/07/22 by SM*
129+
**Last revision 2018/07/22 by SM**

content/hardware/01.mkr/01.boards/mkr-vidor-4000/tutorials/VidorEnableCam/VidorEnableCam.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ void loop()
107107
```
108108

109109

110-
*Last revision 2018/07/22 by SM*
110+
**Last revision 2018/07/22 by SM**

0 commit comments

Comments
 (0)