Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
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 developers,
I am trying to use ble_hrm service example with actual heart rate from the module pulsesensor.com ( http://pulsesensor.com/ )
I am able to read raw data...
Hi,
I am working on one application in which I want to change pin number assign to channel 7 of SAADC in nrf 52. I am using Rigado BMD 300 module in my application. As...
Hi,
i want to use a current time service in nordic app (nRF Toolbox) for the bgm profile.
I see, that when the cts service is not found, the micro reset. Why?
Someone...
Hy world,
I'm new on nordic and i would like to understand what tool is best for develop application for nrf51dk.
I've have tried to use keil but is very difficult for...
I have two NRF24L01+ modules - I am not sure if they are fake?
One node acts as PTX and another as PRX.
On both devices i have the features auto_ack and ack_payload...
Dear Nordic Team,
I want to move all example code nrf51422 into nrf51822. I am using SDK11. What are the changes want to do in keil compiler. Please support anyone.
Hi,
I am currently designin one of our product with a nRF51822 QFAC included, and I need to store 17k-bytes in a non-volatile memory.
I began to write a piece of code...
Hi!
Would it be possible to modify the glucose example to save the database records to flash using FDS?
Keeping the overall structure of reading and writing, just changing...
Hi,
I'm new to nordic's product and new to study open mesh framework. But I have two questions:
Q1: what access address mean? Is it a parameter of mesh network ?does different...
Hey everyone, I'm trying to compile blinky example, using ARM on Mac OS X. I use st-link 2 to flash it. So, the first when I do 'make' command I've got errors
Makefile...
Gentlemen,
I apologize if this is not the correct place to post this question.
I have a potential project to start a BLE project but their requirement would be start...
I'm developing a new board with nRF8001, after reset i correctly get the DeviceStartedEvent 0x03 0x081 0x02 0x00, after that i go into setup mode sending the configuration...
Hi,
I am using nRF5_SDK_11.0.0_89a8197 at center to debug ble_app_uart_c project.
The center can connect the device well at the beginning. But if I power on and power off...
according to the introduction of mesh framework( value storage part), it says all mesh data is saved in a structure. My understanding is : Handle means a trickle instance...
How to configure S130 Softdevice as Completely Central(S120) i.e with Out Switching its mode to peripheral to operate like a central.
Is there any API or Example to do...