You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Education and Kits/Science Journal App/Connect-a-board-to-the-Science-Journal-app.md
+19-10
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ id: 4407749620370
5
5
6
6
Learn how to connect a board to the Arduino Science Journal app. In this article:
7
7
8
-
*[Compatible boards](#compatible-boards)
9
-
*[Set up your board](#set-up-your-board)
10
-
*[Connect the Science Journal app](#connect-the-science-journal-app)
11
-
*[Troubleshooting](#troubleshooting)
8
+
-[Compatible boards](#compatible-boards)
9
+
-[Set up your board](#set-up-your-board)
10
+
-[Connect the Science Journal app](#connect-the-science-journal-app)
11
+
-[Troubleshooting](#troubleshooting)
12
12
13
13
---
14
14
@@ -18,10 +18,10 @@ Learn how to connect a board to the Arduino Science Journal app. In this article
18
18
19
19
The Science Journal can be used with the following boards:
20
20
21
-
* Arduino MKR WiFi 1010 (with the Science Carrier, or Science Carrier Rev2)
22
-
* Arduino Nano 33 BLE Sense
23
-
* Arduino Nano 33 BLE Sense Rev2
24
-
* Arduino Nano RP2040 Connect (by itself, or with the Science Carrier R3)
21
+
- Arduino MKR WiFi 1010 (with the Science Carrier, or Science Carrier Rev2)
22
+
- Arduino Nano 33 BLE Sense
23
+
- Arduino Nano 33 BLE Sense Rev2
24
+
- Arduino Nano RP2040 Connect (by itself, or with the Science Carrier R3)
25
25
26
26
> [!NOTE]
27
27
> The MKR WiFi 1010 needs to be connected using the Science Carrier, which is only available in the [Arduino Science Kit Physics Lab](https://store.arduino.cc/products/arduino-science-kit-physics-lab).
@@ -32,8 +32,8 @@ The Science Journal can be used with the following boards:
32
32
33
33
1.**Upload the Science Journal firmware:**
34
34
35
-
* If your board came with a Science Kit, **it will have the the required firmware out-of-the-box**.
36
-
* If you're using a board not included in a Science Kit, an individually bought board replacement, or have flashed the board with different firmware, see [Upload the Science Journal firmware](https://support.arduino.cc/hc/en-us/articles/4408029337746-Upload-the-Science-Journal-firmware).
35
+
- If your board came with a Science Kit, **it will have the the required firmware out-of-the-box**.
36
+
- If you're using a board not included in a Science Kit, an individually bought board replacement, or have flashed the board with different firmware, see [Upload the Science Journal firmware](https://support.arduino.cc/hc/en-us/articles/4408029337746-Upload-the-Science-Journal-firmware).
37
37
38
38
2.**If you're using a Science Carrier:** Connect the board to the Science Carrier, ensuring that the pins (e.g., A1, A2) align properly.
39
39
@@ -76,3 +76,12 @@ Under **Available Devices**, the arrow next to Arduino Boards should be pointing
76
76
If both the Internal sensors and the board sensor categories are expanded, they can be mistaken for a single category. Try swiping up, and tap to collapse the Internal sensors category. Your board may appear below.
77
77
78
78

79
+
80
+
### Ensure your libraries are updated
81
+
82
+
If you’re experiencing connectivity issues, it may be due to outdated libraries. Verify in that the `Arduino_ScienceJournal` and `Arduino_BMI270_BMM150` libraries are both updated to their latest version in the [Library Manager](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE#library-manager) in Arduino IDE.
83
+
84
+
Alternatively, you can download and [manually install](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE#manual-installation) the latest versions from the releases pages:
-[Upload the firmware using the Cloud Editor](#using-the-cloud-editor)
11
+
-[Upload the firmware using Arduino IDE](#using-arduino-ide)
12
12
13
13
<aid="compatible-boards"></a>
14
14
15
15
## Compatible boards
16
16
17
17
The Science Journal can be used with the following boards:
18
18
19
-
* Arduino MKR WiFi 1010 (with the Science Carrier, or Science Carrier Rev2)
20
-
* Arduino Nano 33 BLE Sense
21
-
* Arduino Nano 33 BLE Sense Rev2
22
-
* Arduino Nano RP2040 Connect (by itself, or with the Science Carrier R3)
19
+
- Arduino MKR WiFi 1010 (with the Science Carrier, or Science Carrier Rev2)
20
+
- Arduino Nano 33 BLE Sense
21
+
- Arduino Nano 33 BLE Sense Rev2
22
+
- Arduino Nano RP2040 Connect (by itself, or with the Science Carrier R3)
23
23
24
-
>The MKR WiFi 1010 needs to be connected using the Science Carrier, which is only available in the [Arduino Science Kit Physics Lab](https://store.arduino.cc/products/arduino-science-kit-physics-lab).
24
+
>The MKR WiFi 1010 needs to be connected using the Science Carrier, which is only available in the [Arduino Science Kit Physics Lab](https://store.arduino.cc/products/arduino-science-kit-physics-lab).
25
25
26
26
<aid="board-configuration"></a>
27
27
28
28
## Board configuration overview
29
29
30
30
To use the Science Journal, it is necessary to use different libraries and examples depending on your board or Science Kit. See the table below for an overview:
1. Open the [Cloud Editor](https://support.arduino.cc/hc/en-us/articles/13809101080732-Open-the-Cloud-Editor).
48
+
47
49
2. Connect your board to your computer with a USB cable.
50
+
48
51
3. Select your board in the board dropdown.
49
52
50
53

51
54
52
-
4. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
55
+
4. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
56
+
53
57
5. Click on **Examples** in the left-most sidebar to open the Examples tab. Search the example for your board in the textbox and select it in the results area.
54
58
55
-

59
+

56
60
57
61
6. Click the **Upload** button.
58
62
59
63

60
64
61
65
7. Wait for the process to finish (Compilation for the Nano 33 BLE Sense may take several minutes, and the console will not print any messages during this time).
66
+
62
67
8. When the upload is completed, you can [connect your board to the Science Journal app](https://support.arduino.cc/hc/en-us/articles/4407749620370).
63
68
64
69
<aid="using-arduino-ide"></a>
65
70
66
71
## Upload the firmware using Arduino IDE
67
72
68
73
1. Connect your board to your computer with a USB cable.
74
+
69
75
2. Open Arduino IDE and [select your board](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE).
70
-
3. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
76
+
77
+
3. Check the [Board configuration overview table](#board-configuration) for information about the required library and example for your board.
78
+
71
79
4.[Install the library](https://support.arduino.cc/hc/en-us/articles/5145457742236-Add-libraries-to-Arduino-IDE) for your board.
80
+
81
+
> [!NOTE]
82
+
> Ensure that the `Arduino_ScienceJournal` and `Arduino_BMI270_BMM150` libraries are updated to their latest versions, as outdated libraries may cause connectivity issues.
83
+
72
84
5. In `File > Examples`, hover over the library for your board to reveal the examples and select the example for your board (In IDE 1, the path is `File > Examples > INCOMPATIBLE`).
73
85
74
-

86
+

75
87
76
88
6. Click the **Upload** button.
89
+
77
90
7. Wait for the process to finish (Compilation for the Nano 33 BLE Sense may take several minutes, and the console will not print any messages during this time).
91
+
78
92
8. When the upload is completed, you can [connect your board to the Science Journal app](https://support.arduino.cc/hc/en-us/articles/4407749620370).
0 commit comments