Line 9: Line 9:
  
  
=Arduino 1.6.8=
 
 
Download and install the Arduino IDE from [https://www.arduino.cc/en/Main/Software this link].<br>  
 
Download and install the Arduino IDE from [https://www.arduino.cc/en/Main/Software this link].<br>  
 
Now run the the IDE and go to Library Manager <b>Sketch->Board->Board Manager</b>.<br>
 
Now run the the IDE and go to Library Manager <b>Sketch->Board->Board Manager</b>.<br>

Revision as of 12:34, 23 June 2016

In this tutorial we will see how to setup the Arduino IDE for FreeRTOS.
After setting up the IDE, we will run the first FreeRTOS example on Arduino Uno.




Setting Up

Download and install the Arduino IDE from this link.
Now run the the IDE and go to Library Manager Sketch->Board->Board Manager.
Now search for FreeRTOS and select the latest version of FreeRTOS and click on Install as shown in below image.
ArduinoFreeRTOSSetup01.png

Once it is installed, open the first example from File->Examples->FreeRTOS->01-TaskSwitching as shown in below image.
Compile and upload the code. Open the serial monitor and select 9600 baud rate.




http://www.freertos.org/a00111.html