GithubHelp home page GithubHelp logo

Comments (5)

wilstam avatar wilstam commented on July 17, 2024

From @ivankravets on October 27, 2016 19:22

Interesting question. Are these board the same? NRF51_MICROBIT & NRF51_MICROBIT_B?

from platform-nordicnrf51.

wilstam avatar wilstam commented on July 17, 2024

Thanks Ivan.

I believe it has only one board so far. I bought two MicroBit boards six month apart, they should come from different production batches, both look the same and can run with S130 (ie NRF51_MICROBIT_B).

The closest thing I found is that few nRF51822 chips will not run on newer S130 version 2. As long as we use version 1, it will run on most chips. The library in PIO right now is using version 1.
[https://devzone.nordicsemi.com/question/93224/which-sdk11-gcc-examples-work-with-nrf51822/?comment=93336#comment-93336]
The two boards I have are using QFAAH0 chip and able to run version 1.

Looking at the targets.json, NRF51_MICROBIT and NRF51_MICROBIT_B share the same base MCU_NRF51_16K_BASE, only that NRF51_MICROBIT has extra inherit from MCU_NRF51_S110 which specify the S110 SoftDevice. So I think it is safe to use NRF51_MICROBIT_B.

S130 SoftDevice does use more space than S110 and provides BLE Central feature, which not many application will use, those may be the reason why the default is set to S110. As I am working on a project which requires BLE Central, I am trying to see if there any good or correct way to allow a project to specify which SoftDevice to be used.

Wonder, if it possible to set some variables in project's platformio.ini to change the target setting? Or have to create a new board for this?

Cheers,
Wilson

from platform-nordicnrf51.

wilstam avatar wilstam commented on July 17, 2024

From @ivankravets on October 28, 2016 17:22

We will create new board preset for MicrobitB. Please move this issue to this repo https://github.com/platformio/platform-nordicnrf51/issues

from platform-nordicnrf51.

wilstam avatar wilstam commented on July 17, 2024

That's great. Thanks!

from platform-nordicnrf51.

ivankravets avatar ivankravets commented on July 17, 2024

Please use board = bbcmicrobit_b.

from platform-nordicnrf51.

Related Issues (20)

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.