Changing MAC and its influence to ChipID
Posted: Tue Jul 14, 2015 5:04 pm
Hi,
I apologise upfront for some tedious questions.
In the AT command set I've seen there is a command to change MAC address (AT+CIPSTAMAC and AT+CIPAPMAC) . Is there a way to change MAC address from ESP Ardiuno application? What function should I call? I also noticed the ChipID (uint32_t EspClass::getChipId(void)) is basically the integer representation of last three digits of the MAC address. In case I change module's MAC address, does this affect the ChipID value as well or does this value remain as originally assigned?
Regards,
Mat
I apologise upfront for some tedious questions.
In the AT command set I've seen there is a command to change MAC address (AT+CIPSTAMAC and AT+CIPAPMAC) . Is there a way to change MAC address from ESP Ardiuno application? What function should I call? I also noticed the ChipID (uint32_t EspClass::getChipId(void)) is basically the integer representation of last three digits of the MAC address. In case I change module's MAC address, does this affect the ChipID value as well or does this value remain as originally assigned?
Regards,
Mat