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 emailkprajesh

  1. E

    Making IR Receiver using PIC16F84, ability to control 4 Different relays

    if you want to connect the 9th device, you have to make lot of modification to the code. in PORT C only 8 Pins are available. you have to modify the Tx ASM code also.
  2. E

    [SOLVED] Connecting Two PIC 16F877

    its simple to use serial interfce (USART). it need only two pins. if you don't know ablout the interfaces like serial, SPI or I2C. connect any IO port of the two ICS and transfer data as your using it for a switch or LED. which c compiler you are using.
  3. E

    Need Simple Modification to Infra Red Circuit and HEX FIle

    there is no remedy for interferences. Normal IR remotes will work + or - 30 degree angle only. if its a small area, refleted ir rays from walls also trigger an interference.
  4. E

    Need Simple Modification to Infra Red Circuit and HEX FIle

    old codes like RC5 are not used in latest TVs. now they switched to RC6. if you have any old 90 channel tv. then you have a problem of interference.
  5. E

    Interface CO sensor to Microcontroller using PIC Basic programming

    are you using GSM modem for sending SMS.
  6. E

    automatic solar tracking system

    Use Photodiodes. every LDRs you buy will vary in charateristics eventhough its from the same shop and batch. so its very difficult for you to make a judgement based on LDR value. mount the five photodiodes in a half round manner. use ADC to covert the analog output of Photodiodes to digital...
  7. E

    Gsm at command for getting saved phone number from sim card

    The command “ATD>SM7;“is going to dial the phone number stored at location 7 in SIM phone book.
  8. E

    Need Simple Modification to Infra Red Circuit and HEX FIle

    I can't say your code supports any remote code decoding by just looking the Hex file. your second thred Making IR Receiver using PIC16F84, ability to control 4 Different relays https://www.edaboard.com/threads/193286/#post810854 will surely work and decode RC5. use any 90 channel remote.
  9. E

    Making IR Receiver using PIC16F84, ability to control 4 Different relays

    Re: Making Infra Red Receiver using PIC, HAVE THE CODE JUST LITTLE MODIFICATION NEEDE Your program works in toggle mode. if you really don't want to use 8 relays. the best way is to connect only 4 relays to the circuit, leave other connections open. similary connect only 4 switches in the Tx...
  10. E

    Need Simple Modification to Infra Red Circuit and HEX FIle

    Please tell us about your compiler, attach the souce code. is your program able to decode the remote codes ( codes like RC5, sony, NEC...)
  11. E

    Hall Sensor circuit design help

    just mount a magnet on the table refer these links, you will get an idea. Hall effect sensor - Wikipedia, the free encyclopedia **broken link removed**
  12. E

    hi world from Spain.I am new user

    hai, welcome to edaboard
  13. E

    pic16f684 eeprom starting address

    use memory address 0x2100 #rom 0x2100={0,0,0} // eeprom memory address for dumping data in to EEprom memory. use write_eeprom and read_eeprom functions.
  14. E

    [SOLVED] CCS or MikroC Pro to Buy?

    Then go for CCS. Its Very good. i am using it for last 2 years.

Part and Inventory Search

Back
Top