Remote Relay Control with WT32-ETH01: Modbus TCP Server Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 27

  • @JT-os1lf
    @JT-os1lf 6 หลายเดือนก่อน

    Thanks for the tutorial! Do you know, could this also be set up as a client? Or is the ESP32 only available as a Modbus server in the arduino IDE?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      Yes you can setup as client,
      You can check on example code of library

  • @sibixavier
    @sibixavier 6 หลายเดือนก่อน

    Hello, Is it possible to connect with you for a project.

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      yes, just send me an email

  • @putrihidayahilra6648
    @putrihidayahilra6648 6 หลายเดือนก่อน

    Sorry sir, I want to ask approximately how far the maximum range of relay control via smartphone is?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      while on the same network

    • @putrihidayahilra6648
      @putrihidayahilra6648 6 หลายเดือนก่อน

      @@YaserAliHusen To configure the network, do you just use the Arduino Ide and Web Node Red applications or do you need additional applications?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      @@putrihidayahilra6648, I use Arduino IDE to configure Board IP Address, and from board connect to network using ethernet cable, make sure the IP address is same with local IP configuration

  • @futureelectromech4974
    @futureelectromech4974 7 หลายเดือนก่อน

    Hi it’s good.....but can u help Schneider conzerv em 6436H energy meter readings taken on node red and I m using PUSR-N520 device converter.....RS485 to Ethernet converter....

    • @YaserAliHusen
      @YaserAliHusen  7 หลายเดือนก่อน

      Thank you for your comment.
      Sorry I dont have the device, so I cant try it🙏

  • @joachimpaternini3835
    @joachimpaternini3835 6 หลายเดือนก่อน

    Hello, i get a fault when compiling the project. 'SERIAL_PORT_HARDWARE' was not declared. Can you help please?

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน

      Did you install the libraries?

    • @joachimpaternini3835
      @joachimpaternini3835 6 หลายเดือนก่อน

      @@YaserAliHusen yes. I installed ArduinoModbus, ArduinoRS485 and webserver wt32 library

  • @AndreasBenner-t5k
    @AndreasBenner-t5k 11 วันที่ผ่านมา

    I can't find the password -.-

  • @shaikhshoaib9189
    @shaikhshoaib9189 6 หลายเดือนก่อน

    Sir please make a course on node red

    • @YaserAliHusen
      @YaserAliHusen  6 หลายเดือนก่อน +1

      My videos are indirect courses actually, you can follow the steps.
      For basic node-red you can find out in youtube or udemy or forum

  • @alebassi2000
    @alebassi2000 5 หลายเดือนก่อน

    It's giving library errors,
    please help me

    • @YaserAliHusen
      @YaserAliHusen  5 หลายเดือนก่อน +1

      Did you install libraries same with the video?
      Do you use device WT32-ETH01?

    • @YaserAliHusen
      @YaserAliHusen  5 หลายเดือนก่อน +1

      In Libraries folder, there must be ArduinoRS485 folder inside

    • @alebassi2000
      @alebassi2000 5 หลายเดือนก่อน

      @@YaserAliHusen Yes, the ArduinoModbus and ArduinoRS485 libraries are installed in the libraries folder, however they appear as incompatible with the w32-Eth01 board.
      I am using the W32-eth01 board.
      What version of the libraries and installation of the esp32 boards are you using?

    • @YaserAliHusen
      @YaserAliHusen  5 หลายเดือนก่อน +1

      @@alebassi2000, version same with video 1.0.9

    • @alebassi2000
      @alebassi2000 5 หลายเดือนก่อน

      @@YaserAliHusen It's the same version of the Arduínomodbus library, but it still doesn't work, can you see the version of the esp32 boards installed on your computer?

  • @naseralam4151
    @naseralam4151 2 หลายเดือนก่อน

    Error showing while uploading even though all libraries are fine

    • @YaserAliHusen
      @YaserAliHusen  2 หลายเดือนก่อน

      Try to unplug all pin when uploading, plug only related pin for uploading

  • @manjuljawale9546
    @manjuljawale9546 5 หลายเดือนก่อน

    installed dependent libraries, but following getting following error Please suggest
    Error: \Arduino\libraries\ArduinoRS485\src\RS485.cpp:209:18: error: 'SERIAL_PORT_HARDWARE' was not declared in this scope
    RS485Class RS485(SERIAL_PORT_HARDWARE, RS485_DEFAULT_TX_PIN, RS485_DEFAULT_DE_PIN, RS485_DEFAULT_RE_PIN);

    • @YaserAliHusen
      @YaserAliHusen  5 หลายเดือนก่อน

      Maybe you must copy or install library: ArduinoRS485