Affordable way to integrate Reach M+ with DJI Phantom

DJI Pilot App Export Log File from iOS Device - YouTube is a video on getting the log file.

You will need to download the TXT>CSV converter file.

Once you convert the TXT to CSV and open it up there are two columns you are looking at:
|CUSTOM.updateTime|CAMERA_INFO.remainedShots|
|2019/2/8 17:35:08.089|3403|
|2019/2/8 17:35:19.281|3402|
|2019/2/8 17:35:40.322|3401|
|2019/2/8 17:36:22.146|3400|
|2019/2/8 17:37:22.854|3399|

Each time the photo is taken the value for remainedShots will decrease by one. Now you can see the timestamp in millisecond for that photo. What I don’t know is when during the shutter actuation is that done??

I think Tobias is going to make his program so that it will read the text file and create the events based on the FlightLog TXT file. As long as the time stamp is very precise then this will be a very good method for creating the events file. I still want an Ashot for the sole purpose of not missing photos. Because DJI is not going to fix it.

Link for sample file. There are three files. Original, converted, and then where I tweaked the data in Excel.