KrisBlueNZ
Sadly passed away in 2015
It's better that way. A transistor responds to the voltage between its base and emitter, and the purpose of C2 is to smooth Q1's base-emitter voltage. You can connect it from Q1's base to the 0V rail as in the original design, but then any noise or disturbances on the power supply will be coupled into Q1's base. Connecting C2 across the base-emitter of Q1 is the proper way to do it.Receiver: 1) Why is C2 arranged in different way compare to original? (Originally, positive to ground but yours is positive to the source)
2k2 = 2200 ohms. The k replaces the decimal point and gives the multiplier, so the value is 2.2 kilohms or 2200 ohms.2) R6, 2K2 means 2002ohms?
That's fine. If you're getting a BC337-40 for Q1 in the transmitter, you could get a second one to use as Q2 in the receiver, but a BC548 is fine too.3) Q2 - I got BC548 instead of BC547B
That's fine; it's just a different manufacturer, and some of them use different prefixes. The "standard" prefix is CD, but Philips/NXP use HCF; ON Semiconductor use MC1, and there are a few others.U1 - I got HCF4017BE instead of CD4017BE
Sure. The power supply does need to be regulated, for the TSOP1738. If you have a DC power source of 8V or more, you can use a standard 5V three-terminal regulator such as the 7805 (http://www.digikey.com/product-detail/en/MC7805CTG/MC7805CTGOS-ND/919333) or 78L05 (http://www.digikey.com/product-detail/en/L78L05ACZ/497-2952-ND/634716). If you want to power it from a 6V battery (I recommend using at least C-cells), you'll need a "low dropout" regulator, aka "LDO". Your cheapest option from Digikey is a Microchip MCP1702: http://www.digikey.com/product-detail/en/MCP1702-5002E/TO/MCP1702-5002E/TO-ND/1098464 and another option is an LM2931: http://www.digikey.com/product-detail/en/LM2931AZ50R/497-4262-1-ND/725545 or an LP2950: http://www.digikey.com/product-detail/en/LP2950CZ-5.0/NOPB/LP2950CZ-5.0/NOPB-ND/1482224) Any idea on getting 5V of supply?
Not exactly. U1 contains six inverters. The first one is connected to pins 1 and 2. It takes a voltage on pin 1 (its input) and drives its output (pin 2) to the logically opposite state. The ceramic resonator feeds this signal back to the input in a way that is frequency-dependent, and this causes the whole circuit to oscillate at a frequency determined by the ceramic resonator. The 1M resistor is needed to put the inverter into its "linear region", where it can detect and amplify small voltage variations at its input. The output is buffered by another inverter in U1.Transmitter: 1) My question is, at pin 1, is the signal 0? And is it then inverted and come out as "1" at pin 2? Then is inverted to "0" again then enter CLK??
Right. U1 is used for both frequencies. It generates and buffers the 455 kHz clock frequency, and it buffers the 37.991667 kHz signal to boost it so it can drive the transistor that drives the LED.2) The signal entering CLK of U2 (from pin 12 of U1) is 455 kHz while the signal entering pin 11 of U1 is 37.91667 kHz (after being divided by 1100 binary), am I right?
I'm not sure what you're asking. The operation of a Pierce oscillator is not easy to explain, and you don't need to understand it to be able to make it work!3) And I'm wondering how the current flowing in the oscillator and U1.
"Phase angle" doesn't mean anything in that sentence. The IR LED is pulsed at 38 kHz. There is no 28 kHz frequency anywhere in that circuit.4) Is the current having phase angle of 38kHz? Or else how the IR LED emit IR with 28kHz?
No problem. Those were all reasonable questions except the last one.