Internet of Things (iotl) Codes

If the code doesn't load, you can check it out on GitHub

Group B

Q5: Write a program using Arduino to control LED (One or more ON/OFF) or Blinking.


                

Q6: Create a program that illuminates the green LED if the counter is less than 100, illuminates the yellow LED otherwise.


                

Q7: Create a program so that when the user enters 'b', the green light blinks, 'g' the green light is illuminated, 'y' the yellow light is illuminated, and 'r' the red light is illuminated.


                

Q8: Write a program that asks the user for a number and outputs the number squared.


                

Q10: Write a program to read the temperature sensor and send the values to the serial monitor on the computer.


                

Q12: Write a program to show the temperature and display a graph of the recent measurements.