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 yogi

  1. Y

    What is the diffreence between AVR and other controllers?

    ft232 avr code @sn_burki, you can start with atmega16 or atmega32. Try using BSD parallel port porgrammer and AVRStudio for assembly, winAVR for C. But if you know 8051 then why to AVR?. Better go for some 16bit or 32 bit chips withhigher capability.
  2. Y

    How to start study microcotroller because I want to study it

    first you decide which microcontroller you want to study. But go for an 8 bit microcontroller in the beginning. So try to find which one is suitable and if your friends know some 8 bit microcontroller take help from him. If you are interested in AVR then you can use the following link...
  3. Y

    Recommend me a book to learn AVR

    I wanna learn AVR avrfreaks is the best one. It is a good forum where you can get reply for any questions you ask. Here I collected some important links http://avrmicrocontroller.googlepages.com/tutoriallinksforAVRmicrocontroller.html Start with atmel datasheet,post problems in avrfreaks...
  4. Y

    The description of WinAVR functions

    winavr go through the example codes given in some books.You can refer this link too http://avrmicrocontroller.googlepages.com/introductiontoAVRmicrocontroller.html Read the headers and sample codes given by winAVR documentation. Bibin John www.bibinjohn.tk
  5. Y

    ATMEGA16 Based Moving Message Display LEDs Please HELP!!

    I have done 7segment interface with AVR microcontroller. Here is the link http://avrmicrocontroller.googlepages.com/7segmentLEDinterfacewithAVRtutorial.html But how many 7segment are you using. Why you use Proteus for that? Bibin John www.bibinjohn.tk
  6. Y

    How to control the motor speed in 555 timer pwm?

    pwm with 555 if you are using potentiomenter, then you require just one potentiometer and a diode with 555 astable multivibrator circuit http://www.geocities.com/njbibin/robo14.html Bibin John www.bibinjohn.tk
  7. Y

    Opinions on displaying COMPUTER on seven segment display

    seven segment fading occurs due to variation in power supply. Use a good power supply like SMPS http://www.geocities.com/njbibin/robo7b.html see buffer also require a power supply and the amplification is just current amplification and everything depends on the main supply voltage Bibin...
  8. Y

    How to reduce the voltage on DC in this circuit?

    AC TO DC this circuit is just R and C parallel, since diodes ckt wont work. What is the specifications of the AC and DC voltage. Here is a schematic of a power supply circuit http://www.geocities.com/njbibin/robo7c.html use normal recifier circuits Bibin John www.bibinjohn.tk
  9. Y

    How does 555 delay-on circuit work?

    555 delay on circuits I think you have a monostable circuit of IC555. If you want to understand the working of that IC go through this link http://www.geocities.com/njbibin/robo12a.html Bibin John www.bibinjohn.tk
  10. Y

    Steps fpr interfacing PC with Atmega32

    I have done this See how i had done http://avrmicrocontroller.googlepages.com/rs232ofcomputerinterfaceAVR.html **broken link removed** Bibin John www.bibinjohn.tk
  11. Y

    how to send and process data through parallel port using C

    outportb(0x378,0xff) download parallel port book from files section of yahoo group-booksbybibin https://groups.yahoo.com/group/booksbybibin/ Bibin John www.bibinjohn.tk
  12. Y

    C mini project...Anoalog Clock

    see this also http://www.geocities.com/njbibin/computer/clock.html Bibin John www.bibinjohn.tk
  13. Y

    How to detect the negative voltage ?

    AVR microcontroller have differential ADC. So you can use them Bibin John www.bibinjohn.tk
  14. Y

    Unidirectional DC Motor Speed!!!!!!!

    are you using microcontroller or parallel port. If you are using parallel port then here are some links for interfacing motor and keypad **broken link removed** **broken link removed** **broken link removed** Bibin John www.bibinjohn.tk
  15. Y

    Simple TCP/IP application

    i have done it using AVR. Try searching #uip# in google then you will get code for all microntrollers Bibin John www.bibinjohn.tk

Part and Inventory Search

Back
Top