This block is used to get the unique MAC address of the ESP32 device in use.
This block output the base MAC address which is factory-programmed by Espressif in BLK0 of EFUSE.
Demo file : esp32_uid_read_demo.slx
This demo uses UIDREAD block to read and print the base MAC address which is factory-programmed by Espressif in BLK0 of EFUSE.
Note: The serial monitor used for this application is the Putty software which is open source application.
Baud Rate: 115200
When you open a serial monitor, the MAC address should start printing on it.