Hsb133 Receiver Work Today
The HSB133 is a single-chip superheterodyne ASK/OOK (Amplitude Shift Keying / On-Off Keying) receiver module designed for the 433.92 MHz frequency band. Unlike cheaper super-regenerative receivers, the HSB133 uses a local oscillator and mixer stage (superheterodyne architecture) to convert the incoming 433 MHz signal down to a fixed intermediate frequency (IF), typically 1 MHz or 2.25 MHz.
This design choice is critical. It means the HSB133 offers superior stability, narrower bandwidth, and significantly better rejection of out-of-band interference (e.g., from GSM phones, Wi-Fi, or nearby motors) compared to its super-regenerative cousins.
Common Applications:
The raw demodulated signal is still analog and can be noisy. The HSB133 uses an internal data slicer (a comparator) that continuously monitors the average voltage and sets a threshold. Any signal above the threshold becomes a clean TTL logic "1" (typically +3.3 or +5V), and below becomes a "0".
The final output pin (often labeled DATA or DOUT) provides this digital stream directly to your microcontroller. hsb133 receiver work
To make the HSB133 work in a circuit, you must connect it correctly. While pin counts vary slightly between manufacturers (Analog Devices, Micrel, or generic Chinese clones), a standard 7-pin HSB133 follows this layout:
| Pin | Name | Function | Connection | | :--- | :--- | :--- | :--- | | 1 | ANT | RF Input (50 Ohm impedance) | External 433 MHz quarter-wave antenna (17.3 cm wire) | | 2 | GND | Ground | Connect to system ground plane | | 3 | VCC | Power Supply (3.3V – 5.5V) | Stable 3.3V or 5V rail. Note: 3.3V is preferred for lower noise | | 4 | DATA | Digital Output (TTL) | Connect to RX pin of Arduino, UART, or MCU | | 5 | AGC | Automatic Gain Control (or unused) | Often left floating or connected to VCC via a resistor | | 6 | SEL | Bandwidth Select / Shutdown | Tie to GND for normal operation | | 7 | GND | Auxiliary Ground | Connect to system ground | Critical Note for "Work" Functionality: The HSB133 is
Critical Note for "Work" Functionality: The HSB133 is not a decoder. It only receives raw RF and outputs a digital version of the modulated signal. To make it work meaningfully, you must pair it with a microcontroller (like an Arduino) that runs a software decoder (e.g., the
RCSwitchlibrary for 433 MHz remotes).
The operator presses a button on the transmitter. The transmitter encodes the command (e.g., "Function A: HOIST UP") along with a unique 32-bit or 64-bit security ID. This data packet modulates a carrier frequency. The operator presses a button on the transmitter
The HSB133 receiver’s antenna captures this radio wave. The internal RF module down-converts the signal to an intermediate frequency (IF) and then demodulates it, extracting the raw digital data packet.