I'm trying to get an a recognized ble pulse without using a softdevice. I started with the basic transmitter application and am trying to decipher the order for the data I'll need. Figure 2. On air Packet Layout of the product spec shows that the least significant bits are coming first.
If I want my beacon to output an address of "D6BE898E" should I be assigning it to base0 in reverse order or as is? I'm a bit confused as to how that is intended. Does this also apply to the prefix, packetptr, etc?