IoT Assignment #10 - Programming IoT using IBM Watson IoT This assignment is to be done individually and is worth a total of 4% of the final mark. In this assignment, you will be required to do the following. 1. Use any any board (Arduino, Raspberry Pi, ARTIK), any IDE (Arduino IDE, ARTIK IDE) & IBM Watson IoT 2. Use the Humidity/Temperature Sensor used in the previous assignment to monitor the humidity and temperature. 3. Report these sensed data to IBM Watson IoT every minute. 4. You should be able to show the monitored data using the IBM Watson IoT. 5. When the temperature goes above 30 degrees Celcius, the IBM Watson IoT should send an action to the board to turn the Red color on the LED. When the temperature goes below 25 degrees, the Red color should be turned off. When the temperature reaches 20 degrees or less, the Blue colar on the LED should be turned on. When the temperature goes above 20 degrees, the Blue color should be turned off. Demonstrate that your work by capturing the program excution results. Submit a zipped package of your source code and demonstration(screenshots or video) via LMS. Have fun!