Friday 29 November 2013

WEEK 11 (Poster & Pamplet)

The fyp exhibition is around the corner. It is nerve-wrecking for all students who are taking fyp this semester. So today, at 3pm, we had FYP briefing at TTL. This was the second briefing. The lecturer gave informations regarding FYP presentation and exhibition that will be held on the Engineering Day.
This week, we worked on the poster and pamplet. This were the requirements of fyp presentation.
These are the outlines for our poster and pamplet.


Poster



Outer Cover Pamplet

Inner Cover Pamplet

Friday 22 November 2013

WEEK 10 (Finishing Product)

Most of all, we had finished the circuit but did not on the product. As for the dustbin, we borrowed the admin's small dustbin and as for the casing, we used cardboard to place the circuit on it.
This week we finalized the finishing product.


Saturday 16 November 2013

WEEK 9 (Project Result)

The result of the tests performed between the connection of hardware, software and operational range of the GSM module. The control panel circuit was connected with the power supply, then the infrared sensor detect movement and produce a long fall sound. When the dustbin is full the infrared sensor will detect and send command to GSM modem through microcontroller. Then its result to receiving alert that indicate the dustbin is full as shown in poster. 

Saturday 9 November 2013

WEEK 8 (Control Panel)


This we start work on our final report and also draw the circuit diagram for control panel circuit to be attach in final report at hardware development section.






Friday 1 November 2013

WEEK 7 (Software Development)

For software development we have use the Microcode Studio software.

MicroCode Studio is a powerful, visual Integrated Development Environment (IDE) with In Circuit Debugging (ICD) capability designed specifically for microEngineering Labs PICBASIC PRO™ compiler. Compilation and assembler errors can easily be identified and corrected using the error results window. Just click on a compilation error and MicroCode Studio will automatically take you to the error line. MicroCode Studio even comes with a serial communications window, allowing to debug and view serial output from microcontroller.

The MicroCode Studio ICD communicates with the microcontroller using its hardware USART.  Refer the the Microchip data sheet for the microcontroller used if unsure which pins the device uses for its USART. For example, the PIC16F877A uses PORTC.7 for RX and PORTC.6 for TX. The ICD will work with microcontrollers running at different clock speeds.  However, it is essential that your PBP code has the correct oscillator setting defined. By default, this is 4MHz.


More extensive micro coding has also been used to allow small and simple micro architecture to emulate more powerful architecture with wider word length, more execution units etc; a relatively simple way to achieve software compatibility between different products in a processor family.
            To develop program in the PIC, microcode have been used to program the sensor so that it applicable of the chicken coop environment. Actually microcode is easily to be used and understand for the beginner programmer. It does not have to see the difficult term to write the programmed.