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...
Dear Ladies and Gentlemen,
I am trying to get a DPS310 pressure sensor to work via SPI. As I use I2C for other purposes, I chose SPI1 channel. The given SPI example in SDK...
Hi,I am trying to use nrf52832 to drive the ad5940 chip, but using the function in the SPIM driver library to initialize the ad5940, I have been unable to get the ID of the...
Hi Nordic,
i'm using a nRF51822 based board (Adafruit Bluefruit LE Sniffer, PRODUCT ID: 2269, https://www.adafruit.com/product/2269 ) and could sucessfully update to nRF...
Hi
Sorry,This case is the following of case ID: 278538, I didn't find a reply button option in case ID: 278538,So I recreate a new case, I failed to create a new application...
Hi. I am trying to get the gsm modem sample project to work with an nRF 5340 app and a Nimbelink LTE modem, NL-SW-LTE-TC4NAG. The only change I made to the project was to...
Hi Nordic Support Team,
First sorry for basic questions.
I'm learning the basic hardware setup & Linux driver configuration things to setup & configure the MCU(i.mx6)...
Hi, i am Agustin.
I am working with Thingy 91. I am using the Asset Tracker V2 application to upload data to AWS. I have a problem with "Build Solution".
Hi , I got a problem when testing nrf53 qspi signal using a logic analyzer ,with a non-blocking init of qspi and a 4 Byte write , codes are below:
I got a word align problem...
Hi Team,
I want to use the Nrf52840-CAKK-R7 chip to fabricate a PCB board. And communicates with other chips by SPI interfaces.
Now, I want to select the GPIO ports by...
Hi All,
I'm using nRF9160DK PCA10090 Version 0.9.0 and I want to update the Cellular Modem Firmware using nRFConnect 3.8.0 Programmer v2.0.0. Debug Probe is switched to...
We have a timer with a number of variably sized intervals as illustrated below operating on a single capture/compare channel (CC):
Currently the method we use to set the...
Dear all,
In the datasheet and online it is mentioned that the DAP (Debug Access Port) is activated when a programmer is attached. Moreover, it can happen that the programmer...
Hello all,
I am trying the get working the example project nfc_writable_ndef_msg on a nRF52832 with the nRF5 SDK.
I have tried the others NFC examples were most are based...
Hi I am trying to update the connection interval of a peripheral device (nRF52840 ) and I have followed the steps mentioned here .
After Enabling the ble on the device I...