USB communication is better than serial communication , i think . Hardware interfacing is very easier than Rs 232 . In U...
Description
MICROCONTROLLER TUTORIAL [STEP BY STEP] Pic Microcontroller Tutorial For Beginners With Step By Step Picture.
HOME
FREE SOFTWARE DOWNLOAD
SOURCE AND DESIGN
FREE DOWNLOAD
FREE DOWNLOAD
Search
USB 1.0 INTERFACING WITH PIC MICROCONTROLLER [STEP BY STEP TUTORIAL] NAASIF NOMAAN 8:08 AM INTERFACING, MICROCONTROLLER, PIC, PIC18F2550, STEP BY STEP, USB, USB 1.0, WITH NO COMMENTS
ABOUT
Search in this Blog!
Bookmark this Blog POPULAR POSTS
ALL POSTS
POPULAR POSTS
USB communication is better than serial communication , i think . Hardware interfacing is very easier than Rs 232 . In USB 1.0 communication Low Speed -1.5Mbit/second & High Speed -12Mbit/second . The upgrade version brings upgrade speed than older . USB-3.0 has higher speed , 5Gbit/second and it's called super speed .For more information you can visit this page >> Wikipedia Usb. In this tutorial i will use pic18f2550 microcontroller & it is very popular for usb .Now you can make a question , when usb gets high speed or low speed . At 6MHz clock we will get low speed and at 48MHz Clock we will get High speed . In this tutorial we will try to make higher speed connection .We are not going to use 48MHz ,because it is very noisy .We will try another technique instead of it .Microchip company provides internal PLL( Phase Locked Loop ) circuit in some of speciäc products and pic18f2550 has internal PLL Circuit .Now look at the picture :
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 be c... Bipolar Stepper Motor Interfacing With PIC Microcontroller (PIC18F2550) in Proteus [step by step] Stepper Motor (animation source : wikipedia) Stepper Motors and It's Working Princ... 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 speciä... How to make PCB (Printed Circuit Board) at Home [step by step] Today i will show how to make PCB at home . PCB means Printed Circuit Board . Would you like to know more about PCB? , please follow the l...
PLL Circuit
The PLL circuit converts 4MHz clock to 48MHz clock .So, we need 4MHz clock . We have to divide the clock in such way so that we can get result 4MHz. Look at here , If we use 20MHz divide it by 5 and we get 4 .Example : (20/5)=4 ,(12/3)=4.. .We have to deäne this in the source code. Now let's create a project in Proteus 8.
Proteus 8 Circuit : Step 1:
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... Microcontroller Project : Digital Voting Machine using PIC Microcontroller ( PIC18f2550 ) Generally Digital Voting Machine is one kind of microcontroller based machine which can be performed in election . Once i had made Di... Servo Motor Interfacing With PIC Microcontroller ( PIC18F2550 ) in Proteus [step by step] Servo Motor Servo motors are very popular in the äeld of robotics .In this tutorial i will show how to interface servo motor wit...
How to Create Project in Proteus _1
Step 2:
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 communic... Lcd 16x2 Scrolling Display Using PIC Microcontroller [Step by Step] In this tutorial , i will show how to make a Scrolling Display using LCD and PIC18F2550 . Generally LCD display has 16 pins . 16x... Introduction to PIC 18F2550 Micocontroller Microcontroller : Basically microcontroller is one kind of Integrated circuit (IC) which can be deäned as the single chip...
How to Create Project in Proteus 8_2
Powered by Blogger. Live Trafäc Stats
Step3 :
ALL POSTS ▼ 15 (15) ► Jul (5) ► Jun (2) ▼ Jan (8) PIC Experiment Kit [for 28pin] with PCB Design Usb 1.0 Interfacing With PIC Microcontroller [step... Rs 232 , Serial Communication with PIC Microcontro... How to Create Project in Proteus 8_3
Servo Motor Interfacing With PIC Microcontroller... DC Motor Interfacing with PIC Microcontroller ( PI...
Step 4:
Bipolar Stepper Motor Interfacing With PIC Microco... Unipolar Stepper Motor Interfacing With PIC Microc... Real Time Digital Clock Using DS1307 and PIC Micro... ► 14 (7)
TAGS
pic18f2550 (14) microcontroller (11) using (11) How to (9) step by step (9) Step 5:
time (1) tone (1) usb 1.0 (1) voltmeter (1) voting (1) work (1)
Step 6:
GOOGLE+ FOLLOWERS
Your email Address... Your email Address...
How to änd parts in Proteus 8
Subscribe
Microcontroller T … 52 likes
Step 7:
Like Page
Share
Be the first of your friends to like this
Usb 1.0 Interfacing With PIC Microcontroller Circuit
Now let's create a project in MikroC , because we need source hex äle to load .
MikroC Code : Step 1:
Create New Project in MikroC_1
Step 2:
Create New Project in MikroC_2
Step 3:
Create New Project in MikroC_3
Step 4:
Include All Library
Step 5:
Editing MikroC project settings_1
Step 6:
Editing MikroC project Settings_2
1. As we know PLL circuit take input 4MHz clock . So we have to divide 12MHz by 3 so that we can get 4MHz clock .If we use 4MHz we have no need this part . 2 & 3 . We are using USB 1.0 and it's High Speed clock 48MHz .So we have to devide it by 2 4 . Here we are using 12MHz Crystal clock and the oscillator selection should be HS Oscillator 5 . We have to enable voltage regulator .Basically it is an internal 3.3 voltage regulator of pic18f2550.If we enable it , it is required to connect vusb pin with a 220 nf capacitor .
Thank you for interesting in our services. We are a non-profit group that run this website to share documents. We need your help to maintenance this website.