logo logo
Request Quote
RFQ
Request Quote
0 Shopping Cart
Cart
Items
Select Language
Account
Login
  • Products
  • Manufacturers
  • About Us
  • Quality
  • Blog
  • Contact Us
logo
Home
Home > Blog > SN74HC595N Shift Register Pinout, Features, and Circuit
On This Page
  • Understanding SN74HC595N Shift Register
  • SN74HC595N Pinout
  • SN74HC595N Specifications
  • SN74HC595N Features
  • How does a SN74HC595N work?
  • Pros and Cons of Using the SN74HC595N​
  • SN74HC595N Applications
  • SN74HC595N Equivalents
  • How to Use an SN74HC595N?
  • Frequently Asked Questions

SN74HC595N Shift Register Pinout, Features, and Circuit

20 May 2025 1454

 


Have you ever wanted to control many LEDs or sensors with a microcontroller but ran out of pins? The SN74HC595N shift register is a handy chip that solves this problem! This tiny device lets you expand the number of outputs your project can handle.

 

In this blog, we’ll explore its pinout, features, and how to use it. Whether you’re a beginner or a hobbyist, this guide will help you understand the SN74HC595N in simple terms.

 

 

Understanding SN74HC595N Shift Register

 

A shift register is a digital circuit that stores and moves data. Imagine a row of people passing a ball from one to another—the ball represents data, and each person is a storage unit. The SN74HC595N is an 8-bit shift register, meaning it can store and move 8 pieces of data (like turning 8 LEDs on/off).

 

CAD Model

 

SN74HC595N symbol

 

 SN74HC595N footprint                                          Figure 2: PCB Footprint - Texas Instruments SN74HC595N

 

SN74HC595N 3D Model                                           Figure 3: 3D Model - Texas Instruments SN74HC595N

 

Block Diagram

 

 SN74HC595N  Block Diagram

 

Packaging and Dimensions

The SN74HC595N comes in a DIP (Dual In-line Package): 

  • DIP stands for Dual In-line Package, a classic through-hole design.
  • It has 16 pins arranged in two parallel rows (8 pins per row).
  • Perfect for breadboards and prototyping because it’s easy to plug in and solder.

 

SN74HC595N Packaging and Dimensions

 

SN74HC595N Manufacturer

The SN74HC595N is manufactured by Texas Instruments (TI), a leading global semiconductor company founded in 1930. Texas Instruments designs and produces a wide range of electronics, including analog chips, embedded processors, and logic devices like the SN74HC595N.

 

 

SN74HC595N Pinout

 

SN74HC595N Led Pinout

 

SN74HC595N Led Pinout                                                             SN74HC595N Pinout                                                                                                        

SN74HC595N                                                                            SN74HC595N

 

Here’s a comprehensive breakdown of the SN74HC595N 16-pin shift register, including pin functions, types, and practical usage tips:

Pin #​​ ​​Pin Name​​ ​​Type​​ ​​Direction​​ Function​​ Voltage Range ​​Key Notes​​
​​8​​ GND Power - Ground connection 0V Must connect to the circuit’s ground.
​​16 VCC Power - Power supply input 2V–6V Use 5V for most Arduino/RPi projects.
​​14 SER Input In Serial Data Input 0V–VCC Receives data bit-by-bit (e.g., from a microcontroller).
​​11​​     SRCLK Input In Shift Register Clock 0V–VCC Clock signal to shift data into the register (triggered on ​​rising edge​​).
​​12​​     RCLK Input In Latch Clock (Storage Register Clock) 0V–VCC Copies shifted data to output pins on ​​rising edge​​.
​​13 OE ( ) Input In Output Enable (Active Low) 0V–VCC     Pull to ​​GND​​ to enable outputs. Pull to VCC to disable (turn off).
​​10 SRCLR ( ) Input In Master Reset (Active Low)     0V–VCC Pull to ​​GND​​ to clear shift register. Tie to VCC if unused.
​​15​​ Q0     Output Out Output Pin 0 0V–VCC     First output pin (supports up to 35mA current sink).
​​1–7 Q1–Q7 Output Out Output Pins 1–7 0V–VCC Drive LEDs, relays, or sensors. Sequence: Q1=Pin 1, Q7=Pin 7.
​​9​​ Q7' Output Out Serial Output (Cascading) 0V–VCC Connects to ​​SER​​ of the next chip in a chain.

 

 

