stuartpittaway / WebastoWBUSInterface

Hardware circuit diagram for interfacing to the Webasto WBUS interface from a PC/Arduino
GNU General Public License v3.0
21 stars 7 forks source link

WBus to 3.3V #2

Closed mihai-moldovan closed 4 years ago

mihai-moldovan commented 4 years ago

Hi, this is not actually an issue, but I'm curious what would it take to modify you schematics to connect the WBus line to a 3.3V chip. My project architecture uses this board: https://www.nodemcu.com/index_en.html#fr_54747661d775ef1a3600009e to control the appliance. One way would be to add a 5v/3.3V TTL converter in front, but I presume there's a simpler way to modify the values of the components in your circuit.

Thanks.

robertobuti commented 4 years ago

It will work both with 5 or 3V3 power supply, uC side. you don't need any traslator. bye

mihai-moldovan commented 4 years ago

Awesome, thanks