HefnySco / andruav_android_app

14 stars 7 forks source link

It would be nice if there were a way to automatically connect to the internet after the application starts instead of forcing the user to push the connect button #3

Closed HefnySco closed 2 years ago

HefnySco commented 2 years ago

This function already exists in Andruav/WebClient. I made this video that shows how to do it:

https://youtu.be/Zyx1mzqCYP0

rmackay9 commented 2 years ago

Hi thanks, I think there's a small misunderstanding perhaps. So what I mean is that it would be nice if I didn't need to push this connection button (the one that connects the app to the internet). It's not a big deal but I'm thinking it would be nice to reduce the number of steps a user must go through to get the system up and running each time. image

HefnySco commented 2 years ago

Please check https://youtube.com/shorts/QpBwPJ3Cl1E?feature=share I think what are you looking for is Auto_Start.

rmackay9 commented 2 years ago

@HefnySco,

Ah, great, thanks. I somehow missed that checkbox. I think we can close this issue now.

By the way, I found some unreliability if Andruav app is not running and the autopilot is not already powered-up when I plug in the USB cable to the flight controller. The Andruav app sometimes crashes, appears as a blank screen or it fails to connect to the flight controller. The behaviour is not consistently the same so I suspect it has something to do with timing and whether the autopilot is ready to communicate or not.

.. it all works well if the autopilot is already powered up before I connect the USB cable between the tablet and autopilot though.