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...
Hi
My purpose:
Send 180 Bytes per 10 millisecond
I got a problem:
I use NUS project in NCS SDK15.0,when I send data per 10 ms,It return"Failed to send data over BLE...
To the kind attention of Nordic support team,
We would like our BLE nRF52 based product to reconnect as fast as possible.
My question is: are there side effects in having...
Hi,all
I want to connect my NRF52832 device with pc, then , use the value uploaded from the device to draw a curve in pc. Refer to nordic engineer's advice, i used the heart_rate_collector...
I want nRF9160 to do mqtts connection without certificate.
Modem FW:1.2.3
Here is my mqtt client_init:
When I use 9160DK, mqtts is connected normally. But when using...
Hi Everyone, I am confused in sleep modes of nrf52832. Can you please tell me the difference between System ON sleep mode and System OFF sleep mode?
also the current consumption...
Dear friend,
Based on SDK15.3, using S332 protocol stack, running on nRF52832-QFAA. Connect the device with a mobile phone via Bluetooth. The connection parameter Min connecion...
Hi,
I am trying to get the current time, using nrf9160 dk with v1.5.1. I tried using the following functions
proj.confg. tried enabling/disabling based on devzone case...
Hi, I am new to thingy52 and raspberry pi and now I am trying to connect 4 thingy52 to a raspberry pi to get the data from those sensors.
I have followed the Nodejs examples...
Hi,
I am developing a program about using MQTT service. It needs to set the APN. I used the following code to set APN. The first step is to set APN, it always fails. But...
Hi all, I've got the ppkv2 finally (after 4 months waiting). I'm a little confused, you (and the documentation said), that in Source Meter Moder the pkkv2 powers the dut ...
Hello, I'm currently evaluating NRF serial library for development. I have 2 questions that is not clear for me in the library.
1. What is the purpose of nrf_serial_rx_drain...
The BTLE specification does allow user/custom data to be added to the advertising packets. Which field in the advertising data structure is the right place for adding such...
Hi,
In the development stage, we all use nRF52 Development Kit for programming.
Because we will have some empty burning conditions after we import the production line...
I am trying to transmit data using nRF52840 DK with LE Coded PHY.
But I'm puzzled about how it encodes the data in the payload. As stated in BLUETOOTH CORE SPECIFICATION...