Note: If this is not an IR receiver (e.g., if it’s on a power supply board), please check the marking context below. However, 99% of inquiries for GM4E01 point to the Sharp IR module. 1. Overview The GM4E01 is a miniature, epoxy-molded IR receiver module designed for infrared remote control systems. It receives modulated IR signals (typically 38 kHz or 40 kHz) from a remote control, amplifies them, demodulates them, and outputs the digital data signal for a microcontroller (e.g., Arduino, ESP32, PIC).
Would you like help identifying the exact pinout for your specific GM4E01, or adapting it to a particular microcontroller? gm4e01
| Pin | Name | Description | |-----|------|-------------| | 1 | OUT | Data output (to MCU) | | 2 | GND | Ground (0V) | | 3 | Vcc | +5V power supply | Note: If this is not an IR receiver (e
void loop() if (IrReceiver.decode()) IrReceiver.printIRResultShort(&Serial); IrReceiver.resume(); // ready for next code Overview The GM4E01 is a miniature, epoxy-molded IR
| Part Number | Carrier | Notes | |-------------|---------|-------| | TSOP38238 | 38 kHz | Standard Vishay replacement | | VS1838B | 38 kHz | Cheap, widely available | | TSOP31238 | 38 kHz | Similar pinout, good immunity | | TL1838 | 38 kHz | Common clone |