Skip to content

ElectroSoul-Technologies/ESP32-RS485_Gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

ElectroSoul ESP32-RS485 Gateway

Industrial RS485 Gateway based on ESP32 is designed and developed by ElectroSoul Technologies. We had tested and used this RS485 Gateway with various slave devices for Monitoring such as MFM meters, Solar Inverters, AC Drives, etc as well as for controlling AC drives, RS485-MCB, or any other RS485 device.

We had tested our products not just in our lab environment but it has also been tested and is working right now in many harsh Industrial Environment.

ElectroSoul ESP32-RS485 Gateway Connection Diagram ES Gateway Inside View

Table of contents

FEATURES

  • Directly program with Arduino IDE just like you program your ESP32 board.
  • Supports Industrial Standard Input voltage.
  • State of the art RS-485 ckt with Auto-Direction feature.
  • Onboard 2 Programmable LEDs.
  • Onboard micro USB for Programming.
  • RS-485 lines are protected with Specialized TVS diode for RS485.
  • DIN rail + wall mount Encloser.
  • Compact Size.
  • Low Power.

Ordering INFO

We sell this device in two varients.

  • Comes with our ElectroSoul Firmware installed inside.
    • Can talk to our server directly.✅
    • We can show your data to our DashBoard.✅
    • We can provide you a daily email report.✅
    • We can provide you SMS/email alerts.✅
    • Easily configures with our Configuration Tool.✅
  • Comes without ElectroSoul Firmware.
    • You can Program it as per your requirement.✅
    • You can use our RS485 master Liberary.✅
    • can not use our Server.❌
    • Data can not be shown on our DashBoard.❌
    • No support for configuration Tool.❌

I sell on Tindie

Power Requirement

  • Max Power requires < 5Watt
  • Input Voltage 9v-35v DC. :warning:
-Note: There is no Polarity Protection in this device.

GPIO Configeration Table

GPIO No. Description
GPIO 33 LED1
GPIO 14 LED2
GPIO 17 RS485 Tx pin
GPIO 16 RS485 Rx pin

ElectroSoul Dashboard

  • View all your data live.
  • See Waveform of your data.
  • Directly Print/copy your data.
  • Convert your data to PDF, CSV or EXCEL.
  • See data as per your time.

ESP32-RS485 Modbus Gateway

ElectroSoul Gateway Basic WorkFlow

Basic flow diagrams that how EMS or Gateway works.

ElectroSoul Gateway Basic Wiring

In the below diagram, you can see how RS485 wiring can be done in daisy chain configuration with the various slave devices.

ElectroSoul Gateway Configuration Tool

We have our own configuration tool for configuring our EMS according to your needs. Find more info about using the configuration tool Here.

Repository Contents

  • /examples - Example sketches for the library (.ino). Run these from the Arduino IDE.
  • LICENSE.md - Library has open source license gpl-3.0
  • README.MD