Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I have been trying to install the new version of everything Nordic 52.
That starts with the MDK 5.18.
To make sure I don't have an update problem I do a clean install...
Hi,
I want to know about mathematical formula to find / estimate the battery life of Bluetooth beacon containing NRF8240. If chip is transmitting at +8 dBm and have 1000...
Hi,
I add the NUS in the ble_app_hids_mouse example which the sdk version is 14.0.
There are four services in the project: dis, bas, hids and nus.
When I connceted the...
hi all ,
I am looking out theory about SM layer in BLE . I read CoreV5.0 but I do not understand much about pairing , bonding , STK , LTK . Can you give me some document...
Can the link between two devices communicating with each other via NRF24L01+ be improved by using Tx messages with no ack (W_TX_PAYLOAD_NO_ACK) instead of messages with ack...
Specifically, sinking a Cree C503B green LED (Vf 3.2V at 20ma) from a GPIO configured for high drive, without a current limiting resistor, from VDD 3.6V?
Figure 23 “GPIO...
Hello All
We are using nordic thread sdk's sample simple coap client and server.We want to ON/OFF LED of coap client from coap server.
Can any one help how we can achieve...
In SDK13, the initialisation of the low frequency clock used to be done within sd_softdevice_enable . In the SDK14 version of nrf_dfu.c , the LF-clock is already initialized...
Hi, I want to use the AES-CCM of nRF52832. But it can not work with the softdivice. I have read the following question and answer.
https://devzone.nordicsemi.com/question...
Hello All,
I have a peripheral device where one service with 4 characteristics is implemented.
Out of these 4 in 3 services notify is enabled.
Now I want to subscribe...
I have a situation in which a central device (A) must be able to receive from a power constrained peripheral (B) with very low latency, but likely at long intervals.
To...
Dear Nordic,
I tried to download the new SDK nRF5-SDK-for-Thread from here:
www.nordicsemi.com/.../60504
However, when I clicked on it I only got the TTM 0.11.0.
...
Hi every one ,
I am using NRF51822. I download the code
from this link. github.com/.../nrf51-ble-tutorial-advertising
I able to flash the hex file & see board are...
hi~
i am working with nrf 51822 with custom board and softdevice s110.
i am using is7020-a20 temperature / humidity sensor via twi (i2c)
i tried 2 versions of twi example...