Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
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...
I have created file timer_init.h / c. I make the timer settings in this file and include it in main.c. I create the timers in the timers_init () function. However, the 2 timers...
Starting new design using nRF52810 QFN-48. Can someone point me to the document that explains which pins on which package are advisable for I2C operation? I need to know all...
Hi all.
I am n the process of evaluating the NRG9160 DK / PCA 10090. We are using Keil µV5.28 and were able to get a basic led / blinky-style, GPIO interrupt driven vi DIPP...
Hi Nordic,
I am interested to use one timer (NRF_TIMER3) and 2 channels of the timer counter CC to generate a gpioe task for toggleling a pin. This is the current code...
"The evaluation period for this release has now expired" I got the message I requested activation from license.segger.com/Nordic.cgi. But, "To activate the license, open Embedded...
Hi,
I would like to add custom UUID in my ble application. Due to this fact, I increase NRF_SDH_BLE_VS_UUID_COUNT constant to value equal to 1 which implies NRF_ERROR_NO_MEM...
SDK: 4.1.0
CHIP: 52840
my sleepy zed lost connection to the coordinator after refreshing key of the coordinator.
old question
the zed received "switch key packet...
As what I said in title , the answer I found was posted 5 years ago , and the interface is totally different. I just can't find where is the preprocessor selection . Can anybody...
In my device I send data using a characteristic with indications. The client sets the indication and data is then sent. I understand that when a device is bonded the values...
Hello,
In nRF52832 we use these commands to write data to user information configuration register:
nrfjprog -f nrf52 --memwr 0x10001080 --val 0x00010000
and use memcpy...
I had my environment running fine with (IIRC) SDK 1.4.x and Segger J-Link v688. I thought "it might help" to upgrade to the latest SDK.
I have the new SDK built and apparently...
Hello Use the S132 Central. Use two S112 peripherals. I want to communicate data to two connected peripheral devices at the same time. You are using nus. The connection was...
Hello,
I am working on a wearable device and need the lowest power consumption possible. The project configuration is:
S132 7.2.0
SDK 17.0.2
The board is powered...