0

I am using an ESP8266 NodeMCU v0.1 and Sparkfun M6E Nano UHF Rfid reader. How to connect NodeMCU to M6E Nano UHF Rfid reader?

asked Oct 25, 2018 at 10:08
6
  • did you see my answer? Commented Nov 4, 2018 at 10:43
  • sorry for late reply, yes i saw your answer. Commented Nov 4, 2018 at 11:37
  • @Juraj can you tell me that is there any way to post an array (20 byte) using nodemcu on MySQL data base which is on my localhost. because i am getting my RFID tag id into an array! Like this FF, DE, 3E, X, X, X....... till 20 bytes Commented Nov 4, 2018 at 11:50
  • it is possible, but that is a different question. you would need to have a server on a computer to write the data to MySQL. and you would send data from esp8266 to this server. Commented Nov 4, 2018 at 12:06
  • Thanks, yes i already have a server(xampp) on a computer. Could you provide the resource/link that how to insert array into a single cell of database? Commented Nov 4, 2018 at 12:25

1 Answer 1

0

The interface of Sparkfun M6E Nano UHF Rfid reader is Serial TTL. So you should connect it to Serial pins of the NodeMcu. Don't use USB then, because it is connect to Serial too.

answered Oct 25, 2018 at 11:28
8
  • worked fine with Arduino Uno when I am trying to use with Uno+Rfid reader+NodeMcu it doesn't work! Commented Nov 6, 2018 at 6:26
  • how did you wire it to nodemcu? Commented Nov 6, 2018 at 6:29
  • Like this (Reader->NodeMCU), GND ->GND, VIN->VIN, RST->RST, 2->D2, 3->D3, Commented Nov 6, 2018 at 6:34
  • this answer above says you should connect it to RX and TX Commented Nov 6, 2018 at 6:36
  • use the pins on the short side of the reader board, VCC, Gnd, RX and TX and connect to Gnd, 5V, Rx and TX of NodeMcu Commented Nov 6, 2018 at 6:41

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.