Showing posts with label schematic. Show all posts
Showing posts with label schematic. Show all posts

Thursday, April 11, 2013

USB Switch Schematic Circuit

Anyone experimenting or developing USB ported peripheral hardware soon be comes irritated by the need to disconnect and connect the plug  in order to reestablish communication with the PC. This process is necessary for example each time the peripheral equipment is reset or a new version of the firmware is installed. As well as tiresome it eventually leads to excessive contact wear in the USB connector. The answer is to build this electronic isolator which disconnects the peripheral device at the touch of a button. This is guaranteed to reduce any physical wear and tear and restore calm once again to the workplace. 

Circuit image :
 USB Switch-Image
USB Switch Schematic Circuit Image

The circuit uses a quad analogue switch type 74HC4066. Two of the switches in the package are used to isolate the data path. The remaining two are used in a classic bistable flip-flop configuration which is normally built using transistors. A power MOSFET switches the power supply current to the USB device.  Capacitor C2 ensures that the flip flop always  powers-up in a defined state when plugged  into the USB socket (‘B’ in the diagram). 

The  peripheral device connected to USB socket ‘A’  will therefore always be ‘not connected’ until  pushbutton S2 is pressed. This flips the bistable, turning on both analogue gates in the data lines and switching the MOSFET on. The  PC now recognises the USB device. Pressing  S1 disconnects the device.
Circuit diagram :
USB Switch-Circuit-daigram
USB Switch Schematic Circuit Diagram

The circuit does not sequence the connections as a physical USB connector does; the power supply connection strips are slightly longer than the two inner data carrying strips to ensure the peripheral receives power before the data signals are connected. The electronic switch does not suffer from the same contact problems as the physical  connector so these measures are not required in the circuit. The  simple circuit can quite easily be constructed on a small  square of perforated strip-board. 

The design uses the 74HC(T)4066 type analogue switch, these have  better characteristics compared to the standard 4066 device. The USB switch is suitable for both low-speed (1.5 MBit/ s) and full-speed (12 MBit/s) USB ports applications but the proper ties of the analogue switches and perf-board construction  will not support hi-speed (480 MBit/s) USB operation. 

The IRFD9024 MOSFET can pass a current of  up to 500 mA to the peripheral device with-out any problem.
 
 
 http://streampowers.blogspot.com/2012/07/touch-switchs.html
Read More...

Friday, April 5, 2013

Low Power FM Transmitter Schematic

The circuit of the transmitter is shown in Figure 1, and as you can see it is quite simple. The first stage is the oscillator, and is tuned with the variable capacitor. Select an unused frequency, and carefully adjust C3 until the background noise stops (you have to disable the FM receivers mute circuit to hear this).

Because the trimmer cap is very sensitive, make the final frequency adjustment on the receiver. When assembling the circuit, make sure the rotor of C3 is connected to the +9V supply. This ensures that there will be minimal frequency disturbance when the screwdriver touches the adjustment shaft. You can use a small piece of non copper-clad circuit board to make a screwdriver - this will not alter the frequency.

The frequency stability is improved considerably by adding a capacitor from the base of Q1 to ground. This ensures that the transistor operates in true common base at RF. A value of 1nF (ceramic) as shown is suitable, and will also limit the HF response to 15 kHz - this is a benefit for a simple circuit like this, and even commercial FM is usually limited to a 15kHz bandwidth.

The Principle of works this application;
Q1 is the oscillator, and is a conventional design. L1 and C3 (in parallel with C2) tune the circuit to the desired frequency, and the output (from the emitter of Q1) is fed to the buffer and amplifier Q2. This isolates the antenna from the oscillator giving much better frequency stability, as well as providing considerable extra gain. L2 and C6 form a tuned collector load, and C7 helps to further isolate the circuit from the antenna, as well as preventing any possibility of short circuits should the antenna contact the grounded metal case that would normally be used for the complete transmitter.

The audio signal applied to the base of Q1 causes the frequency to change, as the transistors collector current is modulated by the audio. This provides the frequency modulation (FM) that can be received on any standard FM band receiver. The audio input must be kept to a maximum of about 100mV, although this will vary somewhat from one unit to the next. Higher levels will cause the deviation (the maximum frequency shift) to exceed the limits in the receiver - usually ±75kHz.

With the value shown for C1, this limits the lower frequency response to about 50Hz (based only on R1, which is somewhat pessimistic) - if you need to go lower than this, then use a 1uF cap instead, which will allow a response down to at least 15Hz. C1 may be polyester or mylar, or a 1uF electrolytic may be used, either bipolar or polarise. If polarised, the positive terminal must connect to the 10k resistor.

Read More...