This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Configuring Antenna pattern in setting up direction finding RX

Hi all, 

i want to ensure my antenna have correctly triggered. I'm using TI Boostxl-AoA antenna for nRF52833, Its a antenna of 6 , but i'm just opening up 3 first.  my sequence of antenna are ant_1.3 ant_1.2 ant1.1

Truth Table for TI antenna 
Ant_1.3 = {1,0,0,1}
Ant_1.2 = {1,0,1,0}
Ant_1.1 = {1,1,0,0}

So, i have configured from static const uint8_t ant_patterns[] = { 0x2, 0x0, 0x5, 0x6, 0x1, 0x4,0xC, 0x9, 0xE, 0xD, 0x8, 0xA }; (NORDIC)

TO my  ant_patterns[] = {0x9,0xA,0xC}; (TI)

I just cannot figure what more important settings that i had missed out. sorry for the inconvenience but i need a quick answer for this. thank you 

Related