recoding examples on NodeMCU

Hey guys, I'm looking to run some code using the arduino IDE on a nodeMCU device it was written for an arduino with shield and relies on hardware MAC addresses but how on earth do I go about getting these to work with esp8266wifi, whatever I try throws up many many errors or just doesn't work.

This is a good example of what I'm trying to acheive artnet/ARTNET_sender_10.ino at master · dschoorisse/artnet · GitHub

Thanks

Tim

So, if you are using the examples, everthing would work right.

Have you googled some program and wiring tutorial?

What errors are you getting? Describe them.

No because the examples are written for arduino with Ethernet shield not and integrated esp8266 WiFi module so library's are different.

For example, Ethernet and UDP become WiFi and WiFiUdp...