Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi,
I am currently working on an application for nRF52810. It has only advertising feature and I calculated the consumption with online calculator. The values I got from...
Hi, NODRDICSEMI
Now I use PPI + gpiote (spidma) to make the hardware read and write by itself. But after I enabled RX list, I found that when the amount of data read exceeds...
Dear Concern,
I would like to use nRF connect SDK without zephyr . can I use SDK for nRF5340 without zephyr. if yes, please help me how to do it. If not, please let me...
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...