Skip to content

Arduino LED Lanterns synchronized with RF24 radio modules

Notifications You must be signed in to change notification settings

happyclamb/Illuminus

Repository files navigation

Illuminus

Arduino Uploading

Arduino Software

Add Arduino 328p Board:

Tools -> Board -> Board Manager

  • Atmel AVR Xplained-minis by Atmel University France version v0.3.0

Extra libraries:

Sketch -> Include Library -> Manage Libraries

  • FastLED by Daniel Garcia; Version v3.1.0
  • RF24 by TMRh20 Version v1.1.6

Coding Environment

Atom for development: Atom

After install, go to File; Add Project File and point it to the unzipped location of the illuminus code.

Finally; to config Atom to know about the arduino 'ino' files you need to add this to the File; Config...

"*":
   core:
      customFileTypes:
         "source.cpp": [
            "h"
            "ino"
            "cpp"
         ]

About

Arduino LED Lanterns synchronized with RF24 radio modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published