Hi Everyone,
And thanks ahead of time, Ok long story short I'm trying to send [4] variables over a nRF24L01 network. Having a hard time structuring how to send the variables to string format and out to the pipe.
2 variables can send int values from -50 to 150
1 variable can send int values from 1 to 20
1 variable sends a 1 or 0
My problem is trying to send them all in one transmission if at all possible but anything more than one gets converted wrong on the receiving end.. Again thanks for any help that may come my way.