Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get MAC address? #26

Open
renno-bih opened this issue May 28, 2015 · 8 comments
Open

How to get MAC address? #26

renno-bih opened this issue May 28, 2015 · 8 comments

Comments

@renno-bih
Copy link

As this new firmware doesn't work with AT commands, is there any way to get MAC address of this module so I can use it in sketch?
Also, it will be very useful to use mDNS or other ways to find module in network. What are plans for that?

@bigpaulie
Copy link

How about the IP address also ?

@Namphibian
Copy link

I am currently working on a modification of the firmware which will extend the wifiCb response. The response will now include mac and ip address as this information can be used in topics on MQTT side.

@ibrahimisim
Copy link

Hello,

When I upload software to esp8266 I get an error that is below. Please help me !!!.

pi@raspberrypi /usr/share/arduino/libraries/espduino $ sudo esp8266/tools/esptool.py -p /dev/ttyUSB0 write_flash 0x00000 esp8266/release/0x00000.bin 0x40000 esp8266/release/0x40000.bin
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
Traceback (most recent call last):
File "esp8266/tools/esptool.py", line 22, in
import serial
ImportError: No module named serial

@noxqs
Copy link

noxqs commented Oct 21, 2015

Namphibian, how is it coming along ? I need that mac address (or unique id) too !

@TLMNicolas
Copy link

I would also love to have these extra info in the callback

@dexterlabora
Copy link

Any love on a way to get the MAC or IP address of the ESP8266 via espduino? Working with Cactus Micro Rev2. (I assume this is related to this thread, as to not hi-jack it ;)

@Namphibian
Copy link

Hi All.

I have made some modifications to the library which exposes the following:

  1. MAC Address is now published back when connected to a WIFI access point.
  2. New Function To Get Signal Strength Of Access Point.

I am happy to expand this with further API extensions. I am going to expand the data sent back on call back to include IP Address, Gateway and all information I can for IP Configuration. Once that is done I will submit a pull and then hopefully Master Tuan is happy with my C-Fu!

End of week should be achievable!

@gautenk
Copy link

gautenk commented Apr 16, 2016

Hi,
How is this coming?
MAC adress would be great, IP even better.
I would love RSSI value!

G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants