microcontrollersdesign.blogspot.com microcontrollersdesign.blogspot.com

microcontrollersdesign.blogspot.com

Microcontrollers

Program to convert ASCII to hex in 8051. ASCII codes 30 to 39 represent 0 to 9 in binary and 41 to 46 represent A to F. Therefore. If the ASCII code is between 30-39h then 30h is subtracted from the code. If the number. Lies between A to F then 37h is subtracted from the code to get its binary equivalent. Mov dptr, #9000h ;load dptr with address 9000h. Movx a,@dptr ; move data from external memory location to a. Clr c ;clear carry bit. Mov r1,a ;move data from a to r1. Subb a,#40h ;subtract 40h from a.

http://microcontrollersdesign.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MICROCONTROLLERSDESIGN.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 19 reviews
5 star
8
4 star
6
3 star
4
2 star
0
1 star
1

Hey there! Start your review of microcontrollersdesign.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

FAVICON PREVIEW

  • microcontrollersdesign.blogspot.com

    16x16

  • microcontrollersdesign.blogspot.com

    32x32

CONTACTS AT MICROCONTROLLERSDESIGN.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Microcontrollers | microcontrollersdesign.blogspot.com Reviews
<META>
DESCRIPTION
Program to convert ASCII to hex in 8051. ASCII codes 30 to 39 represent 0 to 9 in binary and 41 to 46 represent A to F. Therefore. If the ASCII code is between 30-39h then 30h is subtracted from the code. If the number. Lies between A to F then 37h is subtracted from the code to get its binary equivalent. Mov dptr, #9000h ;load dptr with address 9000h. Movx a,@dptr ; move data from external memory location to a. Clr c ;clear carry bit. Mov r1,a ;move data from a to r1. Subb a,#40h ;subtract 40h from a.
<META>
KEYWORDS
1 microcontrollers
2 pages
3 rep sjmp rep
4 0 comments
5 email this
6 blogthis
7 share to twitter
8 share to facebook
9 last sjmp last
10 here sjmp here
CONTENT
Page content here
KEYWORDS ON
PAGE
microcontrollers,pages,rep sjmp rep,0 comments,email this,blogthis,share to twitter,share to facebook,last sjmp last,here sjmp here,delay routine,ret ;return,project title is,circuit diagram 1,circuit diagram 2,download project,schematic diagram 1,program
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Microcontrollers | microcontrollersdesign.blogspot.com Reviews

https://microcontrollersdesign.blogspot.com

Program to convert ASCII to hex in 8051. ASCII codes 30 to 39 represent 0 to 9 in binary and 41 to 46 represent A to F. Therefore. If the ASCII code is between 30-39h then 30h is subtracted from the code. If the number. Lies between A to F then 37h is subtracted from the code to get its binary equivalent. Mov dptr, #9000h ;load dptr with address 9000h. Movx a,@dptr ; move data from external memory location to a. Clr c ;clear carry bit. Mov r1,a ;move data from a to r1. Subb a,#40h ;subtract 40h from a.

INTERNAL PAGES

microcontrollersdesign.blogspot.com microcontrollersdesign.blogspot.com
1

Program to implement BCD counter to count from 0-99 in 8051 | Microcontrollers

http://microcontrollersdesign.blogspot.com/2011/07/program-to-implement-bcd-counter-to.html

Program to implement BCD counter to count from 0-99 in 8051. Here:mov a,#0h ;move 0 to a. Up:mov p0,a ;move data fr. Acall delay ;call delay program. Inc a ;increment a. Da a ;decimal adjust accumulator after addition. Cjne a,#100,up ;compare a with 100, if not equal, jump to location up. Sjmp here ;jump to location here. Delay:mov r1,#0ffh ;move 0ffh to r1. L3:mov r2,#0ffh ;move 0ffh to r2. L2:mov r3,#0ffh ;move 0ffh to r3. L1:djnz r1,l1 ;decrement r1, repeat till r1=0. Program for Dual DAC. PIC 16f84a ...

