WS2811 and WS2812 One-Wire Communication Assembly Help


Results 1 to 25 of 25

Threaded View

  1. #19
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,132


    Did you find this post helpful? Yes | No

    Default Re: WS2811 and WS2812 One-Wire Communication Assembly Help

    Similar to WS2811/2812 is the APA102C led chip, produced as a strip too.

    The Datasheet is unclear of the timing specs.

    I tried many hours to make it work but in vein. No led so far is under my control. Any ideas, welcome.

    An example code is this:
    Code:
    arraywrite leds,[0,0,0,0,$f0,128,128,128,255,255,255,255]
    
    shiftout led_data,led_clock,1,[leds[0],leds[1],leds[2],leds[3],leds[4],leds[5],leds[6],leds[7],leds[8],leds[9],leds[10],leds[11]]
    
    Lcdout  $fe,$1,"Stoped"
    stop
    Any help?
    Ioannis
    Attached Images Attached Images

Similar Threads

  1. PIC to WS2812B / WS2811 IC
    By comwarrior in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 19th January 2018, 19:37
  2. ws2812 - pic12f1822
    By richard in forum Code Examples
    Replies: 0
    Last Post: - 12th January 2016, 09:52
  3. Assembly
    By Normnet in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 19th March 2007, 03:44
  4. How do you do this in Assembly
    By ice in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 10th May 2005, 06:47
  5. Assembly?
    By Dwayne in forum General
    Replies: 11
    Last Post: - 4th January 2004, 18:18

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts