Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4923

How to control two Arduino uno at the same time?

$
0
0
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

Viewing all articles
Browse latest Browse all 4923

Trending Articles