Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By rudy
#63524 And make sure the RX and TX voltage levels are 0-3.3V and not 0-5V.
User avatar
By manny009
#63529 Ok Brilliant!!

So I to test the serial port communication I used the following code and flashed it to my ESP8266.
This simply reads the UART0 and prints the contents (if there is any).

Once flashed, I sent some data to the serial port, via the serial monitor to make sure that it was receiving/transmitting and the right UART was being read correctly. Viola it output back what I sent!

I then connected my RFID reader to the TX pin and read the tag. Sure enough the tag ID was read successfully.

Sorry if this sounds basic, but programming is alien to me and something like this could help someone else like me. At least I know that the ESP is now reading the data wirelessly to my PC.

Thanks guys! Now to database the results :evil:

@rudy Yes I double checked that :mrgreen:
You do not have the required permissions to view the files attached to this post.
User avatar
By leavt
#71925 Hey Manny,

I have the same problem! Do you perhaps have a breadboard layout of the right solution?

Greets, Lea