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

Feature Request: Selectable Serial IO Pins #220

Open
balu- opened this issue Jun 19, 2023 · 2 comments
Open

Feature Request: Selectable Serial IO Pins #220

balu- opened this issue Jun 19, 2023 · 2 comments

Comments

@balu-
Copy link

balu- commented Jun 19, 2023

Would it be possible to enable a selection of the serial interface/pins which is used?

Background:
I'm using an esp32 which has 3 Serial interfaces, i soldered the pins so that uart2 (Pin 16 and 17) is connected to the heatpump.
Therefor it would be great if possible to select that this pins are used.

As a workaround I forked modified the hp.connect(&Serial) call to hp.connect(&Serial,PIN_RX,PIN_TX); in mitsubishi2mqtt.ino but thats not very sustainable.

@balu- balu- changed the title Feature Request: Selectable Serial interface Feature Request: Selectable Serial IO Pins Jun 19, 2023
@Paddler21
Copy link

Wouldn't this as well solve the problem with RX pullup on the newer D1 mini clones? https://electronics.stackexchange.com/questions/644753/how-to-bypass-strong-pullup-on-rx-pin-of-wemos-d1-mini-esp8266-to-communicate

@dzungpv
Copy link
Contributor

dzungpv commented Sep 28, 2023

@balu- you can assign any of 3 port available on ESP32, check my fork here: dzungpv@55b1790

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

3 participants