Hello,
we are currently developing a copter with ground penetrating radar to locate and map landmines. https://3rd-element.com/landminensuche/
In this first very experimental development stage we decided to include the “Herelink” in the test and hardware exploration phase. In terms of Herelink software, we have some problems with QGC stability and we also need some adjustments. We like QGC as it is - nevertheless, some things in the GUI have to be revised / simplified for our purposes.
So now some questions about the version of QGC used in HERELINK.
I’m also looking to adapt QGC for a specific application using the Herelink. I’ve tried to do it with the repo and the developer notes provide by @wolke. I’m having some difficulties with the linker…
Hi @philip, that’s good news as we were about to start customizing the Herelink App.
We will wait on the new App and are looking forward to trying it.
Do you have an idea about the release date?
@philip, What are the motivation to have rebased the flight App on Solex instead of QGroundControl ?
Solex is less and less used, whereas QGroundControl is still widely used.
Thanks for informing me.
Really a product key? This is really a setback. Our device is a beta device bought sometime and somewhere in early 2019. The packaging has long been thrown away.
Kind of annoying, we now have an unusable device. The link to the old firmware flasher has unfortunately disappeared from the website. Is our herelink device now electronic waste?
@wolke Please contact your reseller, they will be able to help you out. If you are still having trouble updating your device to latest version please let us know.
@sidbh,
Thanks for your help. I think the separation of hardware specific functions and gc is the right way.
“contact the reseller” - since I am only responsible for hardware development and production, I will probably have to wait a long time for the key until everyone involved has called. hopefully the coffee machine does not need a system update with product registration, then waiting will be very uncomfortable .
/g
wolke
I have some problems building your QGC’s version. At first, I had problem including the gstreamer library. I saw that a commit was pushed to the master branch to add the missing library, it solved my first problem. However, I have another problem with Gradle. I keep getting this error message :
java.lang.IllegalArgumentException: android.buildToolsVersion is missing!
When I look at the gradle.build file, it is supposed to be in the gradle.properties file which is missing in the repo. I’m using Qt 5.11.0, Android NDK 15, Android SDK 29. I don’t have much experience building android app, so am I missing something? Have someone experience such a problem?