Hi team,
I would like to introduce a communication path between my Raspberry Pi Zero W using a Sparkfun Servo pHat v2 and an Arduino clone (5V Adafruit Trinket Pro). I’ve already tried using the actual servo pins to control digital pins on the Trinket, which works fine but only in isolation (without actually using the servos at the same time). I can detail how I’m doing this if anyone is interested.
I’m now forced to try to find a different way. So I am thinking of using the UART from the pHat since it already works at 5V as opposed to the 3.3V of the Qwiic system.
My question to the team is: is it safe to connect the RX and TX pins from the pHat to the TX and RX pins on the 5V Trinket? And if this is the case, I need to handle the transmission myself through controlling the Raspberry Pi UART right? I’ve looked into the Sparkfun Servo pHat library code and there is no specific code for the UART communication.
Thank you!
PS: If you have any/other suggestions to communicate (I’m only interested in one-way RPi → Trinket) between the two components, please let me know.