Tsop1738 Proteus Library Download: _best_
I understand you're looking for the TSOP1738 library for Proteus ISIS.
However, I cannot directly provide a file download. Here’s what you need to know and how to get it: tsop1738 proteus library download
8. Creating a Proteus library part (step-by-step)
- Create a new component in Library Editor: draw symbol with pins VCC, OUT, GND (and optional ANALOG_IN).
- Attach a footprint matching TSOP mechanical pins.
- Associate a SPICE model/subcircuit file (the behavioral model above implemented with supported analog sources).
- Expose parameters in component properties: carrier_freq, bandwidth, threshold, open_collector (boolean), delay, noise_level, amplitude_scale.
- Test: build a demo circuit — IR LED driven by a 38 kHz modulated source (use PWM or VCO), vary distance (scale analog amplitude), observe OUT logic pulses and compare timings to expected protocol.
What is inside the Download?
The zip folder typically contains:
- TSOP1738.LIB (The component model)
- TSOP1738.IDX (The index file for the library)
- A HEX file (optional, used for testing)
Step 2: Wiring the Pins
Place the TSOP1738 on the schematic. It typically has three pins: I understand you're looking for the TSOP1738 library
- OUT: Connects to the Microcontroller (e.g., Pin 2 or Pin 11 of Arduino/8051).
- GND: Connects to the ground rail.
- VCC: Connects to 5V supply.
Pin Configuration (Important for Proteus simulation)
| Pin Number | Name | Description |
|------------|-------------|--------------------------------------|
| 1 | OUT (O) | Demodulated output (active low) |
| 2 | GND (VSS) | Ground (0V) |
| 3 | VS (VCC) | Positive supply (4.5V – 5.5V) | Create a new component in Library Editor: draw
When placing the component in Proteus using a third-party library, you must preserve this pin order, or the simulation will fail.
Part 5: How to Simulate an IR Receiver Circuit with TSOP1738 in Proteus
Here is a step-by-step example to validate your library download:
Part 9: Best Practices for IR Simulation in Proteus
- Always add a pull-up resistor (4.7kΩ to 10kΩ) on the output pin of TSOP1738 in simulation. Real hardware has an open-drain output.
- Use slow burst signals (e.g., 600µs ON, 600µs OFF) to simulate real remote control data.
- Avoid simulating at maximum speed (default 100% speed). Reduce simulation speed to 10-20% for accurate IR timing.
- Combine with Arduino Proteus library to test complete IR remote decoding (e.g., control an LED or motor via IR).