Skip to content

arduino program that allows several buttons to be pressed at the same time with state management and connects to a server using e-shield.

Notifications You must be signed in to change notification settings

joseluisgomezcecena/arduino-ethernet-shield-multiple-button-connection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Button and Ethernet Shield

These scripts allow for multiple button presses at the same time, they also allow for buttons to be pressed for a long time and only detect one press until the button is released and pressed again.

It also shows how to connect to a server on button press and call a script.

Installation

If your connection to a server is blocked change de MAC address located at the top of the script.

//change this
byte mac[] = { 0xDE, 0xAD, 0xDB, 0xEF, 0xFE, 0xFD };

License

MIT

About

arduino program that allows several buttons to be pressed at the same time with state management and connects to a server using e-shield.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages