I bought the Sparkfun Simultaneous RFID reader - M7E and the SparkFun RedBoard Artemis ATP. I have had no luck with getting the Arduino IDE or the Universal Reader Assistant to detect the RFID reader at all. I did some troubleshooting (downloading different versions of CH340 driver, different pin configurations, etc), but no luck.
Here are pictures of my wiring, let me know if there is anything I need to fix or if there is something else I need to download.
this can be happening for a number of reasons. Start with basics and take it from there.
Does compiling and uploading & working the blink - example ? At least we know then you can connect correct and interact with the ATP. If not : fix that first. The problem might not be related to the M7E.
next steps related to the M7E:
what error message do yet get when you start the sketch. Does it say “check wiring ?”
if it does, what does your sketch looks like. seems you have connected to Serial1
If you can start scanning but you can’t read a tag : what kind of messages do you get when you enable debug ?
Are things soldered? Share another photo (what you’ve posted looks mostly correct, there may be a typo (tx1 and rx0 on the r3 side? Should be just TX and RX)
RFID <-----> LV Side
GND GND
VCC <---------------> 5V on UNO
RXI LV1
TXO LV2
VO LV 3v3 is provided by RFID OR connect LV to 3v3 on the UNO
HV Side <-----> Arduino Uno R3
GND GND
HV 5V AND to VCC RFID
HV1 TX see remark below
HV2 RX
I thought you had a Mega2560, I wonder about the UNO R3. It does NOT have a Serial1. The RX and TX on the side of the board are the same as the USB connection. That will not work. Use SoftSerial instead and use pin 2 and 3