For example, I wrote a program that do as follow in both arduino's:
for(int i=o;i<=100;i++){
delay(2000);
}
So, if i use a keypad with Arduino a and whenever i press on the key that trigger the loop in arduino a, Arduino b's loop start looping automatically. I am wondering what kind of method/wifi module can be used to make this possible?
Mod edit: title - JohnInTX
for(int i=o;i<=100;i++){
delay(2000);
}
So, if i use a keypad with Arduino a and whenever i press on the key that trigger the loop in arduino a, Arduino b's loop start looping automatically. I am wondering what kind of method/wifi module can be used to make this possible?
Mod edit: title - JohnInTX