Git Product home page Git Product logo

arduino-library's Introduction

Jewelbots Library for Arduino IDE Development

This library is designed to make coding the Jewelbots for Arduino easier for users. Installation instructions are below. If you would like to contribute, pull requests are welcome. Documentation is here and in the Wiki. Please feel free to ask us questions in Slack by signing up here.

Requirements

  1. A Jewelbot device!
  2. PC with one of the following OS:
  • Mac OSX 10.11.4 (current tested version), OSX 10.9.x, 10.10.x should also work.
  • Windows 10 (current tested version), Windows 7 and 8.x should also work.
  1. Arduino IDE version 1.6.9 (current tested version).
  2. A Micro-B USB cable.

Getting Started

Install Board Package Add-on

  1. Get Arduino IDE from Arduino website and install it to your PC.
  2. Start the IDE and from the Menu, click "Preference...", add the following line to "Additional Boards Manager URLs"
  https://jewelbots.github.io/arduino-library/package_jewelbots_index.json  
  1. Open the Boards Manager from the Menu: Tools -> Board "..." -> Boards Manager.
  2. Search for "Jewelbots", select the "Jewelbots Arduino Library" and click "Install".
  3. Wait for the library to finish installation and click "Close".
  4. Go to Tools -> Board "..." dropdown and select the "JWB nRF51822" board.
  5. Make sure the serial port is selected from Tools -> Port.
  6. Put your Jewelbots device in coding mode by holding down the button for two seconds. Either the charging light will go out or the device will flash purple depending on what version of the firmware you have. Coding mode lasts for two minutes.
  7. Test the "hello world" sketch below:
#include <Arduino.h>

LED led;

void setup() {
  // Put your setup code here, to run once.
}

void loop() {
  // Put your main code here, to run repeatedly:
  led.on(1, "blue", 650);
}

If you would like to contribute to this library, you can get started in the Wiki

arduino-library's People

Contributors

bklang avatar davison-sm avatar glennblock avatar haydanek avatar rachelwilsingh avatar rwaldron avatar sarajo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.