Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
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...