Git Product home page Git Product logo

bledocs's Introduction

bledocs's People

Contributors

aallan avatar tigoe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bledocs's Issues

Checking creditsAvailable for setLocalData() before sendData()

Hi guys, thanks for the great documentation!!

I was going through your lighting_with_state.ino sketch and saw that you check for data credits before you call setLocalData. I'm a little confused since per the Nordic docs (page 77 of the nRF8001 product spec), setLocalData doesn't use up any data credits but calling sendData does.

What was the reason you check for available credits before you set the local value?

For reference (lighting_with_state.ino, lines 164 - 176):


  // STATE
  if (nrf->isPipeOpen(BUTTON_STATE_PIPE) && nrf->creditsAvailable()) {
     Serial.println("Setting 1");
     foo = 1;
     nrf->setLocalData(BUTTON_STATE_PIPE, 1, &foo);
  } 

  // TX
  if ( nrf->isPipeOpen(BUTTON_TX_PIPE) ) {
     Serial.println("Sending 1");
     foo = 1;
     nrf->sendData(BUTTON_TX_PIPE, 1, &foo);
  }

Thanks!!

  • Jonathan

nRFGO studio Installation fails with Segger JLink exception

Hello there,
I am following your tutorial for the PlayOn on OSX but I am getting this error when is installing the Segger JLInk.
screen shot 2016-02-21 at 16 20 20

Did you encounter this issue before? I am on OSX El Captain and tried both the old version you suggested and the new release of the NRf Go studio but still the same issue.

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.