Unable to configure LTE modem
-
@Alex-Kushleyev That was it! I first tried with a lower baud rate of 250K on PX4 and I started getting the battery info. Then as you recommended, I uploaded new parameters to the ESC. I used:
python3 voxl-esc-upload-params.py --params-file ../voxl-esc-params/D0014_starling_1504_3000kv_ms_props/D0014_starling_1504_3000kv_ms_props.xml
because I will be using it on a drone of similar size and performance. Then with 2M baud rate in PX4, I was able to make it work!
Thank you.