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
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
If ENDRX_STARTRX is enabled and is not closed at all times.
After the second RXD.PTR buffer overflows, that is, when RXD.MAXCNT is reached, no configuration is done, uart...
hi.
I want to gebrate DFU .zip packet but a problem arises
For my Computer Setting
OS : Windows 7 Pro 64bit
Chip : nRF5283240
IDE : keil uVison V.5.17.0.0
SDK...
We have successfully tested the nRF52832 HRM and proximity examples with iphone APP (nRF Toolbox & LightBlue).
However, when we tested with UART peripheral example (..SDK...
For the last few months, I've been building code and testing it on an nRF52840 PDK. Our production hardware, however, will use the nRF52832, and so I need to compile my code...
I wish to design a Laird BL652 Bluetooth with an NFC port. Unfortunately I have not been able to discover the coil inductance. They use a Nordic nRF52832 chipset.
My hope...
Hello.
I have some questions. Is it possible stabile work of android device , that has bluetooth 4.0 , with nordic device on base softdevice s132 v 5.0 ? What should i...
We're thinking of using the 52840 to capture and stream 4 vital signs per patient to a nurse's monitoring station. BLE/MESH would both work. Is there an off-the-shelf, desktop...
Hi all,
I am currently building an app that does HTTP requests to Strava ( strava.github.io/.../).
Before going deeper into the SDK, I would like to know if it will...
I have few questions that weren't addressed either in the infocenter or in the devzone:
In which way app_timer uses CC registers? Each running timer use one of these...
I want to transfer the code from nrf51822 dk board to a beacon kit, after connecting the beacon kit to the dk board, then I change PCA10026 to PCA20006 on the C/C++ define...
i was trying to send acceleromter values of mpu9250 to pwm pins. for this i have merge to different examples i.e. nRF-mpu-simple and pwm library example. but it showing error...
Hi,
I'm a beginner of BLE and I did everything from the three BLE tutorials, that uses sdk 11. However when I try to do it in sdk 12.3 it doesn't work, because there are...
Hello,
I am using ble_app_uart code. My first goal is to execute a function when board connects with an android device. Another goal is to disconnect board from an android...