Hi guys, Im wondering if the payload over mode 2 Long Mode range is transmitted as LSB first or MSB first?
In smartRF sutdio I configured in the settings of smarRF studio that MsbFirst is 1 (so MSB first) and lets assume my payload (it's assumption :) ) is : 1b , so in binary it's : 00011011
now in the receiver side will the payload bits received as LSB first or MSB first? in other words will it be 00011011 or the opposite (11011000?