Friday, 12 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

Blingged up Avada Quadcopter with WS2812B leds and Arduino

Blingged up Avada Quadcopter with WS2812B leds and ArduinoУ вашего броузера проблема в совместимости с HTML5
Added a few more patterns since last time. Code can be found http://chiggenwingz.com/quads/ledcode/quad_leds_v0.3.ino feel free to use and modify to your hearts content :) You'll need to get the Adafruit Neopixel library to use this properly https://github.com/adafruit/Adafruit_NeoPixel Basically my receiver is outputting PPM to my Naze32, but it still outputs PWM on the other pins. So I take channel 6's PWM signal and feed it into a Arduino Pro Mini (5volt version) and look for any time the signal goes above 1500. When it does I call an interrupt function and toggle to the next effect. I'm using 4 separate strips of WS2812B on this quad. 5V power is being supplied off different ESCs (1esc for the back strips, 1 for the front strip). The signal cable is coming directly from the Arduino which is mounted next to my receiver on the back. I chose not to use CleanFlight's LED system as it didn't allow me to do all the effects I wanted. Plus I can do all sorts of funky things with the Arduino and it doesn't affect the flight controller code.
Мой аккаунт