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 Kinjalti25

  1. K

    About PWM generating for AC Motor Drive using ATMEGA32

    pwm codevision Hi, I don't know very much about IGBTs, but the simple config. of PWM generation using AVR (ATmegaxxxx) is as under. void pwm_init(void) { TCCR1A=0x23;//PWM config. TCCR1B=0x01;//10-bit PWM (0-1024)(bin. valu)---->(0%-100%)(duty cycle) TCNT1H=0x00;//PWM freq. setting...
  2. K

    Which Microcontroller Do You Use?

    microcontroller which use I uses ATmega8535 (8-bit AVR core) microcontroller with WINAVR C-compiler. These MCUs are in system programmable and it is not hard to programming it in C.
  3. K

    universal pic programer

    The JDM2 is very cost effective solution, it can even program dsPIC30F series (dsPIC30f4011 ,30f3014, 30f2010) in conjuction with WIMPIC progrsmming software.
  4. K

    AVR ADC question, please help

    Yes U can use remaining pin as digital I/O. In 7th SEM I have made AVR based temperature controller using ATmega8535 and LM35(temperature sensor). The code for ADC config. is as under. void adcfg(void) { ADCSRA=0xAD;// ADC triggered at every TIM 0 overflow with interrupt enabled SFIOR&=0x0F...
  5. K

    Obtaining free Samples in India...

    Hi, Microchip also ships samples (within 15 days), provided that you have mambership of sample.microchip.com
  6. K

    stepper motor driver circuit with optocouplers

    optocoupler circuits :D Hi,I am also working with stepper motor(Bi polar) interfacing with dsPIC30f2010. To use optocoupler, first connect the output of MCU/logic CKT to optocoupler (MCT2E)through inverter and then the collector of opto coupler to input of ULN2003.

Part and Inventory Search

Back
Top