(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:PIC Tutorials]]
 
[[Category:PIC Tutorials]]
 +
[[Category:8051_tutorials]]
 +
[[Category:Cp2102 Chip]]
 +
[[Category:oneMicro PIC16F877A]]
 +
[[Category:OneMicro PIC18F4520]]
  
The Explore Ultra PIC Kit comes with all the things required, not just for this experiment but for the entire series. And even if you think of migrating to PIC or Arduino, you'll have breakout boards that fit on to this, hence we believe it is a great investment for learning hands on Embedded Systems. The kit is fully open source, you may use the schematics, the design files and all of the source code and build something cool on your own. And when you do that do not forget to share with us what you've done. We would be happy to see you building something cool.
+
In this tutorial, we will see how to install the Cp2102 Usb to Serial Drivers.<br>
 +
Download the Usb2Serial drivers for [https://github.com/ExploreEmbedded/CP2102-Usb2Serial-Drivers/archive/master.zip this link] and follow the below steps to install the Usb-To-Serial drivers.
 +
[[File:0Usb2Serial.png]]<br><br>
  
[[FILE:Ultra one.PNG]]
+
=Steps to Install the Drivers=
 +
<b>Step1:</b>Connect the USB2Serial breakout/Starter 8051 board to system using the USB cable.
 +
Open the device manager, now the device will be listed in other devices as proper drivers are not installed.
 +
[[FILE:Usb2Serial 01.png]] <br>
  
The latest version of Ultra PIC dev kit is modular  in both hardware and software. The kit comprises of the Ultra One Base Board and PIC breakout board as the main components.
+
<b>Step2:</b>Now right click on the Cp2102 Usb to UART Bridge Controller and select Update Driver Software option.  
 +
[[FILE:Usb2Serial 02.png]] <br>
  
The PIC breakout board comes with 16F877A, however  you may use any other 40 pin PIC MCUs like the 18F4550. The 16F877A comes with a UART bootloader hence no external programmer is required.
+
<b>Step3:</b>Browse and select the folder where the drivers are copied.  
 +
[[FILE:Usb2Serial 03.png]] <br>
  
The Ultra One baseboard can additionally be used with  several AVR, 8051 and Arduino Microcontrollers, we beleive this kit to is a solid gate way to Embedded Systems. This is not it, even the USB to Serial Convertor on board is moduler, you can take it off and use it any of the other projects. The base board is fully open, no peripheral is directly connected to the MCU breakout board. You may connect any peripheral to any port/pin you wish.
+
<b>Step4:</b>Select this folder for installing the drivers.  
 +
[[FILE:Usb2Serial 04.png]] <br>
  
The newer version also supports 128x64 Graphics display as well as 128x64 OLED display. The story of the Ultra Kit does not end here, we have even made the code libraries for all major 8 bit microcontrollers modular. It means you can simple upgrade or even switch your project to a different microcontroller/architecture without changing your application code. The kit ships with all the additional stuff mentioned below to get you started; kickstart you're embedded development. What are you waiting for?
+
<b>Step4:</b>The below screen shot shows the successful installation of drivers.
 +
[[FILE:Usb2Serial 05.png]] <br>
  
Kit Contents:
+
<b>Step5:</b>Now the device will be listed under PORTS with unique serial port assigned.
Explore ULTRA PIC Development Board with following Modules, ICs and Interfaces:
+
[[FILE:Usb2Serial 06.png]] <br>
#DS1307 RTC.
+
#24C16 EEPROM
+
#Micro SD
+
#Four Seven Segment Displays
+
#Eight  LEDs
+
#4 x 4 Keypad
+
#Temperature Sensor LM35
+
#LDR
+
#Buzzer
+
#L293D Motor Driver.
+
#Two Relays.
+
#Eight DIP switches.
+
#Breakout for 20X4 character LCD.
+
#Breakout for 128X64 LCD.
+
#Breakout for OLED.
+
#Breakout for Zigbee.
+
  
=Software Setup=
+
=Downloads=
*Compiler Installation: Download and Install the MPlabx IDE and x8 compiler.  
+
Cp2102 Usb to Serial drivers can be downloaded [https://github.com/ExploreEmbedded/CP2102-Usb2Serial-Drivers/archive/master.zip this link].
*Usb2Serial Driver Installation.
+
*Check [[PIC Software Setup|this tutorial]] for setting up the project to generate the .hex file.
+
* [[Flashing Hex File Using Pickit2|Uploading Hex File Using Pickit2.]]
+
* [[Uploading Hex File Using Ds30 Bootloader|Uploading Hex File Using Ds30 Bootloader.]]
+
  
=GPIO Test=
 
  
=LCD 8-bit Test=
+
Have an opinion, suggestion , question or feedback about the article let it out here!
 
+
{{DISQUS}}
=LCD 4-bit Test=
+
 
+
=Seven Segment Test=
+
 
+
=RTC Test=
+
 
+
=EEprom Test=
+
 
+
=Adc Test=
+
 
+
=Keypad Test=
+

Latest revision as of 13:51, 9 September 2016


In this tutorial, we will see how to install the Cp2102 Usb to Serial Drivers.
Download the Usb2Serial drivers for this link and follow the below steps to install the Usb-To-Serial drivers. 0Usb2Serial.png

Steps to Install the Drivers

Step1:Connect the USB2Serial breakout/Starter 8051 board to system using the USB cable. Open the device manager, now the device will be listed in other devices as proper drivers are not installed. Usb2Serial 01.png

Step2:Now right click on the Cp2102 Usb to UART Bridge Controller and select Update Driver Software option. Usb2Serial 02.png

Step3:Browse and select the folder where the drivers are copied. Usb2Serial 03.png

Step4:Select this folder for installing the drivers. Usb2Serial 04.png

Step4:The below screen shot shows the successful installation of drivers. Usb2Serial 05.png

Step5:Now the device will be listed under PORTS with unique serial port assigned. Usb2Serial 06.png

Downloads

Cp2102 Usb to Serial drivers can be downloaded this link.


Have an opinion, suggestion , question or feedback about the article let it out here!