Chat freely about anything...

User avatar
By Shoeb
#75846 I'm working on ESP8266. I did some test program to bilnk led, make http service by connecting to wifi network.
I want to make UART work in this module to receive data from MFRC522 and pass to a server accessible through the wifi connection.
It can be done using Arduino to receive RFID from RC522 and then use ESP8266 (make http Clint) to send the data to another server.
I tied to test using code available in GitHub which was used SPI (5pins) instead of UART.