We have integrated AWR 1843 Boost through an USB to RPI, on a drone to log sensor's reading using this code (*https://github.com/ibaiGorordo/AWR1843-Read-Data-Python-MMWAVE-SDK-3-)
The code works perfectly fine on ground and we are able to log all the data, without any issues. However, the code stops retrieving data in a few seconds after takeoff everytime. (In air our drone has higher vibrations and current withdrawal).
1)Can you help us figure out what may be the cause of the issue we are facing while reading the sensor in flight.
2)In case we want to use the sensor over serial instead of USB what changes do we need to make?