TOP Contributors

  1. MIKROE (2784 codes)
  2. Alcides Ramos (405 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (133 codes)
  5. Bugz Bensce (97 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (141624 times)
  2. FAT32 Library (74651 times)
  3. Network Ethernet Library (59128 times)
  4. USB Device Library (49167 times)
  5. Network WiFi Library (44925 times)
  6. FT800 Library (44457 times)
  7. GSM click (31119 times)
  8. mikroSDK (30017 times)
  9. microSD click (27531 times)
  10. PID Library (27512 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

WS2811 SPI LEDs on AVR with internal RC

Rating:

0

Author: Milan Kratochvil

Last Updated: 2017-09-01

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Light control

Downloaded: 542 times

Not followed.

License: MIT license  

Example (compiled functional demo) how is possible to run WS2811, WS2812B SPI LEDs on Atmega8 with internal 8MHz RC oscillator. Simply connect 5V power, MOSI Wire to DATA IN on SPI Led string and enyoy!

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "WS2811 SPI LEDs on AVR with internal RC" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "WS2811 SPI LEDs on AVR with internal RC" changes.

Do you want to report abuse regarding "WS2811 SPI LEDs on AVR with internal RC".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Example Blog

Blog currently doesn't exist!

RELATED CODES

(Hardware SPI) MAX7219/MAX7221 LEDDISPLAY-LIBRARY

5

This package is used to drive seven segment display and 8X8 dot matrix with SPI1 hardware modul . - you can print posiitive or negative integer number on the seven segment display -You can print negative or positive floating number on the seven segment dsplay -You can print character on seven segment display -you can print text , scroll text, invert screen, adjust brigthness...on 8X8 dot matrix -you can use until eight cascading 8X8 dot matrix

[Learn More]

Driving Flexible Neopixel (WS2811) Strip with PICAXE08M2+ (PIC12F1840)

0

PICAXE is basically PIC micro with different branding. Here I used a PICAXE micro to drive a flexible Neopixel strip using hardware SPI. SPI is used along with the PIC's 32MHz internal oscillator as Neoppixels employ time-slotting trick to transfer data at a very fast rate with small timings. The code is written with CCS PIC C compiler.

[Learn More]

(SOFTWARE SPI) MAX7219 / MAX7221 LEDDISPLAY-LIBRARY

5

This package is used to drive seven segment display and 8X8 dot matrix with software SPI. - you can print posiitive or negative integer and floating number on the seven segment display -you can print text , scroll text, invert screen, adjust brigthness...on 8X8 dot matrix -you can use until eight cascading 8X8 dot matrix

[Learn More]