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...
Hi
When trying to register iBasis sim with correct ICCID and PUK, I get this error message:
Username and pool information are required.
could You help me with...
I have my IMEI but my pin number has 4 digits: 0000, instead of 6 digits(which is required to add the LTE device)? Please Nordic, what should I do? I have this problem for...
I am a beginner in embedded systems.
I know that the minimum resolution of RTC is 1/32768, but what is the effective number of digits for this? For example, I used a counter...
I have not been able to confirm this from documentation. I need to know what the on/off and termination states of the nRF51822 GPIO pins are when the chip is initially powered...
Hello,
I'm using Segger with the nrf Connect SDK v1.5.1. Before my program's main even calls, the program is getting stuck in the nrf system calls; specifically nvmc_wait...
Hi, currently I am using fstorage alongside ble-mesh to store some data in flash. Currently however, writing with fstorage seems to be successful only about 50% of the time...
So , I have been fetching the customized packets through scanning . I managed to pickup the data from the structure
typedef struct { uint8_t *p_data; /**< Pointer to the...
Hello everyone,
I am using NRF52840 development kit. I am trying to migrate my developed code from SDK version 15.0.0 to SDK version 17.0.2.
While compiling the DFU firmware...
On the Android version of the application, Whenever a node is not the proxy node, you are unable to read the proxy state, get the ttl, and refresh the configuration server...
Hi
I am developing a concurrent central + peripheral application, in which central application connects to other external peripheral side, which uses static passkey ,pairing...
Hi,
Would you please explain the default behavior of peer manager Garbage collection when buffer is full if I don't call Garbage Collection?
I have tested with small number...
When implementing Shell NUS option we've faced with the following: NUS transport takes in account only 'enter' symbols and doesn't react to ones like up-arrow, down-arrow...
The interface "sd_ble_gap_adv_start" uses "adv" to indicate broadcast, but the interface "ble_advertising_start" uses "advertising" to indicate broadcast. Why not use the...
Hello Nordic Team,
I am trying to flash the existing BLE light example code to my BL653 kit with Segger Embedded Studio. After falshing the code into the board it is taking...