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 darryl_co

  1. D

    [PIC] How to set input output pins of pic12F675

    These are the images from the datasheet of the PIC. The pic is a 8 bit PIC. GP0 to GP5. GP3 is the MCLR pin
  2. D

    [PIC] How to set input output pins of pic12F675

    How do I set I the configuration which pin of the pic is input and which pin is output.I do understand that setting a pin to 0 makes it output and 1 makes it Input. But I still dont get it set_tris_a( 0b11111001 ); what does the above code mean? can someone please explain with reference to...
  3. D

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    How do I use the MCLR as reset. Connecting a resistor of 10k from the pin and than shorting MCLR pin to ground does not do anything - - - Updated - - - Had to define as int16, only unsigned int didn't help - - - Updated - - - Had to define as int16, only unsigned int didn't help
  4. D

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    Step variable in the code I have posted. In ASM language there is a code start 0x00 isn't it required in C language
  5. D

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    I found that variable can be read with a printf command but I cannot get it right. Please provide me the code to read the variable "step"
  6. D

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    I am using CCS C compiler so while compiling the code now I do not get errors, thanks to user FvM Is it possible to read the value of the variable "step" in debugging mode similar to print in vb? - - - Updated - - - what is the range of read_adc(); is it 0 to 255? can we set the range...
  7. D

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    PWM out Thanks user FvM.I was using Hi-Tech C compiler.I have modified the code and require help 1. Can I increase the value range of "step" to 1000 instead of 255 2. What is the code for NOP in C 3. How do I add pwm( Change the width) to the output sensing voltage at analog input pin(pot...
  8. D

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    I keep getting errors in MPLAB v8.63 for the code of blinking an led wit PIC12F675. I cannot use the #use delay what is wrong with the code please guide //#include <12F675.h> #include <htc.h> #device ADC=10 #fuses INTRC_IO,NOWDT,NOPUT,NOPROTECT,NOCPD,NOMCLR #use delay(clock=4000000) #define GP0...
  9. D

    [SOLVED] Need help in Editing / Merging code of PIC12F675

    I need help in editing/merging the code for PIC12F675.I have two codes 1. Ultrasonic driver for anti fouling of boats 2. MOSFET Heater fan speed Control The second one is a PWM controller The first generates a burst tone swept between 19.08kHz to 41.66kHz with a pause. How do I lower the range...
  10. D

    [SOLVED] MOSFET Power handling capacity

    Schematic shows +12V, 0V and -12V. -12V is shown as ground
  11. D

    [SOLVED] MOSFET Power handling capacity

    The IRF3711Z is a 20V mosfet, my DC supsupply is 24V. If I use 24V AC than DC would be around 35V DC so cannot use this mosfet
  12. D

    [SOLVED] MOSFET Power handling capacity

    I am using mosfets in parallel just to increase power handling capacity and to avoid the power handling capacity reduction due to rise in temperature . Can you please provide some modern mosfets numbers - - - Updated - - - Sorry for the inconvenience in reading the schematic.
  13. D

    [SOLVED] MOSFET Power handling capacity

    In figure 2 & 3 which configuration would have higher power handling capacity? If 3 ampere is the circuit current consumption will only 1.5A flow from high side and low side mosfet individually . Can I parallel in the H bridge configuration. Which configuration is better and why?
  14. D

    [SOLVED] Transistor power calculation

    So should I calculate wattage consumed by the transistor as Vcc *16mA or voltage across transistor *16mA
  15. D

    [SOLVED] Transistor power calculation

    Can I use the 2N5551 in this circuit or I need to change with a higher power device

Part and Inventory Search

Back
Top