112 Threads found on edaboard.com: Interface 89c51
I am doing a final year project and my project is "voice based home automation system" .
Im using ic hm2007 for voice recognition and want to interface it with muc 89c51.
i just want to control 3-4 lights.How this can be done?
please any1 can help me??
reply awaited!
Microcontrollers :: 01-18-2014 06:06 :: jashbharwada :: Replies: 2 :: Views: 1371
You'll find a clear timing digram of "External Data Memory Write Cycle" in 89c51 hardware description. Data is put on P0 during nWR low, for about 6 clock cycles.
But how do yout want to latch the data in the second 8051? It has no bus device interface or input capture feature. The idea simply doesn't work.
You can of course set the data stat
Microcontrollers :: 10-17-2013 06:09 :: FvM :: Replies: 3 :: Views: 647
I m doing one project in which i want to interface GSM Module and RF-ID Reader to 89c51..
but problem is there is only one UART for 89c51..
i want to interface them using software UART only..i googled this topic many times but i m not getting what i need...
please provide me code if anyone has for receiving data using (...)
Microcontrollers :: 07-18-2013 04:58 :: sanket.joshi :: Replies: 42 :: Views: 2401
Check these link:
- - - Updated - - -
Check these link:
Microcontrollers :: 07-10-2013 18:49 :: Ogu Reginald :: Replies: 2 :: Views: 1605
This link having Lcd interfacing with 8051. If you more circuits search in google.
Microcontrollers :: 06-14-2013 15:48 :: amayilsamy :: Replies: 1 :: Views: 1005
hi
can i interface bluetooth module with 89c51 with 16x2 lcd.
its mean when bluetooth module power should be ON.then Lcd must show bluetooth module ON.similarly if it search for any another bluetooth device that may see on lcd .after geting pair it also may sow on lcd.
in short i have to display all bluetooth activity on 16x2 LCD using (...)
Microcontrollers :: 04-24-2013 10:25 :: ronkpatell :: Replies: 23 :: Views: 4207
i used a RL=47Kohm and a pcf8591t adc , i interfaced the analog Vout of the mQ-7 sensor with one of pcf8591 analog input pins then how should i interface the pcf with the 89c51 microcontroller ?
if there any thing wrong with the things that i have interfaced plz tell me ..
this is for my project
and pls i want (...)
Microcontrollers :: 03-18-2013 16:10 :: Majd995 :: Replies: 0 :: Views: 1033
hi guys pls help me for programming for temp and humidity sensorsy-hs-220 interfacing with 89c51.
pls i need it urgently
See this example (register on site to get full access to material, registration is free) :
How to interface Humidity Sensor with 8051 Microcontroller (AT89c51)
www.en
Professional Hardware and Electronics Design :: 03-16-2013 14:38 :: tpetar :: Replies: 1 :: Views: 850
hi
i want interface rs232 with 89c51 .
my main ajanda is what i writing in hyper terminal that may be display in LCD.
that is possible
pls help me.
Microcontrollers :: 03-07-2013 10:01 :: ronkpatell :: Replies: 21 :: Views: 1910
hi everyone i want to do one project like i want to interface dc motor by using the driver ic l293d with microcontroller 89c51 RD2 IC by using the concept of pwm can anyone help in that....
Microcontrollers :: 01-11-2013 05:16 :: pradeep23 :: Replies: 0 :: Views: 630
I am new in microcontroller world, want to interface two PC's using MAX232 and 89c51 microcontroller for Simplex Serial port communication and Bi-directional communication.
However, Simplex communication is working through microcontroller on hyper terminal, what should be the code to interface Bi-Directionally.
Thanks in advance.
Microcontrollers :: 12-08-2012 09:22 :: adilaslam :: Replies: 1 :: Views: 680
How to interface LCD with 89c51
LCD TO 89c51
Elementary Electronic Questions :: 11-23-2012 16:20 :: tpetar :: Replies: 3 :: Views: 2952
Hi,
I want to interface my AC voltage signal (which is coming from transformer) to ADC0808 with 89c51 microcontroller. so prblem is that if i will connect my transformer o/p +ve wire to the analog channel 1 then where should i connect my -ve terminal, i can't connect it to the ground because ground of IC is DC whereas my signal is AC. So pleas
Microcontrollers :: 08-23-2012 09:43 :: girish09 :: Replies: 3 :: Views: 1060
89S51 (I really dont know why people use 89c51) with keypad, RFID and LCD
You have source in C, description, video presentation,... just register its free.
Microcontrollers :: 05-08-2012 22:33 :: tpetar :: Replies: 1 :: Views: 1375
hi
I have a problem interfacing RF module(433Mhz ask) to 8051(atmel 89c51).
I am using two micro controllers
First: I have written a simple program to transmit 'A' serially if P1^0 is high in transmitter micro controller(uc1). and at receiver micro controller(uc2) to take serial data and put in on P1 of (uc2
Microcontrollers :: 03-30-2012 02:23 :: IanP :: Replies: 4 :: Views: 3265
Read the thread on the link, try do your own coding with the sample, no one will spoon feed you.
how to interface atmel 24C02 with 89c51
Hobby Circuits and Small Projects Problems :: 02-13-2012 07:45 :: abidr :: Replies: 1 :: Views: 1512
I AM TRYING A HALLO WORLD PROGRAM ON LCD BUT ITS NOT WORKING
I DOWNLOADED DIFFERENT TUTORIALS AND WORKED THE WAY GIVEN IN THOSE TUTORIALS...
MY CODE IS:
ORG 00H
MOV A,#38H
ACALL COMNWRT
MOV A,#38H
ACALL COMNWRT
MOV A,#0EH
ACALL COMNWRT
MOV A,#01H
ACALL COMNWRT
Microcontrollers :: 12-20-2011 15:01 :: mrarslanahmed :: Replies: 27 :: Views: 4107
write a simple serial program for both the controllers and test if they work properly ( individually) then interface the controller with these modules...
---------- Post added at 20:37 ---------- Previous post was at 20:36 ----------
Embedded Linux and Real-Time Operating Systems (RTOS) :: 07-11-2011 15:07 :: ckshivaram :: Replies: 5 :: Views: 2966
I wants to use a 74hc595 to interface 7 segment display to 89c51 ...
What input should be given to the sh_cp st_cp and DS .
do i need to toggle the ips of sh_cp and st_cp for the 74hc595 as they are mentioned to be clock i/ps .
I am trying to run a basic program tyo understand the working of 74hc595
Microcontrollers :: 05-24-2011 11:40 :: deeplearns :: Replies: 4 :: Views: 1905
learn about microcontroller.. doing simple programming .. understand the concepts... interface the sensors one by one and finish the project..
come back again when you are struck.
no readymade projects delivered to door steps...............
Robotics and Automation Forum :: 05-13-2011 16:15 :: ckshivaram :: Replies: 3 :: Views: 3724
i have usb interfaced mobile and i want serial interfacing with the 89c51 what should i do.
can i have USB to serial connector for serial interfacing.
plz guide me
Microcontrollers :: 04-28-2011 10:15 :: manasusman :: Replies: 3 :: Views: 919
hi i am writing code for cc2500 interface 89c51 but its not working can some one give me help or code if any one have
Microcontrollers :: 04-25-2011 09:47 :: ud23 :: Replies: 2 :: Views: 1212
hi
please help me i want to interface 24c16 eeprom with 89c51
i just want when the power cut and resume the power 89c51 should not reset, i want 89c51 start from that point where the power cut ,i don't know how to write eeprom interface code
my asm code is below,
with regard,
thank u
$mod51
ORG (...)
Microcontrollers :: 04-04-2011 20:31 :: naeem_28 :: Replies: 17 :: Views: 1428
Check the code given here RFID Interfacing with 8051 Microcontroller (AT89c51) | interface RFID
The code and circuit is for 89c51 but that would work with 89s52 as well.
Microcontrollers :: 03-29-2011 07:30 :: sumit_sharma :: Replies: 1 :: Views: 1349
Hi.
interfacing LM35 to 89c51 microcontroller show temp 7segment
In my application i have to sense temperature by using LM35 with ADC 0804 show the temp 7 segment.
The temperature sensor i have choosen is LM35. I want to know how it can be interfaced to 89c51 microcontroller.
Please give me an idea.
Microcontrollers :: 02-24-2011 09:46 :: kashif_ramzan :: Replies: 3 :: Views: 2925
hi ...
i want 2 interface 89c51 with Nokia 2700,does it supports AT commands and how to interface it with controller,i mean what type of connectors are used for it interface???
i need a detailed answer,Thank you....
Microcontrollers :: 02-01-2011 12:02 :: bilaljaved :: Replies: 8 :: Views: 1385
hi
i am doing laser light data and voice communication project .i have few but major difficulties in interfacing photo diode to 89c51 to rxd pin can any one provide me the working circuit diagram of it?
Microcontrollers :: 01-08-2011 16:56 :: santoshaxl :: Replies: 4 :: Views: 4778
can i interface 12 bit ADC to 89c51 microcontroller?if micro controller is 8 bit..what does it mean?
Analog Circuit Design :: 10-18-2010 11:30 :: NARENDRA1234 :: Replies: 1 :: Views: 795
I tried to interface SPI EEPEOM with 89c51. i know 89c51 doesn't have SPI in hardware, so i write it in software and simulate it in proteus. The code i written is in below, but it doesn't working. please correct it, if there is any error in my code.
#include
#include
sbit sck = P2^0;
sbit swr = P2^1;
sbit s
Microcontrollers :: 10-13-2010 13:27 :: arunraj1984 :: Replies: 2 :: Views: 1628
hiiii
i want to interface 3310 with microcontroller 89c51..
can i interface it using serial port directly ?
PC Programming and Interfacing :: 07-30-2010 01:06 :: nayan_trivedi :: Replies: 5 :: Views: 1670
search google for 8051 microcontrollers by Mazidi.That book has same interface example
Microcontrollers :: 04-10-2010 10:10 :: engr.waqas :: Replies: 3 :: Views: 2276
I have to interface an NPN proximity switch to uC 89c51...
Please help me with a schematic on how to connect the sensor and how to code it..
The sensor is NPN and takes 5 to 24V input supply. And it gives the same at o/p..
Elementary Electronic Questions :: 04-08-2010 16:08 :: eshan7 :: Replies: 2 :: Views: 3183
Hai Experts,
I want to send a message to a Mobile Phone from a GSM activated by a Micro 89c51.I am using the following code. But the code is not working. Can anyone debug and correct it please......
Sudan
; CODE
org 00h
ajmp main
org 30h
mov p1,#00h
mov p3,#00h
mov p2,#00h
setb p2.1
main:mov
Microcontrollers :: 04-05-2010 12:44 :: sudan :: Replies: 1 :: Views: 1043
im doing my final yr project.. and i have close to 2 weeks to get this interface working..
Its like this..
1>
Adc0804 goes to uC 89c51 .. to give output in LCD 2*16
this connection is made on bread board
the only output tht i get now is "sensor data"
after that nothing..
The attachment has all the text files containing the program for
Microcontrollers :: 03-29-2010 16:19 :: web_bug2005 :: Replies: 3 :: Views: 1155
i am doing a project of interfacing pc with an induction motor. All i have to do is to interface a triac with microcontroller. But for input voltage and triac gate pulse synchronization i have to use u208b. Anyone knows how to interface 89c51 and u208b?:|
Microcontrollers :: 03-21-2010 05:54 :: raxza :: Replies: 0 :: Views: 1157
hi
i m working with Sim 300s v7.03 modem interfacing with 89c51... when i work seperately they r working well... i can see the results too... but wen i interface modem does not respond... wen i give the command from microcontroller modem led goes off for few seconds then it glows... can u help me to interface it properly... thank u...
Digital communication :: 03-17-2010 09:54 :: paramathma :: Replies: 3 :: Views: 6000
hi guys i am a 3rd year diploma student i need to interface st -tr2500 fsk transceiver, which has SPI with 89c51............can anybody help? project needs to be done before 20th of march...........
Microcontrollers :: 03-09-2010 13:22 :: yash199 :: Replies: 8 :: Views: 1403
Hi,
I want to interface touchscreen with 89c51. I have ad7843 touchscreen digitiser IC. but I don't know how to interface that with 89c51. pls help me to proceed
Microcontrollers :: 04-15-2009 10:34 :: hk_parmar :: Replies: 3 :: Views: 1946
i want a c program on how to interface ds1307 with at89c51 and display the time on 8 bit lcd(2x 16).. plz help
Microcontrollers :: 02-25-2010 04:11 :: charry :: Replies: 3 :: Views: 3604
Hai Friends,
I need GPS to Microcontroller 89c51 coding. Please any one can help me ?
Thanking You,
Sudan
Microcontrollers :: 02-07-2010 01:13 :: sudan :: Replies: 0 :: Views: 1426
can i have interface code of adc0808 with 89c51.
Send me ur project
Microcontrollers :: 12-28-2009 13:12 :: binojkumar :: Replies: 2 :: Views: 1348
please help me
i want to interface fingerprint detector with microcontroller 89c51 and then i want to interface it with GSM moderm
any body have the circuit diagrm.
pls mail me
my email id is
Microcontrollers :: 10-13-2009 15:36 :: vicky89 :: Replies: 0 :: Views: 1467
Hi sir gud evening,i want some details of 24c04.plz give me detaqils hoe to interface to 89c51 microcontroller and also give the program for that.plz give me reply sir its urgent tome.
THANK YOU SIR.
Microcontrollers :: 09-22-2009 11:56 :: lavi :: Replies: 2 :: Views: 1836
hi..I tried to interface data signals to LCD(2 x16) via P1 and control bits via P2(RS/RW/EN).its the standard code in Mazidi book and still there is problem in LCD dispalying chars.I gave direct connectivity w/o any it ok?I suspect the hw.
Any adice please...?
thank you..sri.kc
Microcontrollers :: 07-14-2009 14:29 :: srikantan :: Replies: 6 :: Views: 2808
Hi all,
I have already interface PS2 Keyboard with microcontrller. now i want to inter face controller with computer as a keyboard. so how i start??
share some idea in this line...
Regards,
Nirav Rede
Elementary Electronic Questions :: 07-07-2009 11:41 :: niravrede :: Replies: 1 :: Views: 1063
Hi Can someone guide me the way to how to interface 2 Devices to a microcontroller via Serial port. I mean like I have to interface my controller 89c51 with GSM Modem as well as with PC. The data will be transfered to & from both the devices.
Thanks for giving the time to read my problem.
Microcontrollers :: 06-18-2009 16:15 :: lats :: Replies: 6 :: Views: 2011
Hi,
I am using argox as-8250 ps2 based barcode scanner . I can easily interface ps2 keyboard with 89c51 but with the same ps2 port when I am using barcode scanner than sometimes it gives output and sometimes it is not. actually whwn we press the switch of scanner it should show the continuous light but here in my case on pressing the switch for a
Microcontrollers :: 04-15-2009 10:44 :: hk_parmar :: Replies: 1 :: Views: 1471
hi ssheikmd,
Do you want to interface the USB chip to some other device or you just want to control that peripheral...
The functionality of controlling LED or doing a particular command can be achieved using vendor commands...
Hobby Circuits and Small Projects Problems :: 03-17-2009 02:03 :: A.Anand Srinivasan :: Replies: 7 :: Views: 3200
m new here! and i need help , can anyone help me in how can i interface MT8888C chip with 89c51 microcontroller ? any thing useful ( like codes for example or documents)
Plzzzzz help
Microcontrollers :: 02-03-2009 14:50 :: amol_friend1234 :: Replies: 0 :: Views: 845
here is the code iam trying to interface 8x8 dot matrix display to 89c51.. please help me out...
/*************
#include
sfr col = 0xA0;
sfr row = 0x80;
sbit r1 = P0^0;
sbit r2 = P0^1;
sbit r3 = P0^2;
sbit r4 = P0^3;
sbit r5 = P0^4;
sbit r6 = P0^5;
sbit r7 = P0^6;
sbit r8 = P0^7;
void delay();
char tdata={0x0111
Microcontrollers :: 12-24-2008 11:29 :: sriraj_jan :: Replies: 1 :: Views: 1865