I am building a Bluetooth RFID encoder for hotel key cards. Below are the components that I have purchased and put together. There are pictures of the circuit as well.
- ESP32 Development Board
- PN532 NFC Module
- 1200mAh LiPo Battery
- Adafruit Micro-Lipo Charger
- Low-Profile Headers
- JST Connectors
- Jumper Wires
- Breadboard
The next step is ESP32 functionality test on Arduino IDE. I've connected ESP32 with my computer (Mac OS) and selected the correct board, which is ESP32 Dev Module, but I can't find the correct port, which should be /dev/ttyUSBx or /dev/tty.SLAB_USBtoUART.
I've tried installing CP210xVCPDriver for Mac OS, but I still can't find the correct port.
What could be the problem here? Please let me know!