Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
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? ...
Im install nRF Connect SDK 1.5.1 trough nRF Connect 3.6.1 Desktop app to learn zephyr RTOS and switch from nrf5 SDK to it but there is some bug and "Configure nRF Connect...
Hello,
I just receive a PPK2 and looking at power usage/profile. Below is the captured profile when the application is run from the debugger and then detached. This captures...
Hello,
ncs1.5.0
As shown in the question,
I use rtc to generate a 1kHz square wave, and use an oscilloscope to measure only 964 Hz.
Is there a problem with where I...
Hi.
I am using the oberon crypto backend module to use LESC in the application firmware. (I referred to the GLS example)
And I am trying to add a boot loader to use DFU...
Hello all, we are trying to set up a project with a nRF52840 chip in combination with 2 Acconeer A111 sensors. So far I have worked with a nRF52840 development kit and the...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello Nordic,
I am using Nordic 52840 (SPI Master) with Intan RHD2216 (SPI Slave) to get data through SPI from the Intan chip.
I have used the Nordic software development...
Dear friends:
I flashed a mesh serial example. I scand mesh beacon by the function "scan_start()". As you can see in below code, I got two uuid device, I want to select...
Dear friends:
I flashed the serial mesh example from Mesh SDK and contact the DK with pyACI according to the guide Using serial interface for provisioning and configuration...
Hi,
I'm looking at using the NRF9160 in a system where every microamp counts. The NRF9160 already includes a DC/DC converter, but as I understand it is step down only...
Working on an application that can be compiled with BLE functionality turned on or off, I found my "BLE off" configuration failed to compile with the following error while...
Hello -
I am trying to print a 64-bit unsigned integer (uint64_t) to a CLI output. I've based this on the CLI examples in SDK 17.0.2. Specifically this is the function I...
refer to: http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multi_image.html developer.nordicsemi.com/.../partition_manager.html
Where I change those image...
My accelerometer readings appear in my segger embedded studio "Debug Terminal" window.
It looks like this.
I want to stream the data via COM port to this "serial oscilloscope...