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...
I first assumed the obvious that the first library would be used with the (Visual studio) multi-threaded DLL/MD option and the second would be used with the multi-threaded...
Hi,
Currently we're developing RGB bulb which has mesh feature (nRF52832). So this done by using nRF5 SDK 15.2.0 and Mesh SDK 3.0.
We're able to control all three channels...
Hi Team
I would like to store a simple integer value in flash and read it back after a power cycle. I already studied the library Flash-manager of the nRF5 SDK for Mesh...
Hello, I'm trying to flash custom developed beacon based on nRF52811 and everytime i try to flash i'm always greeted with an error "Failed to write memory" i have attached...
Hello,
I am trying to merge mqtt_simple and gps together. Each of them is working well on Thingy:91.
1. I am using lte_lc to configure the modem and enable PSM and eDRX...
Hello All,
Right now I am working with: https://www.digikey.ca/en/products/detail/circuit-dojo/PASSY-NRF9160-FEATHER/13668137 which I think is practically the same as https...
As everyone knows, the supply of semiconductors is pretty bad now. Normal suppliers such as Digikiey have zero stock. Recently we have had to purchase from less known distributors...
Hi everybody! My application is based on SDK 17.02. I try to communicate with an spi device using spim driver and the code is basically based on the nrfx-spim example.
After...
I am using latest version, nrf connect sdk v1.4.99-dev1
when activating bt_enable, application gets stuck
applications without BLE works well
I am working with...
Hi I'm Frank.
I'm testing Serial DFU via UART using TWO nRF52840 DKs(DFU master and DFU slave DK).
I want to update firmware of slave DK through the master DK.
I was...
dear all:
I use the latest sdk17 to test the ANCs sample on the 52840 DK。 The address of the example is: SDK_Path\examples\ble_peripheral\ble_app_ancs_c。after...
I have a example application (gatt central) that works fine on the nRF52DK dev board. I'm able to change the advertisement name, connect to it with my phone, and see the characteristic...
Hello everyone,
Yesterday I found a strange behavior with the NRF9160 GPS on NCS v1.5.1:
When configuring the GPS to run in Single Fix mode, running on MFW v1.2.3, I noticed...
*** edit: Problem solved. My project file had build config set to "release", I had to change it over to "Debug".
Kindly close the case ***
I have an i2c program running...
Hello,
I would like to ask for guidance, as I am at the very start of a human interface device (HID) controller development, considering BLE nRF52840.
The use case I would...