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

New fork without Software Serial #2

Open
rin67630 opened this issue Nov 30, 2023 · 0 comments
Open

New fork without Software Serial #2

rin67630 opened this issue Nov 30, 2023 · 0 comments

Comments

@rin67630
Copy link

rin67630 commented Nov 30, 2023

Hi
I have forked and improved the original code from Datjan.

  • no more SoftwareSerial which is a resource hog. I am using Serial.swap() instead and run with the hardware UART.
  • then, of course the serial is not available any more for reporting, so i have moved reporting to Telnet.
  • finally I have read the values into float variables for further processing.

please have a look here:
https://github.com/rin67630/Victron_VE_on_Steroids

The advantage of Telnet is that you get fully wireless: no more USB connection required, full galvanic separation.

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

1 participant