Announcement

Collapse
No announcement yet.

Hygroclip2 change 485 address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hygroclip2 change 485 address

    Hi, I am connecting the Hygroclip2 with Arduino and then to my PC, I am trying to change the device 485 address using the "REN" command, but it didn't work. Any suggestions? Thanks

  • #2
    Hi Jzerun,
    why not use the HW4 SW to change the RS485? The SW is free for device configuration.
    Download here

    Clemens

    Comment


    • #3
      Hi Clemens, thanks for your quick reply. I am trying built a system with Arduino board, not really a good idea to use the HW software via a PC. So it would be easier to do with code. Cheers

      Comment


      • #4
        ok, that makes sense. In this case, did you finish the command with carriage return \r (0x0D)?

        Comment


        • #5
          Hi jzerun

          The Command is as followed:

          Command format:
          „{“ ID Adr „REN“ Serial number + new address Chksum
          The checksum can be substituted with "}"

          For example programming the address 04 to the HC2A Probe with the serial "20294381" and address "00":

          {F00REN 0020294381;04;}

          Please note, that the Serial number must have 10 digits. So usually you need to add "00" to the serial.

          Comment


          • #6
            Depending on the model of your HygroClip2 device, there might be a specific button combination or interface to access the configuration mode. Refer to the device manual for instructions on how to do this.
            Watermelon Game

            Comment


            • #7
              Have you connected the wires correctly and set the baud rate correctly? Also check if the "REN" command requires any additional parameters and make sure you are sending the command correctly from the Arduino.
              crossy road

              Comment


              • #8
                It sounds like you're having trouble changing the 485 address on your Hygroclip2. Have you double-checked the command syntax and the connection settings? I recall encountering similar issues while working on my projects, such as the one I experienced with crazy cattle 3d. Sometimes a simple oversight can be the culprit, so it might be worth revisiting the documentation or trying a different approach. Good luck!

                Comment


                • #9
                  Hi! Make sure you're sending the "REN" command correctly according to the Hygroclip2 protocol. Check the baud rate and geometry dash​ communication settings, and ensure the command format matches the device documentation. Sometimes, timing or wiring issues can also cause it not to work.

                  Comment

                  Working...
                  X