MAC Address on the ESP8266 Sparkfun Shield
Posted: Fri Nov 11, 2016 4:01 pm
I'm working on an IoT project for work and am running into an issue with the security requirements of our IT department. We don't have open access to our wifi, so without a MAC address, you can't connect.
When we opened the network for a short period of time, we could see the device on the network, but it had no mac address. It seems as though, per documentation, that a MAC address needs to be set via AT commands. Is that correct?
According to sparkfun, AT commands don't work until a successful connect to a wifi network though, so that makes it problematic.
I'm programming through the Arduino IDE, so sending even a basic AT command results in nothing.
Long story short, is there a way that I'm missing to get the MAC id? Is there a way to set the MAC ID without being connected to the wifi point?
Thanks!
When we opened the network for a short period of time, we could see the device on the network, but it had no mac address. It seems as though, per documentation, that a MAC address needs to be set via AT commands. Is that correct?
According to sparkfun, AT commands don't work until a successful connect to a wifi network though, so that makes it problematic.
I'm programming through the Arduino IDE, so sending even a basic AT command results in nothing.
Long story short, is there a way that I'm missing to get the MAC id? Is there a way to set the MAC ID without being connected to the wifi point?
Thanks!