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 rajeshbij

  1. R

    Mobile GraphicsTFT-LCD tft8k1465fpc-a1-e Interfacing with pic32

    I want to interface a mobile TFT_LCD numbered tft8k1465fpc-a1-e But despite googling, I could not get its data sheet, or Controller name, or Pin diagram. Anyone, if worked on this tft-lcd, please share or provide links. Thanks.
  2. R

    How to interface a 4x4 keypad to PIC32 ?

    I searched but could not find the solution for PIC32. Actually the pseudocode/flow is ok, I have done this in c but on 8051. PIC is new to me and that too PIC32, I need some demo code to try and build my confidance.
  3. R

    How to interface a 4x4 keypad to PIC32 ?

    Hi, Can somebody share the code for a 4x4 keypad interfacing with PIC32 controller. Best Regards.
  4. R

    PIC32 Internal EEPROM

    try using the PIC libraries on the web
  5. R

    interfacing 2.7V flash memory with NXP P89V51RD2 which is 5V

    "... m already using vtg divider ckt for SCK, CS and SI pin, but problem M facing is for SO pin..." There's no need to convert the voltage level for SO pin as the uC (5V) can read the logic signals at 2.7v level . We only need to lower the voltage levels from 5v to 2.7v just to protect the SD...
  6. R

    How to interface the 8051 with the RF transmitter?

    Re: rf modules interface with 8051 @ Clownsend, I connected the data pins of HT12E to P1.0-P1.3 of 8051 to xmit data. I receive the right data. But the problem is I have to use big delays between each nibble transmission without which nothing is decoded. This makes the messages to be...
  7. R

    using on chip SPI in P89V51RD2

    Thanks Ctownsend. Let me check it out or modify for phillips chip.
  8. R

    Need source code for #include<serial.h>

    The header file will be containing only the declarations of the functions used.
  9. R

    using on chip SPI in P89V51RD2

    ctownsend I did not mean someone to write code for me. I understand the bit-banging for implementing the SPI, but saw in built provision in 89v51rd2 which means no need for bit-bang. I also had read the data sheet as you mentioned, but am confused how to implement it, it must be done on byte...
  10. R

    How to get SMS delivery notification by GPRS modem (SIM300)

    Thanks ckshivaram. I shall revert after trying it out.
  11. R

    How to get SMS delivery notification by GPRS modem (SIM300)

    Thanks ckshivaram. I was expecting a solution from your side. But please be more specific as I couldn't get what you want to say. I am using TEXT mode. How and what should be sent to enable Delivery report ? Where are they stored, if they are stored ? How to read the delivery message when they...
  12. R

    using on chip SPI in P89V51RD2

    I want to use the in built SPI functionality of P89V51RD2. How to implement it? Pls guide me.
  13. R

    How to get SMS delivery notification by GPRS modem (SIM300)

    Hi, I am using a SIM300 based GPRS Modem connected to my PC at serial port for sending bulk SMS. Now I want to get the delivery report. As far as I know the mobile hanset sets a bit abd send it with each SMS if delivery report is requested. But how to do this using the modem?
  14. R

    Proteus VSM and Keil IDE cooperation Help

    Thanks kiranr, but please tell me the exact line which should be added in tools.ini - you are talking about. Thanks
  15. R

    how to interface eeprom with 8051

    aarlogic c07/4 use 2serial ports instead. Yes any typical 8051 has only one but you can always Bit Bang for othrt using any free IO lines for Rx Tx. Try googling for serial bit bang

Part and Inventory Search

Back
Top