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 sudheer kumar

  1. S

    Web site for PROTOCOLS like UART, SPI, I2C

    Hello guys, Is there any one site which can give best information on UART, SPI,I2c protocols.
  2. S

    [General] Embedded Assembly language versus Embedded c language

    Hello guys, I have a doubt, I am new to ARM and need to learn architecture and in depth of ARM. For this I am going through "ARM reference guide", book- but people explained on Assembly, not C. Even many books follow the Assembly, Why? I am working on C but doesn't no assembly. My question is...
  3. Regarding clock speed

    Regarding clock speed

    what is the difference between Intel core i3-4005U intel core i3-3110M. Which is best? As I have seen 1.7 Ghz and 2.56 Ghz respectively.
  4. S

    [51] GSM module"SIM 300" interfacing with 8051 in C language

    As SIM300 works with UART protocol, use UART TX to send commands.Then what ever GSM replies read with UART RX and display the same on LCD. smaple code: tx_string("AT"); x=RX(); LCD_dat(x);
  5. S

    CAN protocol principle and interfacing with AVR controllers

    I have a project to work with three nodes communication and officials suggested to work with CAN protocol and suggested to work with MCP2551 and MCP2515. Can any one provide me the protocol working and how to interface these IC's using AVR controllers.
  6. S

    [51] Is this works fine with AT89S52

    I think you want to control other devices using TTL logic using microcontroller, here is the circuit I am attaching as a reference. In this you can provide input at the base and take the output as shown in image.In place of switch you can use port pin/GPIO pin to control the output from controller.
  7. S

    [51] Flash verify error in progisp 1.72 while dumping into at89s52

    I have worked with AT89S52 and used an external Flash(ISP) programmer, only hing is At89s52 doesn't have internal ISP(in system programmable), hence we need to get external programmer while comparing to atmega8,as it has internal ISP. No consideration for crystal, if you want to work with 8051...
  8. S

    Can 89S be programmed using USBasp?

    Re: Can 89S programmed using USBasp? As according to the post for USBasp, it won't work with ProgISP, As there is no ISP(In system programmable) support in AT89s52. Here is the solution to dump to AT89s52 is purchase an IAP programmer which was working perfect for me...
  9. S

    [AVR] Touch panel JE29B-02-D1110 interfacing with atmega8

    Re: Tocuh panel JE29B-02-D1110 interfacing with atmega8 Yes it has four pins
  10. S

    [AVR] Touch panel JE29B-02-D1110 interfacing with atmega8

    I have purchased this resistive touch panel and I am not getting how to interface it with Amtga8.Could any one help me. Thanks in advance.

Part and Inventory Search

Back
Top