From 3943977737767397e00ea4fe23039e7159cb80ec Mon Sep 17 00:00:00 2001 From: lolo Date: Fri, 25 Mar 2022 11:35:37 +0000 Subject: [PATCH] Update 'communication/victron-raspberrypi-serial-input-output.md' --- communication/victron-raspberrypi-serial-input-output.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/communication/victron-raspberrypi-serial-input-output.md b/communication/victron-raspberrypi-serial-input-output.md index 777a432..db2eb3c 100644 --- a/communication/victron-raspberrypi-serial-input-output.md +++ b/communication/victron-raspberrypi-serial-input-output.md @@ -28,6 +28,13 @@ Victron software we are using a mixture of C, C++, QML (for the user interface) and Python. As a main data exchange, to share values such as voltages, as well as settings and other data, we use D-Bus. D-bus is for inter process communication, see google and the (D-Bus page on wikipedia)[http://en.wikipedia.org/wiki/D-Bus] for more information. This diagram gives a good overview of the whole thing: +#### adavise forums + +(forum)[https://community.victronenergy.com/questions/23853/connect-raspberry-pi-directly-to-mppt-over-serial.html] + +##### jkario answered ยท Jul 20 2019 at 9:01 PM Best AnswerACCEPTED + +MPPTs use 5V and the Pi GPIO pins are 3v3 so you cannot connect them directly. You would need a logic level converter in between. You could use one of those cheap eBay USB to Serial TTL cables and make your own cable by cutting the jumper cables and replacing them with a 4pin JST-PH connector. Be sure to only connect GND, TX and RX. You should never ever connect together the USB port 5V with the VE.Direct port 5V. Also, the cable is not isolated. I presume the official Victron cable has a SI8422 chip inside to provide isolation (just a guess). I would use the official cable. Given that it's going to take time to source the components and solder the connector and the end result is not as good as the original (no isolation) it's just not worth the effort. Choose your battles. (venus wiki)[https://github.com/victronenergy/venus/wiki]