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 gajendra_808

  1. G

    [SOLVED] Best Communication protocol for controlled access systems

    i2c is good because it is reliable protocol...
  2. G

    c programming report

    1st you clear basic of c and start programming, and for good book is ebalaguruswami and other publication...
  3. G

    inerfacing bluetooth module with PIC18f series

    you have to use spi for the interfacing purpose or other interfacing protocol as per your requirement and which type of application you want you have to mention......
  4. G

    [MOVED] PIC 18f97j60 issue in transmission

    My doubt is that how to convert that 2 Bit data in to 8 Bit data for transmission .. so, you need decoder logic for to convert that 2 Bit data in to 8 Bit data
  5. G

    PIC18F4550 SPI with 8 MCP23S17 using Mikro C PRO

    Here, Spi is the protocol,so you need to define four port for the interfacing such as MISO,MOSI,SSEL,SCL in the controller port and first you check the output on software after applying some data then you interface with the another device and check the data transmitted by the Master at the slave...
  6. G

    interfacing fsk with 89c51

    if you use the keil or other softare you need to define port in the initialise part and also some parameters.... if you use FSK module you need to read manual first........
  7. G

    89v51rd2 with MRF24j40 rf transceiver(SPI)

    in SPI protocol use 4 wire connecation (MISO,MOSI,SSEL,SCLK), You use the bit setting of this register whichever you want to operation.
  8. G

    Help with C code syntex

    in your message you initialize the bit for SRAM and you use the REFERENCE Add. to store the data into the location but you use the help of syntax from the software which you use.
  9. G

    Arm microcontroller-Bluetooth interface

    first you make master and slave program, you test the out put of master and find it's speed then interface with the slave.
  10. G

    best protocol to interface GPS, GSM, Memory chip to PIC?

    spi is better if you require high speed and if you require acknowledgement mechanism at that time you also use i2c protocol .............. ---------- Post added at 14:27 ---------- Previous post was at 14:24 ---------- spi is better for higher speed and if you require acknowledgement at that...
  11. G

    timer interrupt pogram for 8051

    you put the counter in program........
  12. G

    LPC2148 ADC Interrupt problem

    first you define the function where the ISR is call so that interrupt is generated.......
  13. G

    Spi master and slave communication using lpc 2368

    hi to all, i have problem with master and slave communication for spi protocol the spi master program is load in to the lpc 2368 and slave program is also load into lpc 2368 by setting of the register value, in programming exception, handler and interrupt method is not used just register value...
  14. G

    SPI code between two ATMega168 controllers

    first you read the SPI control register in that one bit is used for mastre and slave, for slave configuration clock is not necessary because the clock is applied from master....
  15. G

    using spi protocol interfacing with memory card using lpc 2368

    hi to all, anybody help me for interfacing memory card, i use the keil uvision3 software and lpc 2368, so please give me how to interface with memory card...................

Part and Inventory Search

Back
Top