Thursday, 23 February 2012

Week 6



Title

  • Learn Arduino programmed
  • Arduino can be used to measure heart rate and the coding is open source



Objective

  • We need to learn and understand all the function in Arduino programming which used c++



Content/procedure

  • Search in the internet about arduino in term of the programming sketch, example programming of arduino




Result/Analysis

  • Arduino is simple and easy to use. When power up the board, the code runs; when you want to stop,  just turn it off.
  • Arduino expects two functions to exists—one called setup() and one called loop().

ü  setup() is where you put all the code that you want to execute once at the beginning of your program
ü  loop() contains the core of your program, which is executed over and over again. 

Conclusion

  • Arduino Uno is used C++ code and used IC Atmega 328 which is not expensive.
  • The code is open source which means we can get the code from the internet but we need alter the code suitable for our project



                               Arduino Alpha Programmed

No comments:

Post a Comment