CC3000 or ESP8266 MAC address? #787
Replies: 3 comments
-
Posted at 2015-08-23 by alexanderbrevig You can use the AT protocol and query See the Espruino reference on ESP8266 specifically |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-24 by @gfwilliams Is that the mac address of the access point? I guess they might both end up being the same... You might need the following to report back the address to the console:
Also a simple way would be to connect it to your home network and to then log into your router and see which devices it thinks are connected? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-24 by PakJeff Perfect! These get me what I need for esp8266. And I think I can use Gordon's second alternative to get me what I need for the CC3000 as well. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-08-23 by PakJeff
Any way I can get the MAC address of either of these WiFi modules via Pico/Web IDE? I'm interested in using Pico+WiFi in a school setting that requires web page authentication which is a barrier. However the network administrators are willing to allow access based on MAC address of modules, if I can figure out what they are.
Beta Was this translation helpful? Give feedback.
All reactions