Hello,
I'm a newbie at wireless transmissions and the Jeenode at first.
I'm trying to send some values (uint16t) with the easySend but it tops at the value 255.
I use: rf12easySend(&temp, sizeof temp);
The reason for this is to send a temperature value (which in this case is signed and of course it gets over 255 (the last digit beeing the fractional part) any hints on achieving this ? I think it gets sent as different bytes but how do i get the number back together. Any help would be great (maby some links for some examples...)
Best regards
