top of page
Search
Writer's pictureAEVA LIGHTING

What is APA107 led? What difference between apa107 and sk9822?


The newest APA107 led, we can say it is the updated version of APA102.

As we know apa102 now basically all replaced by sk9822 led which packed in China mainland.

So today we will compare the apa107 with sk9822 led.


APA107 and SK9822 LED, which is better?


Firstly Let's see APA107, although it was more expensive than the common WS2812/SK6812, and harder to come by, there are also some intriguing properties. The main benefits are a timing-insensitive SPI interface, allowing easy interfacing to standard periphery, and a much higher PWM frequency of >19kHz, making the APA107 almost flicker free.


The APA107 and SK9822 LEDs use different ICs. The chip used in the SK9822 is smaller than APA107. As a rough estimate, the APA107 about 1 mm², while the SK9822 is ~0.65 mm². The smaller chip is in a lower cost. So surely SK9822 cost less than APA107.


Can APA107 and SK9822 being compatible?




Probing the SK9822 quickly revealed that something was off when using it in the same way as a APA107. As shown above, the data format itself seems to be identical, and data forwarding from one LED to the next seems to work in the same way as with the APA107. However, every colour combination written to the SK9822, only was shown during the next update cycle. Some more probing isolated the issue: The SK9822 updates the PWM registers in the first cycle after the next start frame (0x00000000), while the APA107 updates the PWM register immediately after receiving the data. Since the next start frame is sent at the beginning of the next update, this means that the color update is delayed.


We can only speculate about the reason for this deviation. Possibly the SK9822 was implemented using the APA107 datasheet as a reference, and this was a misinterpretation on the, admittedly, not very accurate description of the protocol. Actually, the way the update is implemented in the SK9822 makes more sense than in the APA107, because it allows to update all LEDs at once instead of the staggered update of the APA107.


Unified protocol

The only way to get the SK9822 to work properly is to send an additional “reset frame” of 32 zero bits at the end of the bitstream to trigger the PWM register update. Luckily there is a very easy way to implement this in a way where it is compatible to the APA107: The endframe of the APA107 can be either ones or zeroes (see here). Simply emitting another 32 zeroes at the end will not have any impact on the APA107, given that also the endframe is changed to zeros.

A protocol that is compatible to both the SK9822 and the APA107 consists of the following:

A start frame of 32 zero bits (<0x00> <0x00> <0x00> <0x00> ) A 32 bit LED frame for each LED in the string (<0xE0+brightness> ) A SK9822 reset frame of 32 zero bits (<0x00> <0x00> <0x00> <0x00> ). An end frame consisting of at least (n/2) bits of 0, where n is the number of LEDs in the string. SK9822 LED driver characteristics.

To probe the SK9822 LED driver, we mounted a photodiode in front of one LED and connected it to an oscilloscope. This allowed us to directly monitor the modulation scheme of the LEDs. The exemplary image below shows both the dataline and the photodiode signal during an update from RGB=0xFF0000 to RGB=0x800000. The PWM frequency can be directly measured in the scope trace. It is 4.7kHz for the SK9822 – about four times lower than the 19.2kHz, but not even close to the 430 Hz flicker hell of the WS2812.



Something interesting happened, when I tried to change the global brightness setting. In the trace below I started with maximum brightness and reduced it to 50% by either using the global brightness register or the PWM register. As can be seen below, reducing the brightness to 50% reduces the light output from the LED, but no pulse width modulation is visible. It appears that the SK9822 uses a controlled current source to set the global brightness. This is in contrast to the APA107, which superimposed a lower frequency PWM pattern if the global brightness was not set to its maximum.



This is confirmed by the trace below. Here, I activated the PWM by setting RGB=0x800000 and ramping through the global brightness setting. The global brightness setting does indeed control the driver current setting.


The implementation of a programmable current source in the SK9822 is actually a very welcome improvement. In contrast to the original, the APA107, the LEDs do not start to flicker if the global brightness is reduced. This is a very nice feature if the SK9822 is used in a display. In addition, lowering the current setting allows to reduce peak current consumption, which can be quite an issue if you have plenty of LEDs PWMed at 3x20mA.


In conclusion, the SK9822 is not an exact clone of the APA107. It adds some interesting features. For example the programmable current source to control global brightness and a non-staggered update. But there are also some drawbacks like the protocol incompatibility and the lower PWM frequency. The incompatibility in the protocol can be worked around by using the unified protocol proposed above.

300 views1 comment

1 Comment


AEVA LIGHTING
AEVA LIGHTING
Feb 21, 2019

Nice

Like
bottom of page