|
| 1 | +<EssentialsColumn title="Guides"> |
| 2 | + <EssentialElement title="Quickstart Guide" type="getting-started" link="/software/ide-v1/installing-mbed-os-nano-boards"> |
| 3 | + All you need to know to get started with your new Arduino board. |
| 4 | + </EssentialElement> |
| 5 | + |
| 6 | + <EssentialElement title="BLE Sense Rev 2 Cheat Sheet" type="tutorial" link="/tutorials/nano-33-ble-sense-rev2/cheat-sheet"> |
| 7 | + Learn about the Nano 33 BLE Sense Rev 2 onboard sensors, supported serial & wireless protocols, pins and much more. |
| 8 | + </EssentialElement> |
| 9 | + |
| 10 | + <EssentialElement title="Nano Hardware Design Guide" type="tutorial" link="/learn/hardware/nano-pcb-guide"> |
| 11 | + Learn how to create your own custom hardware that is compatible with the Arduino Nano Family. |
| 12 | + </EssentialElement> |
| 13 | + |
| 14 | + <EssentialElement title="Community Projects" type="tutorial" link="/tutorials/nano-33-ble-sense-rev2/community-projects"> |
| 15 | + Discover interesting projects from the community based on the Nano 33 BLE Sense board. |
| 16 | + </EssentialElement> |
| 17 | + |
| 18 | +</EssentialsColumn> |
| 19 | + |
| 20 | +<EssentialsColumn title="Suggested Libraries"> |
| 21 | + |
| 22 | + <EssentialElement title="ArduinoBLE" type="library" link="https://www.arduino.cc/en/Reference/ArduinoBLE"> |
| 23 | +The ArduinoBLE library is designed for Arduino boards that have hardware enabled for Bluetooth® Low Energy and Bluetooth® 4.0 and above. |
| 24 | + </EssentialElement> |
| 25 | + |
| 26 | + <EssentialElement title="Combined Bosch BMI270 and BMM150" type="library" link="https://github.com/arduino-libraries/Arduino_BMI270_BMM150"> |
| 27 | +The Combined Bosch BMI270 and BMM150 Library is designed to be used with the BMI270 and BMM150 ICs onboard, together acting as a 9-axis IMU including a 3-axis accelerometer, 3-axis gyroscope and a 3-axis magnetometer. |
| 28 | + </EssentialElement> |
| 29 | + |
| 30 | +<!-- |
| 31 | + <EssentialElement title="Arduino_HS3003" type="library" link="???"> |
| 32 | +The Arduino_HTS221 library is designed for reading temperature and humidity values from the HTS221 sensor. |
| 33 | + </EssentialElement> |
| 34 | +--> |
| 35 | + |
| 36 | + <EssentialElement title="PDM" type="library" link="https://www.arduino.cc/en/Reference/PDM"> |
| 37 | +The PDM library allows you to use PDM (Pulse-density modulation) microphones, like the MP34DT05 onboard the Arduino Nano 33 BLE Sense. |
| 38 | + </EssentialElement> |
| 39 | + |
| 40 | + <EssentialElement title="Arduino_APDS9960" type="library" link="https://www.arduino.cc/en/Reference/ArduinoAPDS9960"> |
| 41 | +The Arduino_APDS9960 library allows you to use the APDS9960 sensor available on the Arduino Nano 33 BLE Sense to read gestures, color, light intensity and proximity. |
| 42 | + </EssentialElement> |
| 43 | + |
| 44 | +</EssentialsColumn> |
| 45 | + |
| 46 | +<EssentialsColumn title="Arduino Basics"> |
| 47 | + <EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/"> |
| 48 | + Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands. |
| 49 | + </EssentialElement> |
| 50 | + <EssentialElement title="Learn" type="resource" link="/learn/"> |
| 51 | + Discover interesting articles, principles and techniques related to the Arduino ecosystem. |
| 52 | + </EssentialElement> |
| 53 | + <EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/"> |
| 54 | + Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure. |
| 55 | + </EssentialElement> |
| 56 | +</EssentialsColumn> |
0 commit comments