Getting Started


Follow these steps to begin developing your projects with SensEdu.

If you prefer video tutorials, we have an installation guide on YouTube (not yet).

Step 1 : Download and Install Arduino IDE

Step 2 : Open the Boards Manager tab, search for giga and install the latest version of Arduino Mbed OS Giga Boards package

drawing

Step 3 : Download the latest SensEdu release

drawing

Step 4 : Unzip downloaded files to a preferred location on your system

Step 5 : Move extracted contents of library folder to the Arduino folder My Documents\Arduino\libraries\

Step 6 : Navigate to File → Examples → SensEdu and select Blink_Delay example

Step 7 : Select Arduino Giga R1 board and corresponding COM port

Step 8 : Click Upload to compile and upload the sketch to your board. If the built-in LED starts blinking, the setup was successful!

drawing

drawing

Post-Setup

Now that your setup is complete, you can start developing your projects with SensEdu! Here are some next steps to get started:

  • Explore the Library wiki section for detailed examples of each peripheral
  • Check out sample projects in projects\ folder, and respective Projects section
  • For troubleshooting or guidance, visit the Help section

If you are interested in contributing to SensEdu, visit the Contributing page and join our community!