Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



how to get apa102 a...
 
Share:
Notifications
Clear all

[Solved] how to get apa102 apa104 led strip with arduino SPI

5 Posts
2 Users
0 Reactions
2,203 Views
 alan
(@alan)
Active Member
Joined: 11 years ago
Posts: 7
Topic starter  

i have some apa102 apa104 led strip ,i want to know how to get them with arduino fast SPI?


   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2864
 

My apologies for the late reply ... 

To me it seems like the APA102 is comparable to the WS2811 type. They use the same 5050 LEDs and have the same 4 pins (GND, 5V, C0, D0), the controller chip however might be different. I have not worked with the WS2811.

The APA104 seems to be a WS2812 "clone" - with internal oscillator, works with 24 bit in sequence, etc (as suggested in this blog post).
I guess that the only way to find out, if you have them laying around, is by simply testing it with the Arduino sketch of the WS2812 project. I highly doubt you'd ruin the strips ...

Please let us know if it worked for you ...


   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2864
 

Forgot to add the link to the article: WS2812 with Arduino.

In the sketch you might have to experiment with this line (line 12 in the sketch):

Adafruit_NeoPixel strip = Adafruit_NeoPixel(60, PIN, NEO_GRB + NEO_KHZ800);

Unfortunately I do not have APA102 or APA104 available .... I'd be interested to see if these might be good alternatives to the WS2812.


   
ReplyQuote
 alan
(@alan)
Active Member
Joined: 11 years ago
Posts: 7
Topic starter  

hello ,you can buy apa102 apa104 led from led color, they sell apa102,apa104, apa106 itesm , there are some APA seires item pdf  


   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2864
 

Does any of you guys know how to modify the Sketch in this Arduino Article, so these LEDs can be used?


   
ReplyQuote
Share: