Wednesday, 3 October 2012

Title : Rotary Sensor (encoder)

METHODOLOGY (9)

CONTENT:

5 Rotary Sensor (encoder)




This is a type of sensor that I have used in my project that is Rotary Sensor (encoder). I need 5 encoder sensors in my project, which are first sensor is to detect the speed in range 80-90 Km/H, second sensor is to detect the speed in range <90-100 Km/H, third sensor is to detect the speed in range <100-110 Km/H, fourth sensor is to detect the speed in range <110-120 Km/H. For the fourth sensor it will give a warning that is yellow LED will be turn on and also the buzzer become beep beep, as long as the speed is not slowing down, the buzzer will non stop. For the last sensor which is fifth sensor to detect the speed over <120 Km/H, at this stage red LED will turn on, the buzzer sounds non stop and at the same time GSM module will send SMS to the data base (police,JPJ,LLM) immediately. At this time driver bus can't escape from the legal action because the data base already got the signal (SMS) that inform the driver bus over the speed.

OBJECTIVE:
1.) To learn how to program each sensor according to the process of project.
2.) To make sure the all the sensors function very well.
3.) To consider the sensitivity of the sensors.

CONCLUSION:
Development of all the sensors quiet hard because it involve the program. All the sensors need to program first according to the flow/stage. At last, all the sensors can function very well and succeed.

Friday, 21 September 2012

Title: The GSM module by using AT command

METHODOLOGY (8)

CONTENT:


This is a GSM module that I have used in my project. The type is GSM/GPRS/CDMA and the reference number is G900/180 C800. This GSM module used AT command to make a codding. There are have many type of command depends on what we want to do. For my project, this GSM was used to send SMS only to the data base. So I need to use AT+CMGS to send SMS to number of telephone (data base). If to read the SMS, I need to use another type of command that is AT+CMGR. And if to delete the SMS need to use AT+CMGD. But in my project, I only focus on AT+CMGS command.

The at command is a Command Prompt command that can be used to schedule other commands and programs to run at specific dates and times.

A GSM modem is a specialized type of modem which accepts a SIM card, and operates over a subscription to a mobile operator, just like a mobile phone. From the mobile operator perspective, a GSM modem looks just like a mobile phone.
When a GSM modem is connected to a computer, this allows the computer to use the GSM modem to communicate over the mobile network.  While these GSM modems are most frequently used to provide mobile internet connectivity, many of them can also be used for sending and receiving SMS and MMS messages.
GSM uses a variation of time division multiple access (TDMA) and is the most widely used of the three digital wireless telephony technologies (TDMA, GSM, and CDMA). GSM digitizes and compresses data, then sends it down a channel with two other streams of user data, each in its own time slot. It operates at either the 900 MHz or 1800 MHz frequency band.

OBJECTIVE:
1.) To make the command depends on the process of my project.
2.) To learn and understand how to do the AT command.
3.) To make the GSM function and capable to send SMS.

CONCLUSION:
For this part, I have successfully to do the AT command, this is a new thing that I have learn and do not familiar about it before. But now, I can understand it.

Monday, 10 September 2012

Title: Schematic Diagram for PIC16F877A (2580)

METHODOLOGY (7)


CONTENT:

 PIC16F877A


 


I has designed this schematic diagram by using Protel software.  from the previous post, I have explain about the PIC16F877A.


OBJECTIVE:
1.) To develop the schematic diagram base on the process of project.
2.) To make the circuit so it can be program (burn the PIC)

CONCLUSION:
The schematic diagram was successfully to be designed and also it can be run.