Hi to all.I have a problem. I am trying to command my 3dr robotics drone with mavlink message. I have write a c++ program and I am able to send mavlink commands. My code ismavlink_message_t messaggio; //messaggio da inviare mavlink_command_long_t…
Hi to everyone,I have a problem. I have to connect DHT22 temperature and humidity sensor to my apm 2.6 (https://www.adafruit.com/products/385). My answer is: Can I connect this sensor to one of the eight analog pin in APM (A0-A8). I have arduino…