hello guys i need your help how can i simply turn on an led to other arduino
like this:
if(message == "1"){
digitalWrite(LED, HIGH);
}
else{
digitalWrite(LED, LOW)
}
but i have a problem i done this with the use of bluetooth module HC-06 / 05 but when i use 433mhz rf i dont know how to send and receive data does someone know how to send a simple message to turn on an led thanks