Hi,
I just acquired a RMD6300 RFID reader and some tags and i am trying to make it read the ID tags with my Mega 2560.
I followed the instructions from this website to run the code example 15.1
http://tronixstuff.wordpress.com/2010/08/18/moving-forward-with-arduino-chapter-15-rfid-introduction/(i apologize if i'm not allowed to put links)
Did all the connection the same way, when uploading the code, after some moment i get these msg.
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
I thought the RFID was faulty but its not, when i kept trying to make the RFID work, i found out that when i unplug ( or unpin) the RX connection that is pin 0 on the board when uploading, the upload is successful (Done uploading).
But the pin 0 (RX) on the board needs to be connected with the pin 1 (TX) on the RFID reader so that the serial monitor can display the ID of the tags being read. So i unplug the USB (switching Off the Mega 2560), i reconnect the the pin 0 (RX) on the board to the the pin 1 (TX) on the RFID reader then the plug in the USB cable (the Mega 2560 board is now On).
The code is already uploaded, so i just launch the Serial Monitor (Ctrl+Shift+M), The L LED on board lits up yellow the Serial Monitor do not read any tags
(why? what does yellow L led mean?).
When i try to reupload the code with all the connection connected, the COM on which the board was connected with the USB, is gone, asking me to choose the COM again.
When i unpin the pin 0 on the board, reupload the code (Done uploading), with the board still connected with the USB, i connect the wire to the pin 0
( can i do that? unpin or repin the wires while the board is still on?), When i launch the Serial Monitor, the RFID can then read the RFID tags, printing numbers on the monitor with the L LED blinking green.
Is this normal?and
Since i am using a Mega 2560, i saw there are RX1, RX2 and RX3 on pin 19 and 17 and 15, how can i use one of the other RX instead of RX0 (pin0) to read the tags with the serial monitor?..
Thanks..
