i am using nrf51822. is it possible blutooth communication without softdevice. if possible, please explain me how. if not why. please help me any one.
thanks in advance.
i am using nrf51822. is it possible blutooth communication without softdevice. if possible, please explain me how. if not why. please help me any one.
thanks in advance.
In order to use bluetooth with nrf51822 you will need a Bluetooth stack implementation. This is provided from nordic by the SoftDevices. Using a SoftDevice is most likely the simplest way to get Bluetooth working with nrf51822.
It is possible to use other bluetooth implementations on the nrf51822. Some customers have made their own implementations which might be more tailored to their requirements. The information about the nrf51822 chip required to make such an implementation is available at the nordic semiconductor infocenter (infocenter.nordicsemi.com).
There are other open source implementations of Bluetooth stacks that support the nrf51822 chip as well see https://mynewt.apache.org/ and https://www.zephyrproject.org/ for more information.
Note that nordic qualifies the softdevices and if you use an open source softdevice or develop your own you will need to qualify the controller and host yourself.
In order to use bluetooth with nrf51822 you will need a Bluetooth stack implementation. This is provided from nordic by the SoftDevices. Using a SoftDevice is most likely the simplest way to get Bluetooth working with nrf51822.
It is possible to use other bluetooth implementations on the nrf51822. Some customers have made their own implementations which might be more tailored to their requirements. The information about the nrf51822 chip required to make such an implementation is available at the nordic semiconductor infocenter (infocenter.nordicsemi.com).
There are other open source implementations of Bluetooth stacks that support the nrf51822 chip as well see https://mynewt.apache.org/ and https://www.zephyrproject.org/ for more information.
Note that nordic qualifies the softdevices and if you use an open source softdevice or develop your own you will need to qualify the controller and host yourself.