Final Project Development - The Notes

Tasks:
To complete the final project and tracking the progress:

 

What tasks have been completed? And what tasks remain?

Tasks completed:

 

Tasks to be completed:

 

What has worked? And what hasn't?

 

What questions need to be resolved?

 

What have been learned?

 

Notes Taken during the Development Process

Reflectance Line Sensor
Specifications:

The reflectance sensor has single infrared LED and a phototransistor pair. The phototransistor uses a capacitor discharge circuit that allows a digital I/O line on a microcontroller to take an analog reading of reflected IR by measuring the discharge time of the capacitor. Shorter capacitor discharge time is an indication of greater reflection.
The LED current-limiting resistor is set to deliver approximately 20-25 mA to the LED when VIN is 5 V. The current requirement can be met by some microcontroller I/O lines, allowing the sensor to be powered up and down through an I/O line to conserve power. The following shows the functional circuit diagram of the line sensor. More information can be found from this link.

Arduino library for the Pololu QTR reflectance sensors can be downloaded here. Unzipped the folder and place it at Arduino's libraries in local C:\ drive.

1-Channel Relay Module
Specifications:

A Relay is a digital switch to control higher voltages and currents than the normal boards does. When inputs a logic voltage, the relay will switch to allow current to flow or cutoff, depending on the wiring. A Relay usually consists of a coil, 1 common terminal, 1 normally closed terminal and one normally open terminal. When the coil is energized, the common terminal and the normally open terminal will have continuity. More information can be found from this link.

Power Supply for the 3D Printer
Specifications:

To decide wether the relay should be installed at the inlet or the outlet of the power supply. After some discussion and consultation with colleagues, the relay is placed at the outlet since it is DC (Direct Current) and has a much lower voltage. Thus, it is safer to install and also easier to find a relay.

 

The followings were the references read.