SN74HC595N Specifications

​​Category​​ ​​Specification​​ Details​​ ​​Notes​​
​​General​​ ​​Supply Voltage (VCC)​​     2.0V to 6.0V Compatible with 3.3V and 5V systems. Ideal for Arduino/RPi projects.
  Operating Temperature​​ -40°C to +85°C Suitable for extreme environments (e.g., outdoor projects).
  ​​Package Type PDIP-16 (Plastic Dual In-line) Dimensions: 19.3mm x 6.35mm x 4.57mm. Breadboard-friendly.
  ​​Logic Family​​     HC (High-Speed CMOS) Balances speed and power efficiency.
​​Electrical​​ ​​​​Output Current (per pin)​​ 35 mA (max)     Can drive LEDs directly (use resistors!).
  ​​Total Output Current​​     70 mA (max for all pins combined) Avoid exceeding to prevent overheating.
  ​​Input Current (per pin)​​ ±1 µA (typical) Very low input leakage.
  ​​Output Voltage (HIGH)​​ VCC - 0.1V (min) Near full voltage for strong signal integrity.
  ​​Output Voltage (LOW)​​ 0.1V (max) Minimal voltage drop when sinking current.
  ​​Input Voltage Logic Levels​​     HIGH: ≥70% of VCC
LOW: ≤30% of VCC
For 5V: HIGH ≥3.5V, LOW ≤1.5V.
  ​​Power Dissipation​​ 500 mW (max) Use heat sinks in high-current applications.
​​Timing​​ ​​Clock Frequency 100 MHz (max) Fast enough for LED matrices or fast data shifting.
  Propagation Delay​​ 13 ns (typical, CLK to output) Minimal delay for real-time applications.
  ​​Rise/Fall Time (Outputs)​​ 6 ns (typical) Sharp signal edges for noise immunity.
  Setup Time (SER to SRCLK)​​ 20 ns (min) Data must be stable before clock edge.
  ​​Hold Time (SER to SRCLK) 5 ns (min) Data must remain stable after clock edge.
​​Physical​​ ​​Input/Output Capacitance 3.5 pF (typical) Minimal signal distortion in high-speed circuits.
  ​​ESD Protection​​     2 kV (Human Body Model) Protects against static discharge during handling.
  ​​Thermal Resistance​​ 80°C/W (Junction-to-Ambient) Indicates heat dissipation capability.
