Other Parts Discussed in Thread: IWR1443
Tool/software: Linux
Hi,
I made a python program to config and start the data flow from my IWR1443 to beaglebone over serial port.
Currently i am providing a sleep of 1 sec in receiver side, then i am getting the continous data of around 4095 bytes. The starting header/magic words are appearing 2-3 times within that 4095 bytes data.
Now i want to have the data frame by frame so that i can segregate the information at one time. For that i did a change in framecfg parameter in cfg list while sending to the mmwave.
i did - 'frameCfg 0 1 16 1 100 1 0' that shows 1 frame to be send. Here i guess i am making a mistake because i am getting the exact 627 bytes of data starting properly with magic bytes and ended with few null bytes which is essentially for multiplication factor by 32. But after that no data is there yet my mmwave YELLOW LED is on and i have to reset the mmwave to use it again.
Any suggestion?
Thanks.