d3ngit / djihdfpv_mavlink_to_msp_V2

DJI_mavlink_to_MSP_V2
57 stars 23 forks source link

data not updating on osd #15

Open andykirk50 opened 3 years ago

andykirk50 commented 3 years ago

hello ive configured an Arduino pro mini and can get the osd to show on the goggles but im not getting any information updated on the. the gps has a fixed lock on mission planner and but no co ordinates show on the goggles and the rssi shows as 99% when there is no transmitter / receiver connected to the pix hawk.

any ideas please.

eitanme-ibm commented 1 year ago

Hope you'll already solve the problem for you, but if not, a solution exist. What I did is use a more capable Arduino board. specifically, I used STM32F103C8T6, which runs at 72mhz (vs. 8mhz of the Arduino pro mini). I use to have the same problem as you mentioned, but with the STM32F103C8T6 board, I get all the data updated fully.