I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
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...