Hello Everyone !
First of all, sorry if I make some mistakes, I’m a begineer and I probably just need clarifications/explanations from someone more experienced.
As a software engineer, I was trying to get down inside the “drone stuff”. So I’ve bought a quadcopter (QAV 250 - Pixhawk4 mini based) complete kit from Holybro. It looks really great to get started and I’d like to thank you for bringing us this (ardupilot) awesome project, well documented even for a begineer like me.
I’m going to get my hands dirty with mission planner in my region, but before that, I am considering adding some strip leds, ideally fixed under the four arms of my quadcopter. From my understanding and previous googling researchs, Ardupilot does support some of them !
So far, I’ve understood that theses strip leds should be connected to PWM ports to my flight controller (pixhawk 4 mini) and might be powered externally ?
From my research, I’ve found this documentation page:
https://ardupilot.org/copter/docs/common-external-leds.html
However, I don’t where to start to get the thing working. If someone could help me a little understanding what to buy, how to wire and how to script, I will be happy to write some tutorial for ardupilot.
After further researches, I’ve found in the documentation two projects, NeoPixel and ProfiLed. Links:
https://ardupilot.org/copter/docs/common-serial-led-neopixel.html
https://ardupilot.org/copter/docs/common-serial-led-ProfiLED.html
However I am not understanding hardware schemas. How many PWM outputs do I need to powers how many leds ? Is PWM pins equivalent to MAIN OUT pins on my pixhawk 4 mini ? schema: https://docs.px4.io/master/assets/img/pixhawk4mini_interfaces.b1a7a364.png
Also, How I should program them using ardupilot ?
Thank you per avance