Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RS485 pins #9

Open
hellracer13 opened this issue Jul 4, 2024 · 2 comments
Open

RS485 pins #9

hellracer13 opened this issue Jul 4, 2024 · 2 comments

Comments

@hellracer13
Copy link

Hi, I would like to make this work on ESP32. I was able to get it compiled but I am not sure of GPIO vs RS485 and pentair controller.

ESP32 GPIO 45, 46 as RX/TX

45 to 485 TXD
46 to 485 RXD

RS485 A+ to green pump (lower left)
RS485 A- to yellow wire pump (lower center)

No COM??

Thanks, will publish the example once it work...

@hellracer13
Copy link
Author

Also pin 6,7 are pin of what exactly? arduino or Pump?

tks!

@Zuntara
Copy link
Owner

Zuntara commented Sep 30, 2024

Hi,

It's been a while since the creation of this library, but if i remember correctly:

  • Pins 6 and 7 are the pins on the pump connector . So your Arduino or ESP, has some GPIO pins that he will use towards a rs485 shield i guess (in your case) , those need to be configured in de code

  • then the outputs of the shield must go to the pins 6 and 7 of your pump.

Then it should give some sign of life :) - before connecting you can check it with an oscilloscope whether the signal goes over the line within the expected voltage range of your RS485 shield to avoid blowing it up.

Good luck ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants