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...
Hi
I following the steps listed in the document Thingy Mesh Demo v0.1
https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
When i perform the step 5 "Open the...
Hello,
I am using sdk12.2.2 and nrf52 customized board. I want that user should be prompted to enter passkey before bonding. I refereed the code snippet from devzone and...
Hi!
Im using SDK14.2 and I m working with the custom characteristics tutorial(the one compatible with the SDK 14.2).I have an SDK5 device connected to a LORA radio with...
Hi,
I’m having some troubles writing into the fash memory. I work on KeilµVision.
I initialise flash doing :
uint32_t page_size = NRF_FICR->CODEPAGESIZE;
uint32_t...
I am adopting a project which was initiated by someone else. I am using GCC toolchain eclipse while previously used by other colleague who initiated the project used IAR....
Hi,
My product is automagically disconnected from the central after 9min of connection...
The same problem can be reproduced from the ble_app_template example as is, on...
Is it ok to execute the following program twice in succession when communicating data of 244 bytes or more with one communication?
do { err_code = ble_nus_data_send(&m_nus...
Hi Devzone,
I would like to print my payload on a hyperterminal using NRF_LOG_INFO().
My array is like that :
manufacturer_data [0] => Value: 0xAA; manufacturer_data...
Hi all!
I am approaching this with pretty much zero experience but what I'm trying to build should be a piece of cake for you so any help, example code, advice will be appreciated...
Hi Nordic,
I'm using nRF51, SDK 12 and softdevice version S130 to stream data from nrf51 to iphone6 over BLE.
Sometimes, Few hours after launching streaming, the BLE...
This is almost certainly a benign bug, but it doesn't hurt to point it out.
In nRF5_SDK_15.0.0_a53641a, nrf_drv_saadc_channel_init() is a macro that expands into a call...
We use nRF24AP2(USB) in our product but we need transmitter a CW(with modulation) output and RX BER test in FCC.
How can I do it? I would like to use SDK to control nRF24AP2...
Hello,
For my experience, I am using two nRF52 DK. The first is programmed with the "ble_peripheral/ble_app_uart" application and the second is programmed with the "ble_central...
Hello,
I am trying to communicate between two nRF24L01+ radio modules, both of which are connected to separate PIC24FJ64GA002 uCs. It seems as though the transmitter unit...