Hi everyone,
I’m trying to build a autonomous drone with raspberry pi but I couldn’t find a solution to one thing.
The drone will complete several different autonomous operations. But I must able to select a operation to run from a ground station. I will develop my own ground station but I’m still not sure how can I connect to raspberry pi from long distance.
I want to call the python functions inside of the raspberry pi from my laptop. So my main goal is reaching to the console of the raspberry pi from my laptop.
I thought maybe I can use LoRa but it seems too complicated for me to handle. I can not use the 3G connection because I don’t have the right equipments. Is there is a method you can think of to complete this operation? Maybe I could use the telemetry of the pixhawk?