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

The chipset that can support Peripheral/Central role

Hi,

We would like to implement a scenario that need two BLE devices, One is Peripheral that able to broadcast and connectable, another one is Central that able to scanning and send a connect request.

According to the different roles, what chip can do the actions as above? Which development kit should we used? Please give us your comment.

Thanks, Lester

Parents
    1. The difference is that nRF8001 supports all peripheral defined profiles and services since it needs to be controlled by a host microcontroller. The nRF8002 is a system on chip with defined set of profiles and services implemented. So the nRF8002 can only support those profiles and services that are specified in the product sheet.
    2. Yes, you can control the nRF51822 from an external host MCU either through UART, SPI, I2C. Currently there is code example for implementing BLE across UART commands in the nRF51 SDK on Nordic website.
    3. DK is the development kit and contains modules that is intended to be plugged into the nRFgo Motherboards. It has more buttons and LEDs available. The EK is the evaluation kit and is a smaller board that’s plugs directly to a USB cable. It’s more compact, but has access to all GPIOs, but limited amount of built in buttons and LEDs.
    4. All our devices, nRF51822, nRF8001 and nRF8002, are single mode ble devices. So they only support the Low Energy part of the Bluetooth spec.
    5. You will get access to the Softdevice and SDK with either DK or the EK. So you can buy the kit that fits your needs the best.
Reply
    1. The difference is that nRF8001 supports all peripheral defined profiles and services since it needs to be controlled by a host microcontroller. The nRF8002 is a system on chip with defined set of profiles and services implemented. So the nRF8002 can only support those profiles and services that are specified in the product sheet.
    2. Yes, you can control the nRF51822 from an external host MCU either through UART, SPI, I2C. Currently there is code example for implementing BLE across UART commands in the nRF51 SDK on Nordic website.
    3. DK is the development kit and contains modules that is intended to be plugged into the nRFgo Motherboards. It has more buttons and LEDs available. The EK is the evaluation kit and is a smaller board that’s plugs directly to a USB cable. It’s more compact, but has access to all GPIOs, but limited amount of built in buttons and LEDs.
    4. All our devices, nRF51822, nRF8001 and nRF8002, are single mode ble devices. So they only support the Low Energy part of the Bluetooth spec.
    5. You will get access to the Softdevice and SDK with either DK or the EK. So you can buy the kit that fits your needs the best.
Children
No Data
Related