Hi everyone!
I’ve built a drone with the kit (rasperry+pixhawk), I completed the building course, and now I’m doing the programming course (my target is to go for the precision landing course).
I could successfuly calibrate ESCs, and I have two dev environments (one built from scratch, and one from the provided .iso, both running with recommended versions, on ubuntu 18)
When I connect the pixhawk thru USB, I see several “arm pre checks errors” on QGC logs, some of them seem to be because it is connected thru usb (like wrong voltage range).
So, I want to connect QGC to my drone thru wifi, and here is where I’m lost…
1 - I read about launching mav with master=/dev/ttyAMA0, but I don’t have this device on my virtual machine…
2 - I don’t know the steps to this device being created…
3 - I saw a wifi network when I power my drone, but when I try to connect there, it fails trying to connect… don’t know why (logs says "state change: config failed (reason ‘ssid-not-found’, sys-iface-state: ‘managed’))
4 - I saw another video, on “Drone engineering camp 101” course, here it talks about connecting the raspberrypi to the computer throu HDMI to be configured… and setup wifi connection there… followed by MissionPlanner software installation… really lost the relation between this course and the programming one… which is the right path in order to build a delivery drone, managed by an external system ?
Thank you all very much!