2

PIC16C54 dual dice electronic project circuit | Microcontrollers

http://microcontrollersdesign.blogspot.com/2011/07/pic16c54-dual-dice-electronic-project.html

PIC16C54 dual dice electronic project circuit. An electronic dice project circuit can be designed in various modes , using logic circuit or using microcontrollers . This electronic project. Is based on the PIC16C54 microcontroller , manufactured by Microchip . This project is a simple dual dice electronic project , that use few external electronic parts and LED displays , to generate ( simulate ) dices . The circuit needs to be powered from a 5 volts DC power supply circuit. The PIC uses its internal RC ...

3

Program to count from 0-9 in 8051 | Microcontrollers

http://microcontrollersdesign.blogspot.com/2011/07/program-to-count-from-0-9-in-8051.html

Program to count from 0-9 in 8051. Here:mov a,#0h ;move 0 to a. Up:mov p0,a ;move data from a to port0. Acall delay ;call delay routine. Add a,#01 ;increment a. Cjne a,#010,up ;compare a with 10, if not equal, jump to location up. Sjmp here ;jump to location here. Delay:mov r1,#0ffh ;move 0ffh to r1. L3:mov r2,#0ffh ;move 0ffh to r2. L2:mov r3,#0ffh ;move 0ffh to r3. L1:djnz r1,l1 ;decrement r1, repeat till r1=0. Djnz r3,l2 ;decrement r3,repeat l2 till r3=0. Djnz r2,l3 ;decrement r2, repeat l3 till r2=0.

4

USB 8051 (89 series) & AVR Microcontroller Programmer | Microcontrollers

http://microcontrollersdesign.blogspot.com/2011/07/usb-8051-89-series-avr-microcontroller.html

USB 8051 (89 series) and AVR Microcontroller Programmer. This simple microcontroller programmer can progam most of the 89 likeAtmel' AT89S51, AT89S52, AT89S53, AT89S8252, AT89S8253 including the Atmel AVR series of microcontroller. It simply consists of an ATMega8 and a couple of passive components. The programmer uses a firmware-only USB driver. No special USB controller. Works under multiple platforms. Linux, Mac OS X and Windows are tested. No special controllers or smd components are needed. You can ...

5

CELLPHONE OPERATED LANDROVER | Microcontrollers

http://microcontrollersdesign.blogspot.com/2011/07/cellphone-operated-landrover.html

Conventionally, wireless-controlled robots use RF circuits,which have the drawbacks of limited working range, limited frequency range and limited control. Use of a mobile phone for robotic control can overcome these limitations. Labels: CELLPHONE OPERATED LANDROVER. Program for Dual DAC. 8051 Microcontroller Based DC Motor Control. AVR Serial Port Programmer. Automatic Room Light Controller. Demonstrate how to multiplex 64 LEDs. Digital clock project using PIC16C54A microcontroller. How to do RS232.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

SOCIAL ENGAGEMENT



OTHER SITES

microcontrollers.org microcontrollers.org

Microcontrollers

Error Page cannot be displayed. Please contact your service provider for more details. (30).

microcontrollers.wordpress.com microcontrollers.wordpress.com

Making technology with embedded things | Just another WordPress.com weblog

Making technology with embedded things. Just another WordPress.com weblog. IPhone last frontier for grizzled embedded engineers. New Book on Arduino. December 7, 2012. Posted by Michele Fadda in editorial. Hi everybody, I’m writing a new book on Arduino, tentatively named “Arduino First Steps and Beyond! I’m publishing the content for free, it will collected into a book when the work is finished, quite possibly an e-book and/or an e-book app on iPad, which is my work at FW LAB. March 30, 2008. Abnormaliz...

microcontrollers34.blogspot.com microcontrollers34.blogspot.com

Embedded Projects

