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...
Hallo Nordic team,
We are developing our own product based on the nRF9160. The software we wrote must use ADC in order to measure battery voltage and things are working...
We're using an nRF52840 with S140 SoftDevice. It's configured as a peripheral device. Our application uses FreeRTOS with several cooperating tasks. When connected with the...
BLE_GATTC_EVT_HVX
Hi,
I've implemented a BLE client that is able to:
connect to another BLE device
discover its services and characteristics
enable notifications...
We are using nrfutil v4.0.0 to update the nRF52 module. So far we've been using SDK_15.3.0 with SoftDevice s140_nrf52_6.1.1 and the updates work fine for zip files containing...
Hi,
Currently we working on a project that uses:
nRF9160
Zyphre OS
Segger Embedded Studio for Arm (Nordic Edition) V5.10d
SDK v1.4
We need to handle...
Now, my BLE device can be paired with ios and Android phones, and it can reconnect automatically after binding and disconnecting.So, now I have a question. What is it?How...
Hello everyone. Let me know, does exist correct way through BLE services for phone media control and phone call control? For now I'm using HID Service for media control (play...
Hello ,
I have one sensor with I2C and configured with BLE peripheral example code ( BLE_Blinky as well BLE_Freertos_hrs) .
But whenever I Tried to read/wrtie over I2C...
I have been using the PPK (ver 1) without any problems to measure the current consumption of our custom board, until I updated the Power Profiler app to v3.0.0. I get the...
I making a gui to use with the dtm library provided, but I want to use tkinter which does not work in python 2.7. Is there a version of the DTM library and example from nAN...
Dear Team,
There are some questions about wheather nRF52840 dongle work as BLE5.x sniffer or not in Nordic Q&A.
And all answer are not.
I found update of nRF sniffer...
My application use Timeslot API.
I want to know that the Timeslot period is complete. (not NRF_EVT_RADIO_SESSION_IDLE event. This is outside Timeslot.)
My application...
I am using SAADC and PPI to sample 2 channels data with oversample,when I set timer tick 5ms,the sample rate is 200hz and the system works well,now I want to improve the sample...