-->
Page 1 of 1

Read ESP MAC Address

PostPosted: Mon Nov 17, 2014 2:51 pm
by dorse
Hello,

Is it possible to read the ESP MAC Address with any of the current released firmware? Or do I have to implement my own AT+ CMD to obtain the module's MAC?

Thanks.

Re: Read ESP MAC Address

PostPosted: Sat Nov 22, 2014 7:43 am
by saper_2
It's impossible to get SN or MAC on stock fw, you have to use custom FW. I would suggest atproto :) , or you can create you own commands...

Re: Read ESP MAC Address

PostPosted: Sat Nov 22, 2014 3:13 pm
by Bananis
Hi,
This guy describes how you add a get MAC AT-command in the code.

http://www.verelec.nl/?page_id=557

/Bananis