@gavin67890 I was able to get it working with 32/33 just by assigning with
uart1 = machine.UART(1, tx=32, rx=33)
which it looks like is the same the guy did in the video
@gavin67890 I was able to get it working with 32/33 just by assigning with
uart1 = machine.UART(1, tx=32, rx=33)
which it looks like is the same the guy did in the video