ArduinoGeneral

Arduino Ethernet Shield V2.1

userHead Account cancelled 2016-08-10 01:32:45 1731 Views1 Replies
So, I'm making a device with Arduino that senses temperature along with a couple of other things and that when the temperature rises above 85°, the Arduino sends an email (using a modified Choreo from Temboo).
The current problem that I have is finding the MAC address for the Arduino Ethernet Shield V2.1, it's not on the underneath of the shield nor on the box, and I'm having trouble finding it online. I think this is the only connection problem I'm having when the sensor is "triggered." Thank you!
2016-08-10 16:53:35 Hi AleksaKostic,

Here is the MAC address: byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; and more detailed info maybe you can refer the following link:
http://bildr.org/2011/06/arduino-ethernet-pin-control/
userHeadPic Wendy.Hu