Date: 26th - 30th March 2012
I have started my work on Arduino, my chosen microcontroller, and Zigbee, as my wireless medium. My lecturer, Mr. Zul had agreed to help me purchase Arduino Uno R3 and Xbee module.
I chose Arduino as my microcontroller because it is an open-source physical computing platform based on a simple
i/o board and a development environment that implements the Processing/Wiring language. The beauty of open-source is that, the IDE can be downloaded for free.
Arduino Uno R3 Features:
- ATmega328 microcontroller
- Input voltage - 7-12V
- 14 Digital I/O Pins (6 PWM outputs)
- 6 Analog Inputs
- 32k Flash Memory
- 16Mhz Clock Speed
![]() |
| Xbee 1mW 802.15.4 |
I chose Xbee because it allows a very reliable and simple communication between microcontrollers, computers, systems, and anything with a serial port. Point to point and multi-point networks are
supported.
Features:
- 3.3V @ 50mA
- 250kbps Max data rate
- 1mW output (+0dBm)
- 300ft (100m) range
- Built-in antenna
- Fully FCC certified
- 6 10-bit ADC input pins
- 8 digital IO pins
- 128-bit encryption
- Local or over-air configuration
- AT or API command set



