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 max_1974

  1. M

    help pls with manchester code

    hello help pls with manchester code I tried to make R F remote control using p16f84a the code working fine on Proteus but when I built the circuit it doesn't RX Code // Manchester module connections sbit MANRXPIN at RB5_bit; sbit MANRXPIN_Direction at TRISB5_bit; // End Manchester module...
  2. M

    help with ac voltmeter code

    I'm using PIC C Compiler
  3. M

    help with ac voltmeter code

    I'm getting this error Error 128 A #DEVICE required before this line
  4. M

    help with ac voltmeter code

    hello to all can anyone please help me with this code it's ac voltmeter using 16F676. how can i convert it to Hex void main() { #define data1 PORTC.F1 #define clk PORTC.F0 #define seg1 PORTC.F3 #define seg2 PORTC.F4 #define seg3 PORTC.F5 unsigned char...
  5. M

    help with fm radio using tea5767

    thank you so much jayanth.devarayanadurga . I'm beginner in programming I've copied the code to MBLAB and then saved it to asm file but when i tried to make hex file i Failed
  6. M

    help with fm radio using tea5767

    Can anyone help me with this fm projects it's in Italian and source code is so complicated and i cant converted to hex file .... please help . https://antoniopolo.wordpress.com/2012/03/06/radio-fm-pll-digital-termometro-relogio-pic16f877a/
  7. M

    Can I use 16F630 instead of 16F84A

    Where is the wrong ; ‚ ; ; PIC 16F630 ; ;--------------------------------------------------------------------- ; ; MPASM ‚ ; ; ; ; ; .osc hs ; .pwrt on ; .wdt off ; .protect off ; ;--------------------------------------------------------------------- P=16F630 #include...
  8. M

    Can I use 16F630 instead of 16F84A

    ALERTLINKS what's transmitter code for you don't need it . this circuit can work with any remote control with 32bit Such as (DVD player . VCD . MP3 Player . Satellite receiver.....) (That's what makes it special any remote control ) just press the EEPROM key and the led will turn off and select...
  9. M

    Can I use 16F630 instead of 16F84A

    Thank you all . the code with the circuit **broken link removed**
  10. M

    Can I use 16F630 instead of 16F84A

    This is 8 channels IR remote control circuit . can I use 16F630 for 6 channels and what should I modify in code to make it work

Part and Inventory Search

Back
Top