Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
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...
In our setup we are sending one CoAP message every hour. The transmission is set to be done at hh:00. Downstream communication is only required as a response to the upstream...
Hi, My name is Philex Fan who is a researcher working in academia. I am working with a group of researcher to develop biomedical device that can get brainwave signals and...
Hi!
This tutorial is just for current > Measuring current . I want the same for latency with code.
I'm working with two nrf5340 for Bluetooth low energy and I want to...
Dear Community,
From a provisioner, I want to get the MAC address of a device (provisionee) during the provisioning process. Is there an example somewhere in the forum please...
Hello,
I am using nrf52805 processor, nrf sdk v16.0.0 and Segger embedded studio. My board communicates with a temperature sensor over I2C. The software is working without...
Hi all,
I am working on a ble5 beacon with ecdsa signature. I would like to use mobile to verify my message. As I see that the crypto ecdsa example use raw key and generate...
I have developed an APP using SDK 15 (both BL and APP) updating Bootloader and APP which is working fine.
I have developed same app using SDK 17.0.2 (both BL and APP)
...
Hi, I know this topic has been up in several posts before, usually ends with, buy a LitePoint or Anritsu.
Assuming you want to do a poor mans measurement setup, just relying...
Hello, I've been trying to get the nrfx_i2s driver working with Zephyr, on the cpuapp core of the nRF5340. After configuring the driver, setting CONFIG_NRFX_I2S in prj.conf...
I've been successfully creating custom services, but there is one case where a device has a service UUID and it's 2 characteristics have completely different UUIDs (all 128...
Hi,
How do I set ncs v1.5 to save the last open project path?
ncs v1.3 has the last open road
ncs v1.5 does not have a project path that was last opened
Here's the...
Hello, I have a question. In the HID_keyboard routine, I have already bound two phones.
Now I want to cancel the binding, and the function was called by key interrupt pm_peers_delete...
Hi,
I am new to the zigbee development and currently going through the documents.
My end goal is to develop a application that measures the level of a tank using radar...
Hi
We are using an external 32MHz crystal to generate the internal 64MHz clock.
As described in several examples, we start the HFCLK with
NRF_CLOCK->TASKS_HFCLKSTART...
Hi,
I am using nRF52840 and SDK 17.0.2. I used to write data using nrf_fstorage_write() at some address of Flash and I want to read the same data using nrf_fstorage_read...