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,
How do I determine the application address? The one that is to be programmed to UICR.CLENR0.
I have SD S110 V7.1.0 but I didn't find this information in the release...
Hello,
I receive NRF_ERROR_INVALID_STATE error quite a few times because my own state handling is still a little buggy. I want to find all these errors. What would be the...
Hi all,
Please I want to make sure of something. In the s120 specification, it's written " Bluetooth low energy combined Central and Peripheral SoftDevice", and even in...
Hello,
I need to read the UID and later on also the RSSI value of devices (Handys) in range.
It should be reading the values automatically without the need of manual connecting...
The datasheets for the nRF24LU1P ansd nRF24LO1P have near identical example antenna driver designs which vary in the values for the inductors, etc
The LU1P datasheet is...
Hi,
I've combined twi_sw_master and DFU in my project based on nRF51822 Beacon v1.1.0. Now I can't connect to the beacon. The same project only with DFU or only with twi_sw_master...
Error is shown in the following figure.
I use nrf51822-DK(256k)
The exception of BLE_S110 works well.
Memory Is not enough when you add a BLE_S110
Is there any...
I am using S120 v2 with SDK 6.
Initialization of the softdevice and device manager return no errors.
However when I want to start a scan for devices, the function checks...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
Hi,
I am using Timer0..2 interrupts along with radio TX/RX. When the Timer2 interrupt coincides with RX/TX the Timer2 is halted for approx. 450 µs during TX. Is there a conflict...
hi...
i am working on nordic nrf51822 evaluation board.i coudn't get pin 31 interrupt.but in all other pin i can get interrupt. maximum of 3 gpiote pin events is using...
I'm following the example here for the PCA10028, only the example I copied from the Pack Installer is called ble_app_hrs_s110_dfu_experimental_pca10028 (nRF51 PCA10028) instead...
Hi, I am studying with nRF51822 (s110).
I found some source code from devzone.nordicsemi.com/.../
and I am trying to change the device name,
And I don't know why...