You are on page 1of 7

x

MICROCONTROLLER TUTORIAL

From here beginners can get useful informations with details and can get instructions with step by step picture.
HOME
FREE SOFTWARE DOWNLOAD SOURCE AND DESIGN
ABOUT
FREE DOWNLOAD

FREE DOWNLOAD

PIC EXPERIMENT KIT [FOR 28PIN] WITH PCB DESIGN


NAASIF NOMAAN 4:07 AM EXPERIMENT KIT, MICROCONTROLLER, MIKROC, PCB, PIC TUTORIAL, PIC18F2550 NO COMMENTS

Today I will share an Experiment Kit . Changing connections in breadboard is really disgusting and this problem can be recovered by using this
experiment kit.
This Experiment kit contains :
1. USB Connector
2. Serial Connector
3. 4 Push Button
4. LCD Display[16x2]
5. Female Connector for Bluetooth Device
One more thing , each pin of microcontroller is connected with female connector so that each pin can be used individually .We can provide
power supply +5v to breadboard from this kit .

Required Parts List :


1. IC Base 28 pin
2.IC Base 16 pin
3. capacitor 22pf ceramic qty=2 .
4. capacitor 220 nf qty=2
5.capacitor 1uf 50v qty=5
6. Crystal 12MHz qty=1
7. LM 35 [Temperature Sensor]
8. DC Socket qty=1
9.Resistor 10k ohm qty=4
10. Resistor 470 0hm qty=6
11.Variable Resistor 5kohm qty=1
12. LCD Display[16x2] qty=1
13. Seven Sigment Dispay qty=1
14.Push Button qty=4
15. USB Connector B-type qty=1
16. DB9F Connector qty=1
17. IC--> Max232 qty=1
18. IC--> Pic 18f2550[or another PIC Microcontroller ,if you want]
19.Female Connector qty =3
20.L -Shaped Male Connector qty=1 & LED qty=6 [Color depends on you] .
Those parts are required and if you are in Bangladesh contact to TechShopBD.
TechShopBD's Website ->> http://www.techshopbd.com/

Look at here :

converted by Web2PDFConvert.com

Instructions are given on that picture Position of 1uf capacitor & where to connect 470 ohm resistor etc. Be careful about that 1uf capacitor
should be at least 20 volt and polar. During soldering you should be careful about [ +/- ] position .
The pcb design has been provided in the Download Link given below .

converted by Web2PDFConvert.com

Next time in future i will show how to make PCB at home inshaallah.Now i am describing about the using of this experiment kit.

PORT A:
Pin A0-> for LM35 [it is static and final, you cannot change it]
Pin A1->for another adc input[]
From A2 to A5 for 4 push button , those will work with logical 0 .
[These pins are always remaining with +5v ]
nk
PORT B : B7 to B2 for LCD Display
LCD Configuration:
sbit LCD_RS at LATB7_bit;
sbit LCD_EN at LATB6_bit;
sbit LCD_D4 at LATB5_bit;
sbit LCD_D5 at LATB4_bit;
sbit LCD_D6 at LATB3_bit;
sbit LCD_D7 at LATB2_bit;
//////////////////////////////////////////////
Pin B1 and Pin B0 are connected with two LED .Where each led's +end is connected with microcontroller.[If microcontroller provide '1' , Led
will be ON and during 0 ,it will remain OFF]
You have to write code according to this configuration .

converted by Web2PDFConvert.com

Experiment Kit

One more thing, here an option given for 7 Segment Display .But it has no connection with microcontroller. Female Connectors have been given
so that you can connect it manually .

Download Link
You can watch this experiment kit at Youtube .
YouTube VideoLink
For any mistake ,please pardon me .

Thank You !

converted by Web2PDFConvert.com

+1 Recommend this on Google

Reactions:

Facebook

Twitter

Google+

Stumble

Digg

Home

Older Post

RELATED POSTS:

Usb 1.0 Interfacing


With PIC Microc...
Bipolar Stepper
Motor Interfacing ...

Unipolar Stepper
Motor Interfacing...

Servo Motor
Interfacing With PIC
...

Real Time Digital


Clock Using DS130...

Create Musical Tone


Using PIC Micro...

Matrix [4x4] Keypad


interfacing w...

Create Blinking LED


Project Using ...
Related Posts Widget

0 comments:
Post a Comment
Enter your comment...

Comment as: Select profile...

Publish

Preview

Links to this post


Create a Link

Subscribe to: Post Comments (Atom)


Search
Search Here

Bookmark this Blog


converted by Web2PDFConvert.com

POPULAR

ALL POSTS

POSTS

Create Musical Tone Using PIC Microcontroller[Step by Step ]


In this tutorial , i will show how to create melody using microcontroller and in this tutorial i will use pic18f2550 microcontroller .So ...

Servo Motor Interfacing With PIC Microcontroller ( PIC18F2550 ) in Proteus [step by step]
Servo Motor Servo motors are very popular in the field of robotics .In this tutorial i will show how to interface servo motor w...

Rs 232 , Serial Communication with PIC Microcontroller in Proteus [step by step details]
Basically a microcontroller or computer can communicate with other computer through serial communication. .If we would like to
make a suc...
Matrix [4x4] Keypad interfacing with PIC Microcontroller [ PIC18f2550 ] in Proteus [Step by Step]
Matrix Keypad interfacing with PIC Microcontroller [ PIC18f2550 ] in Proteus [Step by Step] Basically a matrix keypad[ 4x4] can b...

Real Time Digital Clock Using DS1307 and PIC Microcontroller [step by step ]
This tutorial contains description about microcontroller based digital clock and DS1307 .We know microcontroller is a computer and
specifi...
Lcd 16x2 Display Interfacing with Microcontroller [step by step]
Lcd 16x2 Display In this tutorial , i will show how to interface LCD display with pic18f2550 microcontroller . Generally LCD ...

Create Blinking LED Project Using PIC Microcontroller [ PIC18F2550 ] [ step by step ]
Hi, If you are a beginner , it is perfect to start with blinking led .This is a very simple project and we need 7 LED and PIC 18F25...

Usb 1.0 Interfacing With PIC Microcontroller [step by step tutorial]


USB communication is better than serial communication , i think . Hardware interfacing is very easier than Rs 232 . In USB 1.0
communicatio...
Powered by Blogger.

Your email Address...

Subscribe

ADS

converted by Web2PDFConvert.com

Microcontroller Tutorial
Like
15 people like Microcontroller Tutorial.

Facebook social plugin

ADF.LY

Copyright 2015 Microcontroller Tutorial | Powered By Blogger


Distributed By Blogger Template | Blogger Theme By NewBloggerThemes
Back to Top

converted by Web2PDFConvert.com

You might also like