Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi all,
I develop a central application, which manages multiple peripheral connections. The application often has to stop and start scanning again. In rare cases the function...
Hi,
I'm trying to get the bootloader from SDK v6 running with SoftDevice v7.
I managed to compile it under Eclipse (gcc). I've just removed buttons and LEDs from the code...
I would like someone from Nordic to confirm that the new softdevice release s110_nrf51822_7.0.0 is not suitable for the 128kb versions of the chip (in my case nRF51822 QFABB0...
Hi!
How is the functionality choosen, the nRF51822 has to offer?
Is the SoftDevice (e.g. SD120) an API in C where a specific functionality (e.g. central role listening to...
Is it possible to use nRF51822 Development Kit without nRFgo Starter Kit? What I need - is to be able to connect couple of LEDs and buttons, can this be achieved without buying...
Hello,
after successfully calling sd_softdevice_enable(), I call ble_cscs_init() and that function returns with error code 7, which means NRF_ERROR_INVALID_PARAM. I've tracked...
Hi,
After doing an sd_nvic_SystemReset(), the bootloader does start advertising, but for some reason the android app nRF Master Control cannot connect to it.
If I connect...
Hi everybody,
I'm currently writing an Android application allowing me to communicate with a NRF51422.
I've created on the Nordic chip one proprietary service with 2...
please help to confirm the ESD grade of nordic SOC. i can't find all the parameters(HBM, CDM,MM) in the datasheet, only HBM in 24LE1, and only HBM&CDM in nRF51822.
I'm trying the ble_app_hrs example on a custom nRF51822 board with s110 6.0.0 softdevice.
Debugging in Keil, the firmware runs fine up to ble_stack_init(). Within ble_stack_init...
Hi All!
In all exsamples in function "ble_evt_dispatch" we have different order to call sub functions.
Most functions to call is:
dm_ble_evt_handler (device manager...