​​Functional​​ ​​Number of Bits​​ 8-bit shift register + 8-bit storage register Separate registers for shifting and displaying data.
  Daisy-Chaining Support​​ Yes (via Q7' pin) Connect multiple chips for 16, 24, etc., outputs.
  ​​Reset Functionality​​ Master Reset (SRCLR pin) Active-low pin clears shift register (does not affect storage register).
  Output Enable (OE)​​ Active-low control Turn outputs on/off without losing data. Use PWM for dimming.

 

 

SN74HC595N Features

 

SN74HC595N Features

 

8-Bit Shift Register​​

The chip can store and shift 8 bits of data, letting you control 8 outputs using just 3 microcontroller pins.

 

Separate Storage Register​​

Data shifted into the chip is held in a storage register until you’re ready to display it, preventing flickering in LEDs or displays.

 

Daisy-Chaining Support​​

Use the Q7’pin to connect multiple SN74HC595N chips, expanding outputs to 16, 24, or more with the same 3 control pins.

 

High-Speed Operation​​

Works at up to 100 MHz, making it fast enough for LED matrices, displays, or rapid sensor updates.

 

Wide Voltage Range (2V–6V)​​

Compatible with 3.3V (Raspberry Pi) and 5V (Arduino) systems, offering flexibility for various projects.

 

Output Enable (OE) Control​​

 

Output Enable (OE) Control​​

 

The OE pin (active low) lets you turn outputs on/off instantly. Use PWM here for LED brightness control.

 

Master Reset (SRCLR)​​

Pull the SRCLR pin low to clear all data in the shift register, resetting outputs in milliseconds.

 

Low Power Consumption​​

Uses just 1 µA when idle and minimal power during operation, ideal for battery-powered devices.

 

High Current Drive​​

Each output pin can sink up to 35 mA, enough to power LEDs or small relays directly (add resistors for LEDs!).

 

Compact DIP-16 Package​​

Fits easily on breadboards, with labeled pins for hassle-free prototyping.

 

ESD Protection​​

Withstands electrostatic discharges up to 2 kV, protecting the chip from accidental static damage.

 

TTL/CMOS Compatibility​​

Works seamlessly with both CMOS (e.g., Raspberry Pi) and TTL (e.g., Arduino) logic levels.

 

Tri-State Outputs​​

Outputs can be disabled (high-impedance state), useful for sharing buses or reducing power use.

 

 

How does a SN74HC595N work?

 

 

The shift register SN74HC595N is like a digital warehouse that stores and organizes data to control multiple devices. Let’s break down its operation step by step:

 

1.Shifting Data In​​

  • You send data bit by bit (0s or 1s) into the SER (Serial Input) pin.
  • Each time you pulse the SRCLK (Shift Register Clock) pin, the chip reads the current bit and shifts the existing bits forward.

 

2.Latching Data to Outputs​​

  • After shifting all 8 bits, pulse the RCLK (Latch Clock) pin.
  • This copies the data from the shift register to the storage register, which updates the Q0–Q7 output pins.

 

3.Controlling Outputs with OE​

  • The OE (Output Enable) pin is active low (pull to GND to enable outputs).
  • When OE is HIGH, outputs are disabled (pins go into a high-impedance state).

 

4.Master Reset (SRCLR)​​

  • Pull the SRCLR (Shift Register Clear) pin LOW to erase all data in the shift register.
  • Note: This does not clear the storage register or outputs until you latch new data.

 

5.Daisy-Chaining Multiple Chips​​

  • Connect the Q7’pin of the first chip to the SER pin of the second chip.
  • After shifting 8 bits into the first chip, the 9th bit spills into the second chip’s shift register.

 

 

Pros and Cons of Using the SN74HC595N​

 

Pros​


Pros​

 

  • Saves Microcontroller Pins: Controls 8 outputs with just 3 microcontroller pins (SER, SRCLK, RCLK). Chain multiple chips to control 16, 24, or more outputs without adding more pins.
  • Easy to Daisy-Chain: Use the Q7’pin to link multiple chips. Ideal for large LED matrices or multi-device control.
  • Low Power Consumption: Uses 1 µA when idle and minimal power during operation. Perfect for battery-powered projects.
  • Simple to Use: Works with basic digital signals. No complex protocols like I2C or SPI.
  • Instant Output Control: The OE (Output Enable) pin lets you turn outputs on/off instantly. Use PWM here for LED dimming.
  • High-Speed Operation: Supports clock speeds up to 100 MHz, making it fast enough for scrolling text or animations.
  • Affordable and Widely Available: Costs less than $0.50 and is sold at most electronics retailers (e.g., Amazon, Adafruit).
  • Durable Design: Built-in ESD protection (up to 2 kV) and operates in extreme temperatures (-40°C to 85°C).

 

Cons

 

Cons

 

  • Limited Current per Output: Each output pin can only handle 35 mA. Driving motors or high-power LEDs requires external transistors.
  • No Input Functionality: The SN74HC595N shift registers are output-only. For reading sensors or buttons, use a shift register with input capability (e.g., 74HC165).
  • Requires Basic Coding Skills: You need to write code to shift data in and latch it. Not plug-and-play like I2C port expanders.
  • Voltage Drop on Outputs: Outputs slightly drop voltage (e.g., 4.9V instead of 5V). Use a logic-level converter if precise voltage is critical.
  • Manual Reset Required: The SRCLR (Reset) pin only clears the shift register, not the storage register. To fully reset outputs, you must shift in zeros and latch them.
  • Speed Limitations for Large Chains: Daisy-chaining many chips slows down data updates. For example, controlling 64 LEDs requires shifting 64 bits, which takes ~6.4 µs at 10 MHz.
  • No Built-In Protection for Outputs: Shorting an output pin can damage the chip. Always add resistors for LEDs or fuses for high-current devices.

 

 

SN74HC595N Applications

 

LED Control​​

 

LED Control​​

 

  • LED Matrices: Drive rows or columns of LED matrices (e.g., 8x8 grids) to create scrolling text, animations, or simple graphics.
  • 7-Segment Displays: Control each segment (A-G) of a 7-segment display to show numbers or letters.
  • LED Strips: Manage individual LEDs in a strip for custom lighting effects.
  • Multiplexed Displays: Save pins when controlling multiple displays (e.g., 4-digit 7-segment displays).

 

Relay or Motor Control​​

  • Relay Arrays: Turn multiple relays on/off to control lights, fans, or appliances.
  • Stepper Motor Control:Send step/direction signals to control motor movement.
  • Servo Motor Arrays:Use PWM signals via the OE pin to control servo angles.

 

Custom Keyboards or Button Arrays​​

Combine the SN74HC595N with a input shift register (e.g., 74HC165) to read multiple buttons or switches.

 

Sensor Arrays​

Sensor Multiplexing: Read data from multiple sensors (e.g., temperature, light) using fewer pins.

 

DIY Gaming Gadgets​

 

DIY Gaming Gadgets​

 

  • LED Cube: Build a 3x3x3 LED cube where each layer is controlled by the SN74HC595N.
  • Arcade Lights: Create interactive light patterns for DIY game controllers or reaction-time games.

 

Serial-to-Parallel Conversion

Convert serial data (e.g., from a microcontroller) into parallel signals for devices needing parallel input.

 

Data Logging Systems

Use the SN74HC595N to control SD card modules, indicator LEDs, or status displays in data loggers.

 

Industrial Automation​​

  • Conveyor Belts: Control indicator lights or sensors in automated systems.
  • Sorting Machines: Activate solenoids or motors to sort objects based on sensor input.

 

Educational Projects​

Teaching Tool: Demonstrate binary counting, data shifting, or digital logic in classrooms.

 

 

SN74HC595N Equivalents

 

SN74HC595N Equivalents

 

The SN74HC595N is widely used, but several equivalent or similar shift registers can replace it depending on your project’s needs. Here’s a detailed table of alternatives:

​​Equivalent IC ​​    ​​Manufacturer ​​Key Differences​​ Notes​​
​​74HC595​​ Various (TI, NXP, etc.) Functionally identical to SN74HC595N. Same specs, but different part numbering. Drop-in replacement.
​​CD74HC595​​ Texas Instruments Similar specs, but in a different package (e.g., SOIC-16). Ideal for surface-mount (SMD) projects.
​​M74HC595​​ STMicroelectronics Same logic and pinout, but slightly different timing characteristics. Check datasheet for timing if used in high-speed (>50 MHz) circuits.
​​HEF4094​​ NXP 8-bit shift register with latching, but ​​3.3V–15V​​ voltage range. Better for higher voltage systems (e.g., 12V), but slower (~20 MHz).
​​74HCT595​​ NXP/TI TTL-compatible inputs (works with 4.5V–5.5V). Use when interfacing with TTL devices (e.g., older microcontrollers).
​​TPIC6B595​​ Texas Instruments High-current (150 mA per output) open-drain outputs. Drives motors, relays, or high-power LEDs directly.
74LS595​ Various TTL logic family (5V-only), lower speed (~35 MHz). Older design; requires 5V logic.
​​STP16DP05​​ STMicroelectronics 16-bit shift register with constant-current LED drivers. For large LED arrays; simplifies LED resistor calculations.
​​74HC164​​ Various 8-bit shift register ​​without a storage latch​​.     Cheaper but lacks simultaneous output updates (may cause flickering).

 

Compared to Other Shift Registers

Feature​​ SN74HC595N 74HC164​​ ​​TPIC6B595 ​​HEF4094 74HC165​​
​​Type​​ 8-bit output 8-bit output 8-bit output 8-bit output 8-bit ​​input​​
​​Voltage Range​​ 2V–6V 2V–6V 3V–5.5V 3V–15V 2V–6V
​​Output Current (per pin)​​ 35 mA (sink) 25 mA (sink) 150 mA (sink) 25 mA (sink) N/A (input device)
​​Storage Latch​​ Yes ✅ No ❌ Yes ✅ Yes ✅ N/A
Daisy-Chaining Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅
​​Speed (Max Clock) 100 MHz 50 MHz 25 MHz 20 MHz     80 MHz
​​Key Advantage​​ Balance of speed, cost, and features Cheaper, simpler High-current open-drain outputs High-voltage support Reads multiple ​​inputs​​
​​Best For​​ LEDs, displays, GPIO expansion Basic shifting tasks Motors, relays, high-power LEDs Industrial 12V systems Reading buttons/sensors

 

 

How to Use an SN74HC595N?

 

 

The SN74HC595N is a versatile shift register that lets you control multiple outputs with minimal microcontroller pins. Below is a detailed walkthrough of building a SN74HC595N circuit:

 

Components Needed:​

  • SN74HC595N shift register.
  • Microcontroller (Arduino, Raspberry Pi, etc.).
  • Breadboard and jumper wires.
  • LEDs (8x) and 220Ω resistors (8x).
  • Power supply (5V or 3.3V).
  • Circuit Diagram (Wiring)​​

 

SN74HC595N Pin Connections​

​​SN74HC595N Pin​​ Connected To​​ ​​Purpose​​
​​VCC (16)​​ 5V (Arduino 5V) Powers the chip.
​​GND (8)​​ GND (Arduino GND) Ground connection.
​​SER (14)​​ Arduino Digital Pin 2 Serial data input (sends bits one by one).
​​SRCLK (11)​​ Arduino Digital Pin 3     Shift Register Clock (pulse to read each bit).
​​RCLK (12)​​ Arduino Digital Pin 4 Latch Clock (pulse to update outputs).
​​OE (13)​​ GND Enable outputs (tie to GND to turn on).
​​SRCLR (10)​​ 5V Disable reset (tie to VCC if not used).
​Q0–Q7 (15,1–7)​​ LEDs (with 220Ω resistors) Output pins to control devices.
​​Q7’ (9)​​ Unused (or next chip’s SER) Daisy-chaining output (for multiple chips).

 

Circuit Setup​​

 

Circuit Setup​​

 

  1. 1
    Place the SN74HC595N on the breadboard, straddling the center gap.
  2. 2
    Connect power and ground: VCC (Pin 16) to Arduino 5V; GND (Pin 8) to Arduino GND.
  3. 3
    Wire control pins: SER (Pin 14) to Arduino Pin 2; SRCLK (Pin 11) to Arduino Pin 3; RCLK (Pin 12)​to Arduino Pin 4.
  4. 4
    Enable outputs: OE (Pin 13) to GND (to turn on outputs);
  5. 5
    Disable reset: SRCLR (Pin 10) to 5V (prevents accidental resets).
  6. 6
    Connect LEDs to Q0–Q7: Each output pin (Q0=Pin 15, Q1=Pin 1, etc.) → 220Ω resistor → LED → GND.

 

How the Circuit Works?​​

 

How the Circuit Works?​​

 

1.Shift Data In:

  • The Arduino sends 8 bits (e.g., 0b10101010) to SER (Pin 14).
  • Each pulse of SRCLK (Pin 11) shifts the bits into the shift register.

 

2.Latch Data:

A pulse to RCLK (Pin 12) copies the data from the shift register to the storage register, updating the Q0–Q7 outputs.

 

3.Output Control:

LEDs connected to Q0–Q7 light up according to the binary pattern sent.

 


The SN74HC595N shift register is a powerful tool for expanding your project’s outputs. With its easy daisy-chaining and low cost, it’s perfect for LED displays, sensors, and more. By following this guide, even beginners can master this versatile chip!

 

 

Frequently Asked Questions

How fast can sn74hc595n?

The maximum data transfer rate of the SN74HC595N can reach up to 59 MHz when the supply voltage (VDD) is 6V. And its typical shift-out frequency is 100 MHz. 

How to use sn74hc595n?

1.Connect its VCC to +5V and GND to ground, then link the serial data input (DS), shift clock (SHCP), and latch clock (STCP) pins to a microcontroller. 2. Send 8 bits of data serially via DS (synchronized with SHCP), then pulse STCP to update the 8 parallel outputs. 3.Tie MR to VCC (no reset needed) and OE to GND to enable outputs.

What is SN74HC595N used for?

The SN74HC595N is a simple 8-bit shift register IC. It can be used to expand digital outputs in embedded systems, displays, and control applications.

What is 74HC595 shift register?​

The 74HC595 is an 8-bit serial-in, parallel-out shift register with a storage register and tri-state output buffers.

What are the pins of 74HC595?

The 74HC595 is a powerful and flexible shift register that allows you to expand the number of digital outputs on your microcontroller using only 3 control pins (DS, SHCP, STCP).

What is the pin of shift register clock?

The shift register clock (SHCP, pin 11) is one of the key control pins responsible for shifting serial data into the register. It works in conjunction with the DS pin to load the data bit by bit. After all the bits are shifted in, the STCP pin is used to update the parallel outputs.

What is the difference between a register and a shift register?

A register is a storage element that stores a fixed number of bits. It is used to temporarily store data during processing. The data in a register can be read or written in parallel. While a shift register is a digital storage circuit in devices such as calculators, computers, and data processing systems.

What does a shift register circuit do?

A shift register circuit is a digital circuit that: 1. Shifts data left or right through a sequence of flip-flops. 2. Converts between serial and parallel data formats. 2. Used as a temporary storage buffer or delay line. 3. Used in serial communications, LED control, signal processing, etc.

What is the working of 74HC595?

The 74HC595 is an 8-bit serial-in, parallel-out (SIPO) shift register with tri-state outputs:Shift register - This register's role is to receive data input bit by bit (serial). Storage register - This register holds the data and then sends it all at once (in parallel) to the output pins.

What is the voltage of SN74HC595N?

The SN74HC595N operates within a wide voltage range of 2V to 6V. This flexibility allows it to be used in various electronic applications with different power supply requirements.

 

 

Extended More:

Everything You Need to Know About Types of Computer Cables

Understanding Ceramic Potentiometers A Simple Guide

What Is a Phototransistor? Circuit, Types and Applications

The SR621SW Battery A Complete Guide

How to Use an LM324 Comparator in Your Circuit Design?

 

 

Share:
Liam Carter
Liam Carter is an accomplished Senior Electronic Engineer with over a decade of expertise in the design, development, and optimization of core electronic components. His career has focused on pioneering advancements in semiconductor devices, including precision resistor networks, high-frequency transistor architectures, and innovative IC packaging solutions. With extensive experience in circuit simulation, failure analysis, and thermal management strategies, he has successfully led cross-functional teams in delivering robust electronic systems for industrial automation and IoT applications. His technical leadership in material selection, signal integrity validation, and miniaturization techniques has consistently elevated product performance while reducing manufacturing costs, solidifying his reputation as a forward-thinking innovator in electronic component engineering.
Popular Posts
  •   SN74HC595N Shift Register Pinout, Features, and Circuit
  •   A1015 Transistor Equivalent, Datasheet, Pinout, Circuit
  •   SR626SW Battery Everything You Need to Know
  •   MT3608 Boost Converter Module Everything You Need to Know
  •   The SR621SW Battery A Complete Guide
  •   13001 Transistor: Datasheet, Equivalent, Uses and Circuit
  •   What is A Coupling Capacitor? & How Does It Work?
  •   Everything You Need to Know About Types of Computer Cables
  •   How to Measure Capacitance with a Multimeter? Step Guide
  •   How to Use an LM324 Comparator in Your Circuit Design?
Recommended Parts
  • SPL07-003
    SPL07-003

    Goermicro

    New and Original factory sealed

  • SPL13-001
    SPL13-001

    GOKERTEK

    New and Original factory sealed

  • SPM0406HE3H-SB
    SPM0406HE3H-SB

    Knowles

    MIC MEMS ANALOG OMNI -22DB

  • SPX5205M5-L/TR
    SPX5205M5-L/TR

    Exar Corporation

    IC REG LDO ADJ 0.15A SOT23-5

  • SQ-MIN-200-I
    SQ-MIN-200-I

    SIGNAL QUEST

    New and Original factory sealed

  • SQ2389ES-T1_GE3
    SQ2389ES-T1_GE3

    Vishay Siliconix

    MOSFET P-CHAN 40V SO23

  • SQ917B-L
    SQ917B-L

    SQ

    in stock

  • SQJ461EP-T1-GE3
    SQJ461EP-T1-GE3

    VISHAY

    New and Original factory sealed

  • SQJ461EP-T1_GE3
    SQJ461EP-T1_GE3

    VISHAY

    New and Original factory sealed

  • SQJ952EP-T1-GE3
    SQJ952EP-T1-GE3

    Vishay Siliconix

    New and Original factory sealed

Zeano
Subscribe Us:
Information
  • About Us
  • Contact Us
  • Quality
  • Services
  • FAQs
  • Blog
Support
  • Payment Methods
  • Delivery Services
  • Return & Replacement
  • Privacy Policy
  • Term & Condition
Contact us
  • Address: 2VENTURE DRIVE #11-30 VISION EXCHANGE SINGAPORE 608526
  • Email: sales@zeanoelec.com
  • Phone: +65 8942 2927
Support mode
Paypal Mastercard Visa Discover Fedex DHL TNT SF
© Copyright 2026 Zeano.com All Rights Reserved.
Facebook Linkedin Twitter Youtube