I want to create a logic converter to communicate an ATtiny85 (trinket 5V) with my raspberry-pi. I am currently following this guide.
I want to use a written program for ATtiny that only generates a TX UART output on the software side and send data to the raspberry.
In this guide the NMOS BSS138 is used, I would like to know if I could use the NMOS 5LN01SP instead.
Also, I want to communicate in the simplest possible way. What is the difference if I choose to use a voltage divider (two resistors) at the ATtiny85 output to ensure the 3V on the Raspberry input pin or the fact that I lose bi-directional property?
Thank's you for your help.