Wireless Servo Control

value1 = map(value, 0, 9, 0, 180);

Look again...carefully.

You need to define a protocol, like 0a2b4c

Where 0 gets written to the first servo, 2 to the second and 4 to the third.