Skip to content

Connection to Victron #99

Answered by berni2288
frommelt5 asked this question in Q&A
Discussion options

You must be logged in to vote

It's working now without the logic level converter. Nice :)
Now I can enhance my dynamic power limiter feature by using the data from the Victron device also.

I've used the default GPIO21 and GPIO22 pins also. VICTRON_PIN_TX of the esp32 needs to be connected to the RX of the Victron.

The Victron MPPT Ve.direct pin order and voltages are the following:

GND | RX (3.3V) | TX (5V) | 5V power

Victron GND --> ESP32 GND
Victron RX --> ESP32 VICTRON_PIN_TX (not sure if this is even needed, as we only receive data
Victron TX --> ESP32 VICTRON_PIN_RX

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by helgeerbe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #58 on February 08, 2023 15:43.