Hello to all members,I am currently working on ArduPlane 3.6.0 code in order to read an analog voltage across Pixhawk's virtual pin 15 (in ADC 6.6 Volt port). To do this, i followed the example provided in the AP_HAL -> AnalogIn.cpp to get the…
Hello to all Developpers,I am interested in adding a pwm RPM sensor onto my pixhawk since in ArduPlane v3.6.0 there is already drivers and software written for this sensor... my question is: where do i connect the sensor? to the isc splitter or to…
"Thanks for you reply Andy. Besides this, i still don't know where to begin. I want to read a load cell output in the ADC 3.3V UART in Pixhawk. Should i just declare a bunch of variables in the parameters.cpp and then create a function in sensors.cpp…"
Hi there everyone, I'm currently working on a Pixhawk Flight Controller for my Master's Degree Thesis and i would like to know the steps that are necessary to read an analog sensor from ADC 3.3V port. I have been reading post's on DIY Drones…