Tuesday, March 23, 2010. 1PHASE ELECTRICAL PARAMETER MEASUREMENT SMS INTERFACE. 1PHASE ELECTRICAL PARAMETER MEASUREMENT SMS INTERFACE. Labels: 1PHASE ELECTRICAL PARAMETER MEASUREMENT SMS INTERFACE. 6CHANNEL FIRE ALARM GSM INTERFACE. 6CHANNEL FIRE ALARM GSM INTERFACE. Labels: 6CHANNEL FIRE ALARM GSM INTERFACE. ELECTRONICS VOTING MACHINE WITH BALLOT UNIT. ELECTRONICS VOTING MACHINE WITH BALLOT UNIT. 2X16 LCD DISPLY USED. 4X3 KEYBORD USED FOR PASSWORD ENTRY. ON MONITOR OF PC AS WELL AS SAVE THE FILE IN PC .

microcontrollers35.blogspot.com microcontrollers35.blogspot.com

Embedded Projects

160;Saturday, January 2, 2010. Three phase Induction motor Control Using Microcontroller. Multi Task Industrial Timer Using Microcontroller. Digital Clock Using AT89C2051 Microcontroller. Laser Based Automatic Visitor Counter cum Room Light Controller. Biomedical Data Transmission Using Wireless Network. Digital Clock Using AT89C51 Microcontroller. Industrial Automation using computer’s parallel port (Visual Basic). Digital Day And Date Display Using Microcontroller. Digital 74 Series IC Tester. Parallel...

microcontrollers8051.com microcontrollers8051.com

Microcontrollers 8051

System on a Chip. Looking At the 8051 Microcontroller. A microcontroller is a small and, by the standards of today, often relatively simply computer. Looking At the 8051 Microcontroller. What Are The Features Of The 8051 Microcontroller. The Development of The 8051. What Is The Memory Architecture Of The 8051 Microcontroller. What Applications Run On The 8051. Who Makes 8051 Controllers Now.

microcontrollersdesign.blogspot.com microcontrollersdesign.blogspot.com

Microcontrollers

Program to convert ASCII to hex in 8051. ASCII codes 30 to 39 represent 0 to 9 in binary and 41 to 46 represent A to F. Therefore. If the ASCII code is between 30-39h then 30h is subtracted from the code. If the number. Lies between A to F then 37h is subtracted from the code to get its binary equivalent. Mov dptr, #9000h ;load dptr with address 9000h. Movx a,@dptr ; move data from external memory location to a. Clr c ;clear carry bit. Mov r1,a ;move data from a to r1. Subb a,#40h ;subtract 40h from a.

microcontrollersearch.com microcontrollersearch.com

Find your microcontroller

Select your options . Add your important interfaces and features for your application. AD (analog to digital). DAC (digital to analog). Embedded projects GmbH 2013 About us.

microcontrollersforbeginners.com microcontrollersforbeginners.com

Microcontrollers

Building Blocks of Electronic Devices. Microcontrollers are integrated circuits that contain all the basic parts of a computer. Essentially, they’re a computer the size of a chip. These devices take their name from the fact that they are used as control devices in various applications. They’re found in a huge number of different devices, including cars, industrial equipment, some types of appliances and more. Microcontrollers are very simple and small in terms of their capacities when compared to a deskt...

microcontrollershop.com microcontrollershop.com

The MicroController and Embedded System Store

Enter keywords to find the product you are looking for in the Quick Find field above. Pick and Place Tools. Intro to Embedded Tools. Development Tools for All Major Microcontroller Architectures. Largest Selection of Embedded Tools. We already offer the world's largest online selection of microcontroller tools and we are working hard to constanly increase the number of product choices available to you. New products are being added all the time, so please bookmark this page and check back frequently.

microcontrollershop.net microcontrollershop.net

Pic Development Board Blog

Pic Development Board Blog. New Pic Blog Started. January 2nd, 2007. Posted in pic boards. Pic Development Board Blog is proudly powered by cheap hosting.

microcontrollersources.com microcontrollersources.com

Microcontrollers - Microcontroller developers - www.MicroControllerSources.com