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 anandpv2009

  1. anandpv2009

    Why FPGA Development boards are cheaper than actual FPGA Chip

    Thank you ads-ee. But I checked bulk pricing of this FPGA on Digikey and other sites; the price seems the same. I couldn't find it cheaper anywhere. Thanks.
  2. anandpv2009

    Why FPGA Development boards are cheaper than actual FPGA Chip

    Hi All, Why FPGA development boards cost way lesser than the actual price of the FPGA used in that dev board. See the price on Altera website ($145.72) https://www.buyaltera.com/PartDetail?partId=4899931 FPGA Development board costs lesser than this ($99)...
  3. anandpv2009

    PIC18f4550 and Bluetooth HC-06

    This line of code is enough in CCS to set up UART and printf can be used to txmit characters. but you have to add a delay in the loop. Make sure baud rate of the module is 9600.
  4. anandpv2009

    [SOLVED] Wireless signal from a tempertaure switch

    You can use 1M resistor. Just use any values near 1M (RC oscillator) - - - Updated - - - As FVM said, better use your temp switch to ON supply transmitter and HT12E supply if it is a battery operated device.
  5. anandpv2009

    [SOLVED] Wireless signal from a tempertaure switch

    1. Connect you temp switch on an of the pins (D0 or D1 or D2 or D3 or D4) and the corresponding out pins at the receiver will change with switch state. Example. If you connect your temp switch on D0 (HT12E) then D0 OUT of HT12D will change its state with change on D0 pin.
  6. anandpv2009

    Micro controllers and Programming

    start with PIC or AVR. Even though many other controllers are there on market, in India you won't find other uCs easily. you can buy PIC as well as AVR development boards and programmers from online stores like ebay, amazon etc. If you are a beginner you need the following things to start. 1...
  7. anandpv2009

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    Re: PWM out the above code is 100% CCS. You either install CCS or change your code.
  8. anandpv2009

    [PIC] How to turn on a power supply circuit using PIC 18f452?

    Either use relay or transistor depending on power requirements. What exactly is your requirement ? explain a bit more.
  9. anandpv2009

    [SOLVED] Unable to compile code of pic12f675 in MPLAB

    You are using ccs compiler right ? #include <htc.h> is this a custom header file or you added by mistake? Also where is your processor header file ? //#include <12F675.h> Uncomment this line.
  10. anandpv2009

    [SOLVED] Wireless signal from a tempertaure switch

    Output of those cheap RF module will never be stable or error free unless you use a good coding technique. Since you don't have controllers in your circuit the only possible solution is HT12E/12D pairs.
  11. anandpv2009

    [SOLVED] Wireless signal from a tempertaure switch

    Yes, if your temp sensor's out is logic high/low after threshold and logic low/high below threshold. any change in Dx will reflect on Dx OUT of receiver
  12. anandpv2009

    [SOLVED] Wireless signal from a tempertaure switch

    You can use those ICs with the same modules.
  13. anandpv2009

    [SOLVED] Wireless signal from a tempertaure switch

    Check these 2 circuits. Instead of switch connect your temp sensor on/off pin. (high/low states) Transimitter Receiver D0 - D0 OUT D1- D2 OUT D2 - D3 OUT D3 - D4 OUT
  14. anandpv2009

    [SOLVED] Wireless signal from a tempertaure switch

    You have to use encoder/decoder IC pair for error free communication with ASK modules. HT12E and HT12D E- encoder @transmitter side D- decoder @receiver side

Part and Inventory Search

Back
Top