Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在Arduino中获取IP 地址的MAC 地址并将其打印到串行的方法。有没有办法做到这一点?
我知道如何打印这条线。我只需要获取IP地址的MAC地址的功能。
(仅供参考,我不需要 Arduino shield的 MAC 地址。)
如果IP地址不是本地的,原则上你不能这样做(Arduino与否)。另请参见此处。
如果 IP 地址是本地的,那么如果您有一个可以用于此的服务器,您可以从您的 Arduino 连接到它,并让服务器进行 IP 地址到 MAC 的查找,然后将其提供给您的 Arduino。看起来Wi-Fi和以太网库都不支持这种查找。