This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Which Nordic chip should we use ?

We have to pick a BLE very quickly , and up till now we used to work with modules which are expensive in mass but easy to work with (e.g RN4020)

I am looking for a chip with a VERY fast learning curve, that does not requires firmware flashing. It only has to be able to accept data as peripheral from mobile, and connect with an ARM processor ( such as SAMD21,etc).

  1. I can see that the 8001 is such an option, is it going to stay alive and not becoming obsolete ? is it too old to start with it now ? seems that everyone already using the new one .
  2. If so, what would be the most minimal circuit (link) for 8001 that we can use? something such as Adafruit module? (it seems to require too many components around) learn.adafruit.com/.../downloads

Any good new alternatives with high learning curve and no firmware flash required ? Thank you !

Parents
  • What you're describing is often called a "Network Co-Processor" or NCP.

    Many manufacturers make such chips - but, obviously, the Nordic Semiconductor site is not the place to promote competitor's products! (although, as you're using an Atmel processor, I guess I could mention that Atmel do have such chips...)

    There are many modules based on Nordic chips - no doubt some of these can be used as an NCP?

    Many are listed here: www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules

    Although it's true that you don't load any firmware into the nRF8001 itself, you will still have to do a significant amount of firmware work in the "Host" microcontroller to drive it.

    There is an Arduino SDK:

    github.com/.../ble-sdk-arduino

    You would have to port this you your "Host" microcontroller, and then write the "application" code around that...

Reply
  • What you're describing is often called a "Network Co-Processor" or NCP.

    Many manufacturers make such chips - but, obviously, the Nordic Semiconductor site is not the place to promote competitor's products! (although, as you're using an Atmel processor, I guess I could mention that Atmel do have such chips...)

    There are many modules based on Nordic chips - no doubt some of these can be used as an NCP?

    Many are listed here: www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules

    Although it's true that you don't load any firmware into the nRF8001 itself, you will still have to do a significant amount of firmware work in the "Host" microcontroller to drive it.

    There is an Arduino SDK:

    github.com/.../ble-sdk-arduino

    You would have to port this you your "Host" microcontroller, and then write the "application" code around that...

Children
Related