Arduino SMS via Ethernet Pushing Bell

This project used Arduino ethernet shield to send SMS over internet.   Sample code to send sms on a push button #include <SPI.h> #include <Ethernet.h> byte mac[] = { 0x00, … Continue reading Arduino SMS via Ethernet Pushing Bell