is mandatory to present/demonstrate your masterpiece (electronic gadget) with written reports. ! • Electronic Gadget • Must have some sensor • Report • Written reports • Circuit Diagram
UART(≒Serial) interface • RX (pin2), TX (pin3) (Check with pin mapping) http://arduino.cc/en/Hacking/PinMapping168 • Connect RX to TX, TX to RX • 328 TX -> AE-UW232R RxD • 328 RX -> AE-UW232R TxD • Use Serial library to setup serial connection • Serial.begin to setup the connection • Serial.println to send the data to PC
through serial • http://web.sfc.keio.ac.jp/~takefuji/led3.tar ! • If you have done, draw diagram • AE-UM232R fritzing data http://www.densikit.com/home/fritzing
the sensor value is > 250 • It works with specific LED but not works mine (for example) • Threshold should be based on the environment • Sensor LED data several times • Determine the threshold ! • Let’s change the program!