With the increasing demand for automation and remote operation, controlling electrical devices without the need for physical access has become an important area of development in modern engineering.
sent_data.ch1 = map(analogRead(A5), 0, 1024, 0, 255); sent_data.ch2 = map(analogRead(A6), 0, 1024, 0, 255); ...