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 karthikkrv85

  1. K

    Serial ADC AD7321 w/ 89c51 coding problem

    hi ashkar, i understand u r trying to do spi bit banging. i suggest u to read SPI protocol first. and please recheck the Din which u have used is for data receive or transmit. usually it will be used to receive data. pls post ur circuit diagram for better clarity.. finally when u do bit...
  2. K

    p89v51rd2 loader problem

    hi ritesh, have u checked the tx and rx pins are properly connected with ur board? if u have multimeter pls check the reset pin when u initiate the loading.. if possible check any voltage drops.. sometimes usb to uart go bad. i faced with usb to uart converter bf810. . and i can give u another...
  3. K

    SPI problem in P89v51RD2

    Hai moni.. Please interchange the MISO and MOSI in slave or master. your picture shows correct information but in your port pin config it is wrong. If still it didnt work, let us go through the code thanks and regards karthikkr
  4. K

    which Battery life drain faster

    Yes i understand this. I was considering that when we block high current flow with higher resister, the resister dissipates the more amount of current as heat. But actually, when we try to limit high current flow with small resister, the amount of heat will be larger than the higher valued...
  5. K

    which Battery life drain faster

    Hai thanks for your explanation. A higher valued resistor blocks high current. Does that mean it is not going to consume the current or it is going to dissipate the current interms of heat?
  6. K

    which Battery life drain faster

    Can you explain how?
  7. K

    which Battery life drain faster

    Hai friends I wanted to know a detail about battery life. Consider 2 network as follows 1. A battery (12V) is closed with a resister(200 ohms) and a bulb (10W) 2. A battery (12V) is closed with a resister(2000 ohms) and a bulb (10W) From the above 2 circuits, which battery life will drain...
  8. K

    how can i know the values of capacitor,resistors and crystal oscillator to use

    Hai Please refer your data sheet of microcontroller. They will give the typical circuit for the microcontroller capacitor, resistor and crystal OSC values. Thanks
  9. K

    Power supply for microcontroller!!!!

    When you supply unstable power to microcontroller, it wont fail to work, until or unless the supply crosses the maximum supply range of micro controller. Think that all your microcontroller's internal peripherals are connected with that particular voltage (Vdd). When you feed unstable supply...
  10. K

    receive multiple data with a single ADC

    Thank for your explanation. So what problem you are getting with the initialization? As per the explanation, your multiplexer gives different channels output at a particular period. Do you know how to control this channel selection of multiplexer? If yes, select a channel of multiplex and...
  11. K

    receive multiple data with a single ADC

    Hai Do you mean that you will be getting digital data for multiplexer? That multiplexers output goes to ADC? Did you really meant ADC or DAC? Because i dont think you can send a digital data to ADC. Can you please be clear your requirement? All the best Thanks
  12. K

    How to define only some bits of PORTA

    Hai U have 2 or more ways to refer only the specified bits of a port. 1. PORTA.RA0 // depends on ur compiler 2. #define ref(porta) porta&(0xF0) //this is a general way to read porta 7,6,5,4 bits. Prefer the best way which suits to ur application.
  13. K

    i have a question about filters

    The capacitor value depends on the frequency of the output of comparator. Have u referred the datasheet of comparator? They could have given the typical circuit. It is better to avoid the supply noise first by placing a .1uf near the supply pin of comparator to the gnd. All the best Thanks
  14. K

    HELP! plz. UART for full-duplex on PIC18f4550

    Hai UART is also a full duplex. MikroC uses the same functions for usart also. I mean u can use Uart1_init function for usart also
  15. K

    Interfaing SPI comm between 18f46k22 and 18f8722 .

    Can u upload the port config part from ur program? I will try to go through the datasheet. Thanks If possible upload schematic also. I have downloaded the datasheet of the lcd module. I want to know how u r interfacing it. With lcd and touch screen 2 spi is used to communicate with...

Part and Inventory Search

Back
Top