Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hi, I want to implement OpenThread features with another sample and I'm not sure how to go about it. Is it even a good idea to add OpenThread to another sample or is it better...
I use the serial port routine SDK17.1, nRF52833 want to burn the protocol stack, s113_nrf52_7.2.0_softdevice. But when I burn it to the chip, the address is 0x1000 and if...
Hello I have a board that I am trying to profile with the power profiler kit 2 and the readings seem very wild. I have a device that I know the base configuration with the...
I have a customized PCB with nrf52840. Pin 0.18 is used as CS pin in SPI communication.
I want to disable the nreset function and I add this CONFIG_GPIO_AS_PINRESET=n in...
I'm using the CLI interface through USB and UART, and I am wondering if there are any innate methods for checking the validity of the data being sent and received via the...
hi Nordic support team,
I cannot re-flash firmware for nrf52840 after ram off is implemented.
I recheck with other chip like nrf52833, it have the same result: \althrough...
I understand, it is possible to add variables to a section of ram, that will not be initialized (zeroed) at boot (see for example: https://github.com/nrfconnect/sdk-zephyr...
Hello,
I want to create my own board from the nrf52840. I am planning to copy the schematics given only taking into account what I need. I went through the schematics and...
Hello,
I am using the nRF51822 with SDK v9.0.0, SoftDevice S110, and the DFU bootloader v8.1.0.
For certain reasons, I want to reserve one page of the 'app data' for shared...
Hi Support Team
If a center role and a peripheral role in one nRF52840 at the same time,can the center role use code PHY and the peripheral role use 1M PHY?Many thanks.
Hi,
I need to read the data from an acceleration sensor. I tried with a custom program of mine to simulate some data, but it is delaying too much.
I tried reducing the...
Hi,
Iam using nRF5340 DK and nRF Connect SDK V.2.6.1.
Iam following the link
FOTA over BLE
In this one until 5th step it worked fine and while doing 6th step it is...
Hi,
I have purchased some Thingy:91 devices. They are HW version 1.6.1 but I cannot find the documentation for that on your website. It seems that the latest available is...
Hello,
I am using nrf5340 Audio DK board. In that board I have flashed a sample firmware of Unicast Gateway.
This firmware is suppose to scan the advertisement and establish...
Hi there,
I am writing code to set my BLE PHY throughput from 1M to 2M when my device establishes a connection; my code works when I connect to my nRF52840 dongle from a...