Hi!
I have an Arduino Nano sending data over 433mhz wireless transmiter and an arduino uno receiving.
But I want to send diferent variables from the arduino nano.
Can I simply add for example: "Water_Temp_" before the water temperature and concatenate with the variable and send "Water_Temp_26" over wireless and them on the arduino uno identify the text and according to the text save the number to a diferent variable?
any example on how to do this?
thanks a lot!