After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I'm using TWI and BLE functions together. My TWI sensor is operating at 400kHz, low priority. BLE has the highest priority. For example, if nRF52805 is sending commands to...
Hello community, I tried to read my motor encoders with the QDEC and capture the position of my motor. Hardware: nRF52840 DK, 2 Hal motor encoders on pin 0.13 and 0.14 which...
In NCS v1.6.99 the HEX data format is removed from data send and receive commands (socket, udp/tcp cli/srv), only ascii and data mode is supported.
In case of binary data...
Hello,
First time post and brand new to the nRF52832 chip. I am tasked with building firmware that will synchronize ADC samples across multiple devices. I have started with...
Hi to all team,
I have two units of nrf52840 dongle with me.
I have to develop the generic application firmware where data send from one dongle(coordinator) is getting...
Hi,
I have built ble board with nrf52832 with no pca10040 on my board and i have assign button switch pin as P.0.13 from nrf52832.Previously i am using nrf52832 dev kit...
Hello,
I have a custom example based on the "asset_tracker" application of the SDK v1.3.1 and I am trying to open the IDE through Toolchain Manager, but when I select "OPEN...
hi support team,
i was testing usb dfu(NCS1.6.0) function with window10, after i download the code, the windows seems not able to install the driver as below, and i couldn...
Just a naive question about the definition of nrf_fstorage_t , it has a member nrf_fstorage_info_t *p_flash_info .
Why the type isn't nrf_fstorage_info_t const* ?
Tell...
Hi,
there should be OK response after #XSLEEP before enter into sleep to notify, that command was received and processed without errors.
Current implementation (NCS v1...
device: nRF52832
SDK: nRF5 v15.3.0 (s132)
Soft Device: 6.1.1
I am trying to read multiple fds records and transmit them to the central device (nRF Connect on android...
SDK: 15.3.0
I have developed PCA10056 board based on CLI example.
I tried to print debug strings.
but, [00: 00: 32.310,668] <warning> app: Prints backends flushed repeatedly...
Hi,
I have developed BLE mesh by using nRF52832 with Mesh SDK v5.0.0. Now I am trying to implement the light switch client example.
In order to reduce the current consumption...