Sunday, September 18, 2011

TASKS 30-36 -- Automation&Robotics: schedule 6

  • 30.  Write a paragraph about the two hardware interrupts on the Arduino
           and how to use them.
    ~
  • 31.  Carry out the interrupt experiment from the Interrupt post.
           Change the code you find here.
    ~
  • 32.  Find the post on the Triple Axis Accelerometer.
          This is an example of a sensor we have to deal with.
    Find out more information about this sensor and compose a schematic illustrating how you would use an Arduino to real acceleration in three dimensions and display the outputs.
    Your blog output should contain a schematic and code.
    ~
  • 33.  Find a pin-out of the XbeePro.
           Using just Arduino's Tx, Rx ,Gnd and 3.3 VCC draw a quick schematic of how two Arduinos would talk to each other without wires.
    ~
  • 34.  Use the above two tasks to produce a schematic of  a circuit
           that would read the accelerometer 's three axis readings and then output to an Arduino and then broadcast out to another Arduino that would send the data to a serial terminal for saving in a file.
    ~
  • 35.  Write the Arduino code for the sender that reads the accelerometer
           values and sends them via the XbeePro.
    ~
  • 36.   Write the Arduino code for the receiver that's attached to the PC.

    No comments:

    Post a Comment