2) Install the CP2102 Driver in the Drivers folder or download the last from https://www.silabs.com/interface/usb-bridges/classic/device.cp2102 .
3) Open the Arduino IDE Preferences and in the "Additional Boards Manager URLs:" add the following URL: https://dl.espressif.com/dl/package_esp32_index.json, http://arduino.esp8266.com/stable/package_esp8266com_index.json .
4) Open the Board Manager in the Tool menu of the Arduino IDE, search "esp32" and Install the latest version.
5) Select the "TTGO T1" Board in the Tool menu of the Arduino IDE, under ESP32 Arduino boards.
6) Select the last COM port Tool menu of the Arduino IDE, under the Port menu.
7) Open the Library Management in the Tool/Manage Libraries menu of the Arduino IDE and install "Adafruit PN532" v1.0.4
8) Include all the libraries in the Library folder opening the Sketch menu then Include Library and ADD .Zip Librarys
# Configuration
1) Upload the microservices found in the MICROSERVICES folder, in https://adoxx.org/micro-service-controller-rest/ using the Upload button.