Skip to content

Commit

Permalink
2.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo-it committed Oct 10, 2024
1 parent 9a2ad75 commit 7ad64f1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
24 changes: 9 additions & 15 deletions content/hardware/01.mkr/01.boards/mkr-wifi-1010/essentials.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
productsLibrariesMap:
- wifinina
- WiFiNINA
- arduinomqttclient
- arduinoble
---

<EssentialsColumn title="First Steps">
<EssentialElement title="Quickstart Guide" link="/software/ide-v2/tutorials/ide-v2-board-manager" type="getting-started">
All you need to know to get started with your new Arduino board.
Expand All @@ -7,23 +15,9 @@
</EssentialElement>
</EssentialsColumn>

<EssentialsColumn title="Suggested Libraries">
<EssentialElement title="WiFiNINA" type="library" link="https://www.arduino.cc/en/Reference/WiFiNINA">
The WiFiNINA library is designed to use the NINA-W102 module, which allows your Arduino to connect to the Internet, either as a server accepting incoming connections or a client making outgoing ones.
</EssentialElement>

<EssentialElement title="ArduinoMqttClient" type="library" link="https://www.arduino.cc/reference/en/libraries/arduinomqttclient/">
The ArduinoMqttClient library allows you to send and receive MQTT messages using Arduino. Connect to brokers, publish and subscribe to topics. A great library for devices to communicate over the Internet.
</EssentialElement>

<EssentialElement title="ArduinoBLE" type="library" link="https://www.arduino.cc/en/Reference/ArduinoBLE">
The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above.
</EssentialElement>
</EssentialsColumn>

<EssentialsColumn title="Arduino Basics">
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
</EssentialElement>
<EssentialElement title="Learn" type="resource" link="/learn">
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "^2.0.19",
"@arduino/docs-arduino-cc": "^2.0.20",
"gatsby": "^5.11.0",
"gatsby-background-image": "^1.6.0",
"gatsby-image": "^3.11.0",
Expand Down

0 comments on commit 7ad64f1

Please sign in to comment.