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: docs/Getting Started/index.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,22 +41,27 @@ Follow these steps to begin developing your projects with SensEdu.
41
41
Video is broken.
42
42
</video>
43
43
44
-
---
45
-
46
-
**Step 6**{: .text-green-200} : Open SensEdu example goinf to ..., then select arduino giga r1 board and port and try to run example. Open Serial monitor and you should see numbers running
44
+
**Step 6**{: .text-green-200} : Navigate to `File → Examples → SensEdu` and select `Blink_Delay` example
47
45
48
-
Now you are good to go, you can create an arduino sketch, include SensEdu.h and start developing. Look into other sensedu examples to explore its capablities and projects in `projects\` folder as well.
46
+
**Step 7**{: .text-green-200} : Select `Arduino Giga R1` board and corresponding COM port
49
47
50
-
Read through Library section for better understanding of sensedu framework.
48
+
**Step 8**{: .text-green-200} : Click **Upload** to compile and upload the sketch to your board. If the built-in LED starts blinking, the setup was successful!
51
49
52
-
If you still have any problems or questions, please refer to the Help section in this wiki
0 commit comments