Skip to content

Commit 6159e5e

Browse files
committed
docs: getting started finished
1 parent cf7f967 commit 6159e5e

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

docs/Getting Started/index.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,27 @@ Follow these steps to begin developing your projects with SensEdu.
4141
Video is broken.
4242
</video>
4343

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
4745

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
4947

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!
5149

52-
If you still have any problems or questions, please refer to the Help section in this wiki
50+
<img src="{{site.baseurl}}/assets/images/select_install.png" alt="drawing"/>
51+
{: .text-center}
5352

53+
<img src="{{site.baseurl}}/assets/images/demo_blink.gif" alt="drawing" width="507"/>
54+
{: .text-center}
5455

55-
Now you are ready, just include "SensEdu.h" into your arduino sketch
56+
## Post-Setup
5657

58+
Now that your setup is complete, you can start developing your projects with SensEdu! Here are some next steps to get started:
59+
* Explore the [Library]({% link Library/index.md %}) wiki section for detailed examples of each peripheral
60+
* Check out sample projects in `projects\` folder, and respective [Projects]({% link Projects/index.md %}) section
61+
* For troubleshooting or guidance, visit the [Help]({% link Help/index.md %}) section
5762

5863
{: .note}
59-
If you want to start as developer and contribute to SensEdu, refer to Contributing page.
64+
If you are interested in contributing to SensEdu, visit the [Contributing]({% link Contributing/index.md %}) page and join our community!
6065

6166
[Arduino IDE]: https://support.arduino.cc/hc/en-us/articles/360019833020-Download-and-install-Arduino-IDE
6267
[SensEdu release]: https://github.com/ShiegeChan/SensEdu/releases/

docs/assets/images/demo_blink.gif

17.1 MB
Loading

docs/assets/images/select_install.png

26.3 KB
Loading

0 commit comments

Comments
 (0)