Waveshare
RP2350 6-Channel Industrial Relay Module – RS485/Pico HAT, Rail-Mount, Isolation Protection
· MPN: 31790
All Products
New Arrivals
Actuators
Raspberry Pi
Brands and Manufacturers
Microcontrollers & Development Boards
Raspberry Pi Pico
Raspberry Pi Pico Expansion Boards and HATs
Pico
Industrial
Raspberry Pi Hats
Prototyping & Wiring
Little Bird Electronics
Microcontrollers
Raspberry Pi Microcontrollers
$41.20
|
In stock at supplier
Industrial 6-Channel RP2350 Relay Module with Onboard RS485 / Pico HAT InterfacesElevate your industrial automation with the robust Industrial 6-Channel RP23...
Get notified when back in stock
Estimated Delivery
Arrives
Disclaimer
Secure checkout
Industrial 6-Channel RP2350 Relay Module with Onboard RS485 / Pico HAT Interfaces
Elevate your industrial automation with the robust Industrial 6-Channel RP2350 Relay Module, a versatile and resilient solution for managing multiple high-powered devices with ease. This industrial-grade module features a Rail-Mount ABS Protective Case for easy installation and reliable use in demanding industrial environments.
Product Features:
- Powerful Microcontroller: Harness the flexibility and efficiency of the RP2350B chip with dual-core and dual-architecture design, supporting both ARM Cortex-M33 and Hazard3 RISC-V processors.
- Enhanced Connectivity: Onboard RS485 interface and compatibility with Raspberry Pi Pico HATs ensure seamless integration with a plethora of industrial modules and sensors.
- Superior Isolation: With power isolation, optocoupler isolation, and digital isolation, the relay module delivers unparalleled protection against external electrical disturbances.
- Versatile Power Supply: Accepts a wide input voltage range of 7~36V, adeptly accommodating the fluctuating power demands of industrial settings.
- High-Quality Relays: Six channels with contacts rated ≤10A 250VAC/30VDC provide the capacity to control substantial electrical loads with reliability.
- Intuitive Indicators: Features RGB LED, power, and RS485 TX/RX indicators for clear and immediate monitoring of the module's operational status.
Specifications:
- Microcontroller: RP2350B
- Wireless: (For Wi-Fi version only) 2.4GHz Wi-Fi (802.11n), Bluetooth 5.2, BLE
- Power Supply Screw Terminal: 7~36V
- Relay Channels: 6 with 1NO 1NC contact form
- USB Connector: Type-C for programming, USB 1.1 support
- RS485 Interface: Onboard with isolation, screw terminal with surge protection
Included in the Package:
- RP2350-Relay-6CH or RP2350-Relay-6CH-W (Wi-Fi version)
- Screwdriver
Application Scenarios:
Ideal for controlling various industrial machines, HVAC systems, and high-power applications within factory automation, home automation, or any context requiring reliable and isolated interfacing with electrical systems.
Programming and Expansion:
Leverage C/C++, MicroPython, or Arduino IDE for flexible programming. Expand with additional functionality such as RTC, CAN, RS232, LoRa, or sensor modules via the onboard Pico HAT compatible interface.
Safety and Reliability:
Constructed with an eye on durable performance, this relay module satisfies stringent industrial requirements and assures secure device actuation, significantly reducing the risk of equipment damage.
Get Started:
Access a comprehensive SDK, resourceful documentation, and detailed tutorials at Waveshare's Wiki to jumpstart your development with the Industrial 6-Channel RP2350 Relay Module.
Dimensions and Weight:
- Enclosure Dimensions: 145 × 90 × 40mm
- Weight: 0.228 kg
Upgrade to smart, isolated, and controlled power management in your industrial projects with the Industrial 6-Channel RP2350 Relay Module – the reliable choice for advancing automation.
Jargon buster
Plain-language definitions for the technical terms used above.
- Arm Cortex-M33
- A 32-bit, low-power Arm microcontroller core designed for real-time, timing-sensitive control tasks such as reading sensors or driving motors. It can act as a chip's main controller, or in some systems-on-chip run alongside larger application cores that handle an operating system like Linux.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- IDE
- Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- LoRa
- LoRa is a long-range, low-power wireless radio technology often used for telemetry, remote sensors and other links that send small amounts of data over long distances. It is distinct from Bluetooth and WiFi, so sharing a connector or pinout with LoRa hardware does not mean a device actually uses LoRa.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- MicroPython
- A version of the Python programming language made to run on microcontrollers. It matters because it lets beginners write readable code to control LEDs, sensors, motors and displays without needing to start with lower-level languages.
- Relay module
- A relay module uses an electrically controlled switch to let a low-power microcontroller control a separate circuit. It matters when switching devices that need different voltages or more current than a microcontroller pin can safely handle.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- RISC-V
- RISC-V is an open, royalty-free processor instruction-set architecture used in chips ranging from tiny microcontrollers to Linux-capable application processors. The choice of RISC-V determines which compilers, software tools, and performance or low-power features are available, separate from the more common Arm or x86 architectures.
- RP2350
- A microcontroller chip from Raspberry Pi used as the main processor on some development boards. Knowing the board is built around an RP2350 helps you check software support, pin capabilities and whether it suits MicroPython projects.
- RS485
- RS485 is a robust differential serial communication standard often used in factories, farms and buildings where cables may be long or electrically noisy, and it can link many devices on a single pair of wires. When a product lists RS485, it can communicate with industrial sensors, meters and control equipment over longer distances than typical hobby serial wiring.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- RX
- RX means receive, usually showing data being received by the board. An RX indicator LED can help with troubleshooting USB or serial communication.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
- Type-C
- USB Type-C (USB-C) is a small, reversible USB connector used for charging, power, and data transfer on many modern devices. A Type-C port or plug indicates the cable and charger connection needed to power, charge, or communicate with a device.
- USB 1.1
- USB 1.1 is an older USB standard with much slower data transfer than USB 2.0 and later versions. Compatibility with it allows connection to very old computers, though data-heavy tasks such as video may be limited at that speed.
Find this product in
Actuators
All Products
New Arrivals
Prototyping & Wiring
Raspberry Pi Pico Expansion Boards and HATs
Microcontrollers
Raspberry Pi