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 randika

  1. R

    Intelligent traffic monitoring system

    What method you are using to detect the vehicles. Using a camera? If you are using image processing to detect vehicle the processing power of 8051 will not be adiquate. You should move to a DSP (digital signal processor) Best regards, Randika K
  2. R

    Error in JDM programmer: verify failed at address 0000h

    Re: ic-prog behaviour try increasing the I/O delay value upto around 20 which is available in the <Hardware> menu if your programmer is correctly connected and the correct COM port is connected. Best regards Randika K
  3. R

    Help me with sampling ac voltage using ADC0820

    Re: sampling ac voltage If your signal is a pure siunsodial one at least you need 100Hz sampling rate according to theories. I think it is better to have a sampling rate of 200 samples / sec will give a better performance. Best Regards Randika K
  4. R

    low cost water flow meter any ideas?

    Turn a light weight wheel. then count the number of rotations using an optical mehtod ...within a certain time (say 0.5 s). Try smaller period for larger speed and better resolution. Best Regards Randika K
  5. R

    which infinite loop is better ?

    my favourite infinite loop is for(;;) :-) while makes a lot of confusiosn sometimes Randika K
  6. R

    Looking for resources on making keypad and interface in C

    Re: keypad hi, I'm sending a PICC code to you... It was originally written for PIC 16f877 But definitely you can get an idea about how to interface a keypad. Sorry for not applying comments. I think you can understand it without a problem. A simple code. cya Randika K // reads the keypad...
  7. R

    Please Help me ''HOW TO INSTALL RTLINUX ON REDHAT OS"

    Re: Please Help me ''HOW TO INSTALL RTLINUX ON REDHAT OS&amp Hay muruga, Did you try that as a <super user> ? Only a superuser can edit those files and install software in linux. To enter the super user mode type "su" and press <enter>. when asking the pasword type the root password...
  8. R

    How to access NTFS from Red Hat 9?

    If you are brave and eager to learn something new I recommond you to compile the linux kernel with NTFS support by your self and install it. I did it recently without a problem. goto: https://www.kernel.org download a latest vversion of the kernel. follow the instructions given in the readme...
  9. R

    Operational Amplifier - Need some info

    Yes, that link is not working.... sorry for the inconveniance.. cya Randika K
  10. R

    ADC 0808 current capacity

    using a buffer is safer... but normal Leds can be driven without any problem. Remember to add a series resister of 100 - 220 ohm in series with the LED. I've driven Leds with out any problem using this ADC cya Randika K
  11. R

    series and parallel resistance

    I think you r little bit confused about the model of the actual voltage and current source. The resistance that is in series with a voltage source represents the internal resistance of a voltage source. For an example think about a battry(a AA size ... ;-) ). I think you have had experiance...
  12. R

    12V and 9V Power Supply Please

    12v na 9v After little bit of googling I found a chip which satisfy ur needs. follow this link: **broken link removed** Please note that I've not tried this one. cya Randika K Added after 3 minutes: Hay, I've found some more chips. LM338T LM323T After some googling (i.e www.gogle.com...
  13. R

    Need some direction for my first project

    Why don't you have the taste of PIC microcontrollers(https://www.microchip.com)... In my point of view it is easier to program PIC microcontrollers than 8051 for a beginner. I suggest, first have some experience on a microcontroller such as PIC16F84 and then move to such 8051 microcontroller...
  14. R

    Operational Amplifier - Need some info

    Hay, Follow this link also, a nice explanation about OP-AMPS That will really helpful for a novice... **broken link removed** cya Randika K
  15. R

    Digital tachometer schematic?

    digital tachometer circuits Hi all, Thanks a lot for helping me... I built the sensor part and it is working well... Here are the things what I did. I used an IR LED and sticked a piece of reflective tape on the motor shaft (please note that motor shaft is black). Then I used an IR sensor...

Part and Inventory Search

Back
Top