Skip to content

saisani/LedChanger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LED Changer

Please refer to this manual for detailed usage.

This LED system consists of:

The Leader Device connects to the Bluefruit Connect Mobile App, Google Play Store or Apple App Store via bluetooth.

The Leader Device then relays any instructions sent from the mobile app to the Follower Device also through bluetooth. The Follower Device only connects to its appropriate Leader Device.

Installation

The following was installed on Ubuntu 18.04.

  1. Download and install the latest Arduino IDE.
  2. Once installed, go to File->Preferences in the IDE and the url: https://www.adafruit.com/package_adafruit_index.json in the Additional Board Manager URL field.
  3. Restart the IDE. Go to Tools->Board->Boards Manager in the IDE. Search and Install Adafruit nRF52 by Adafruit.
  4. Once the toolchain has installed, select the appropriate board by going to Tools->Board->Adafruit nRF52 Boards->Adafruit ItsyBitsy nRF52840 Express.
  5. (Linux Only) Install adafruit-nrfutil module using pip3.
pip3 install adafruit-nrfutil

Libraries: Install the following libraries by searching for them under Tools->Manage Libraries..

  • Adafruit Neopixel

Flashing

  1. Open either LedFollower or LedLeader with the Arduino IDE.
  2. Confirm the correct board, Adafruit ItsyBitsy nRF52840 Express is selected under Tools->Board.
  3. Confirm the correct serial port is connected under Tools->Port.
  4. Flash software by pressing the Upload Button, right arrow button, or Sketch->Upload. This might have be done a couple times.

Notes:

  • Make sure the LedFollower and LedLeader's are using their corresponding UUIDs.
  • You can also flash the boards from VSCode using the Arduino extension. See this link for more details.
  • For any issues, refer to the Adafruit Documentation to get started.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages