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! I recently tried to develop Bluetooth communication based on nrf52840 chip. It is planned to implement a graphical software program on Windows platform. We checked...
My employer will be building a custom product in the next two weeks containing the NRF52840 module. We are using JLink debuggers in our test fixture to achieve this. We are...
Hi! The nRF52820 chip does not have the SAADC module used to estimate the battery life in its larger counterparts (nrf52840 and nrf52833). Is there a different way to estimate...
I'm trying to program the NFC Type 2 tag inside my Arduino Nano 33 BLE (nRF52840) following the nrfxlib 1.8.99 documentation , using the latest nRF Connect SDK. The nfc_t2t_setup...
Hi, I am using nrf52840 and Mesh V4.2.0 sensor and light_lightness examples.
I have been able to successfully combine the server side, but I have no idea how to start combining...
Hi, we stumbled into two issues when we enabled LESC in our application.
Relevant SDK config:
NRF_CRYPTO_ENABLED
NRF_CRYPTO_BACKEND_CC310_ENABLED
NRF_CRYPTO_BACKEND_CC310_RNG_ENABLED...
Hello everybody,
I am working on a nRF52832 DK and implemented libuarte (on a nRF52832) to communicate with another uC on said board. I am using sdk 17.0.2. The goal is...
Hi.
I want to write an app for nRF Connect for Desktop, where i keep track of the RSSI of a specific device and plot in into a chart. I thougt about reusing some parts of...
Hi,
I would like to use MCK as a clock for adc CLK 4Mhz.
Could i enable & configure all registers without I2S or PDM peripheral activation?
Is there a sample code for...
we have an app where we use a nRF52-DK board (with the 52832 chip) as a serial to BLE interface. We connect to the board using the USB UART channel. The interface IC on the...
In NCS@ sdk_nrf/subsys/bluetooth/gatt_dm.c: bt_gatt_dm_start():
if bt_gatt_discover() return with an error, the variable "dm" shall be release by calling "svc_attr_memory_release...
Hi,
I followed the structure of ble_app_uart__saadc_timer_driven__scan_mode project and customize a program on the nRF52805. I transmit data through BLE to Nordic uart service...
I get build error "undefined reference to `bt_mesh_sensor_apparent_energy32'" if I try to add this sensor type.
Rest of my sensors are included but this one not (e.g. bt_mesh_sensor_apparent_power...
I'm trying toa custom nRF52840 board using SDK 17.02 and SD 7.01
I create a read/Write only service, it shows up in nRF Connect just fine
I can write to the service using...
Good day,
1. I am running the Asset Tracker v2 app on my nRF9160DK and I am monitoring the battery voltage and its time stamp from my nRF9160DK, as this data is transmitted...