I am new to the Arduino world. I have an Arduino R4 WiFi and I have connected an RFID sensor (see the specifications in the attached image). The problem is that the sensor’s TTL communication in RX is 3.3V, and Arduino, if I remember correctly, communicates at 5V. Indeed, I can’t see the incoming signal even though the sensor works because as soon as an RFID tag is detected, the LED lights up. I also purchased a logic level TXS0108E, but I don’t know if it’s useful for converting the signal. Can you help me?
Thanks
Yes but don't use pins 0 and 1 on the R4. Use Software Serial
It may or may not work with 3.3V input but it won't damage anything. It's worth a try before you decide to do something more complicated.