fishpepper / OpenSky

opensource implementation of the frsky protocol for multiple targets (D4R-ii, VD5M)
http://fishpepper.de/projects/opensky/
GNU General Public License v3.0
155 stars 69 forks source link

Support for WS2812 LED #1

Closed lazyzero closed 8 years ago

lazyzero commented 8 years ago

Hi,

it is more a feature request. Is it possible to have WS2812 LED instead of the APA?

Best Christian

fishpepper commented 8 years ago

the apa102s are much nicer! ws2812 use ~490Hz PWM frequency. If you fly this on a quacopter you get irritated by this. At least i do, i find it really annoying. The APA102 leds use 16 (or 19?) kHz (!) as pwm frequency when driven properly. Thats way better :)

The protocol is also nicer, its not timing sensitive at all. you can clock out data at ANY rate you want