Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...