Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by 1101287021

  1. 1

    I2c interface in eeprom with microcontroller

    hello! sir, sequential random read is not done . but sir i am doing everything according to the i2c bus frame like page write in 3 memory location then sequential random read but still it is not working. when i am read the value only it is show in (2 * 16 lcd )the first location value and...
  2. 1

    I2c interface in eeprom with microcontroller

    HI, sir i need two bit for clock signal and serial data line for communicate with eeprom (24c16). so it is possible in 89s52.
  3. 1

    I2c interface in eeprom with microcontroller

    Hello sir, byte write and random read both are done . problem is in byte write acknowledge but now it is rectify. - - - Updated - - - sir, 1. In sequential random read when data out is done . A acknowledge send from master to slave in this acknowledge sda is low and what is the clock signal...
  4. 1

    led on/off function problem

    Hi, you should be connect led on port 1,2,3 . In this port pull-up register is their .but port 0 is open drain
  5. 1

    I2c interface in eeprom with microcontroller

    sir, this my random read code here i am not display read value but give led indication. SCL BIT P3.6 SDA BIT P3.7 RS BIT P0.1 EN BIT P0.0 LED BIT P0.4 ORG 00H MOV R0,#30H ; ACALL LCD ACALL DELAY...
  6. 1

    I2c interface in eeprom with microcontroller

    Hello sir! According your second point i am using led indication in every step. in write operation when accumulator value move to carry at that time i am using led indication so that i know which value in store in which location. example- RLC A ;accumulator value move...
  7. 1

    I2c interface in eeprom with microcontroller

    Hi, 1. at89s52 micro-controller read value [random read] from 24c16 eeprom. 2. Microcontroller is done write [byte write] operation 3. Microcontroller read always even number value . 4. Example - eeprom store 31 value in 00 memory location .when microcontroller read value and display in...
  8. 1

    I2c interface in eeprom with microcontroller

    IN RANDOM READ THE I2C FRAME WHEN MICROCONTROLLER SEND NOACK THEN STOP THE FRAME IN BETWEEN NOACK AND STOP FRAME A SINGLE BIT IS READ .SO THAT ALWAYS READ EVEN NUMBER WHAT CAN I DO SO THAT AFTER NOACK FRAME IS STOP ? :bang:
  9. 1

    Importance of timers and their usage in real time applications

    1. In hardware reset -when press the reset button at that time the watchdog timer value is overflow but 2. In software when the watch dog timer value is overflow according to program execution in that time reset is done.
  10. 1

    how to configuration xbee (s2) in x-ctu software by serial communication

    how to configuration xbee (s2) in x-ctu software and 2.how to update firmware in xbee [except dtr and rts pin not connected vcc tx,rx,gnd are connected in max 232]
  11. 1

    [SOLVED] 8051 led glow for 1 second

    1. AT89S52 FREQUENCY IS 11.0592Mhz. 2. FIRST YOU ENABLE THE HARDWARE INTERRUPT [MOV IE,#1000010B] 3. THEN CLEAR THE PORT 3 BECAUSE LED IS CONNECT INTERRUPT PIN IS P3.2 AND P3.3 [MOV P3,#00H] N:B-WHEN MICROCONTROLLER IS START ALL THE PIN IS FFH SO WE CLEAR THE PIN WHERE LED IS CONNECT...
  12. 1

    Using 18f452 send/ receive sms to GSM A900 , mikroC

    first send AT+CMGF=1 PRESS ENTER(0DH) THEN TYPE AT+CMGS="+9800220107" PRESS ENTER (0DH) YOU SHOULD BE GIVE + SYMBOL BEFORE 10 DIGIT MOBILE NUMBER THEN WRITE SMS THEN PRESS <CTRL+Z>
  13. 1

    Embedded system OR Automation

    for industrial demand automation is required but in working automation sector we need healthy knowledge in embedded system ,because automation start from embedded .

Part and Inventory Search

Back
Top