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 ruhulamineee

  1. R

    CRC error while copying

    I am going to copy some documents one drive to another drive but it shows CRC error and data unreadable. Am I going to lose all data? what would be the solution?
  2. R

    Installing Proteus 7.8 sp2 Patch in Windows 7

    I cannot Install Proteus 7.8 Patch in windows 7. How do I install in 7 os??
  3. R

    Triac as a switch using MOC3041

    Okay this can be happened due to circuit reactance. Nothing to be worried about that you just try to find free line to discharge the reactive element when switch off.
  4. R

    OpAmp Filter not working as it should

    Did you implement it in board physical? It is being requested you to split it in small portion of whole circuit and try to run it in Proteus. I think you have done already it. Then check the capacitor value it is so sensitive to get multistage filtering. Keep in touch. Best of luck
  5. R

    Windows Starting Problem

    Hi, I have installed windows 7 in my desktop pc. The configuration of my pc is: 1. Dual Core 2.00GHZ 2. RAM 1GB 3. Board Intel DG33FB 4. Hard Drive 250GB(free space in C: drive is more than 8GB) Display is not shown after welcoming it. Sometimes it is being started but it is taking more than 8...
  6. R

    Pulse generator with different duty cycle using microcontroller with c code

    it could be while (1){ if(read_adc(0)>0){PORTB.0=1; delay_ms(15); PORTB.0=0;delay_ms(5);}; // for 75% duty cycle if(read_adc(1)>0){PORTB.1=1; delay_ms(14); PORTB.1=0;delay_ms(6);}; // for 70% duty cycle }; but its not working. is there any way to get perfect duty cycle as i wish.
  7. R

    How to display message in lcd using Microcontoller ATmega8

    Sky_123 Thanks a lot for your valuable information Mootti yea im using codevisionAVR.
  8. R

    How to display message in lcd using Microcontoller ATmega8

    Hello Everyone, Can i use normal printf function like {"Hello EDAboard"}; then how can i connect ATmega8 with LCD. Thank You
  9. R

    Pulse generator with different duty cycle using microcontroller with c code

    Thanks for the information kvtal, for the 50 Hz signal, Time Period is 20ms. According to desired system. for 75% duty cycle it is needed high for 15ms and low for 5ms. again for 70% duty cycle it is needed high for 14ms and low for 5ms. the code was: #include <mega8.h> #include <delay.h>...
  10. R

    Pulse generator with different duty cycle using microcontroller with c code

    Hello Every One, can i use atmega8 for pulse generator in c programing with different duty cycle like 10%, 30%, 50%. my code was: if(adc(0)==1){PROTB.0=1; delay_ms(15); PORTB.0=0;delay_ms(5)}; if(adc(1)==1){PROTB.1=1; delay_ms(14); PORTB.1=0;delay_ms(6)}; but its not working according to my...

Part and Inventory Search

Back
Top