Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
Hi,
nordic tearm,im use nrf52840 develop a ble hid keyboard,my description of report like this :
my send api like this:
my consumer key like volume add and reduce...
Hello,
In the document about Release assistance indication %RAI. It says
In addition to using the %RAI command, the application must tell when the data connection is...
Hi,
I was using NCS 1.5.0 and Modem firmware 1.2.3.
I have latest DK of nRF9160.
It was running properly without issue specially LTE connection.
But after I migrated...
Hello,
i ran nRF Coap Client and it worked pretty well.
I am working with nRF9160 DK.
Now, I want to add DTLS to this example to secure the data.
Can someone please...
Hi.
I wasn't sure under what topic to post this but it's just a generic question I suppose. I'm still learning so please give it to me in plain English.
It took me a while...
HI Nordic,
As far as I know, in nRF5SDK, the maximum link number of BLE is 20.
I search for the devzone, someone said the number for NCS is 64.
So, I want to know: ...
At multiple places in the SPM subsystem code incorrect assumptions regarding the SRAM memory layout are hard-coded:
At line ~35:
This code is enabled when USE_PARTITION_MANAGER...
Hi.
We are working in a project that needs to exchange data via serial port. In this sample a virtual serial port is created in the nRF USB connector. Is it possible to...
I have custom board with nrf52833 SoC. its works fine with all example of NRF SDK1.7.1. except with ZigBee examples it did not works. I run Zigbee:Network coordinator with...
Hi,
I would like to know if it's possible to use the nRF52840 chip in nRF9160dk to join/create openthread network. When I tried flashing the thread CLI sample to the nRF52840...
Hello everyone,
I started with my program on the nrf52832. As a base I use the example multirole_LESC, because my focus is that 2 or more nrf52832 communicate with each...