Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
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...