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 necati

  1. necati

    timer/counter 1 problem in ccs pic compiler

    18f252 t0 8 or 16bits
  2. necati

    [PIC] Phase angle control of thyristor w/ PIC18F

    #include <18F252.h>//3faz full control T0 #device ADC=8 #fuses HS,NOWDT,NOPUT,NOLVP,NOBROWNOUT,NOCPD,NOWRT,NODEBUG #use delay(clock=20000000) /***entegreterbiyecisi@yahoo.com***/ #use fast_io(A) #use fast_io(B) #Byte Port_A = 0xF80 #Byte Port_B = 0xF81 #Byte Port_C =...
  3. necati

    LED Driver (MADE IN CHINA)

    www.baidu.com search led driver ic https://bbs.dianyuan.com/topic/876919
  4. necati

    three-phase to single-phase

    Scott-T transformer https://en.wikipedia.org/wiki/File:Scott-T.JPG https://en.wikipedia.org/wiki/Scott-T_transformer
  5. necati

    VCO design with 1KHz to 100KHz

    LM331 https://www.ti.com/lit/ds/symlink/lm331.pdf
  6. necati

    Portb_interrupt+ccs compiler

    #include <16f876.h> #fuses XT,NOWDT,NOPROTECT,NOLVP,BROWNOUT,PUT #use delay(clock=4000000) #use rs232(baud=9600,xmit=PIN_C6,rcv=PIN_C7) /////////////////////////////Working Vars////////////////////////////////////// int16 counter=0; int1 ina=0,inb=0,PLast=0...
  7. necati

    pyd1998 pyro sensor ccsc compiler

    PYD1998 source code Has any one use thermopile sensor for non contact motion sens with a pic12f675 CCSC compiler I'm looking for a source code for anlyzing the data from the thermopile sensor. #define IRSENSE_IO PIN_a1 // int8 i,j; int16 data=0,dat; void PYD1998(void){...
  8. necati

    looking for technology transfer 1.5kw induction heater for domestic kitchen

    **broken link removed** High Frequency Induction Heating
  9. necati

    Useful books about electronics and telecommunications

    Electrical Engineering. Free e-books download.
  10. necati

    what is the working of AVR in a Generator ?

    **broken link removed** **broken link removed** **broken link removed** Speed Governors : Huegli Tech AG
  11. necati

    differential thermostat for a solar water heating system

    diffcon.rar - 4shared.com - udost ccsc Code Examples [Archive] - MEL PICBASIC Forum
  12. necati

    Half Bridge Induction Cooker

    **broken link removed** **broken link removed** Induction Cooktops?Home Appliances/Industrial Systems?TOSHIBA Semiconductor & Storage Products Company **broken link removed**
  13. necati

    [Moved] battery monitoring using pic

    Re: battery monitoring using pic 12 Volt battery oran Volts per Cell 100% 12.70 2.12 90% 12.50 2.08 80% 12.42 2.07 70% 12.32 2.05 60% 12.20 2.03 50% 12.06 2.01 40% 11.90 1.98 30% 11.75 1.96 20% 11.58 1.93 10%...
  14. necati

    Re: Pic 12f675 c code - ccs compiler

    Re: Pic 12f675 c code - ccs compiler /////////////////////////////////////////////// #include <12F675.h> #use delay(clock=4000000) #fuses INTRC_IO,NOWDT,NOCPD,NOPROTECT,nomclr #use rs232(baud=9600,xmit=PIN_A1) int16 seco=0; #int_timer0 void ms_100(){ set_timer1(42); seco++...
  15. necati

    sensor for pic to measure water level

    A digital water level meter

Part and Inventory Search

Back
Top