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...
main (5).c
I have attached my main code here.Please have a look at it.I am using fs_store to write in flash location in the on_adv_report() function under the switch case...
Hello Everyone,
I am using nrf51822 with S130.
After completely erasing the chip, with the below mentioned code snippet in application code:
NRF_NVMC->CONFIG = NVMC_CONFIG_WEN_Wen...
Is there a way to capture and clear a timer without being interrupted. This doesn't seem possible with shortcuts. also it looks like theres no capture event with which to...
Hi,
Im using nrf52 dk of pca10040 of softdevice 132 with sdk version 11. I'm working on MPUexamples. The codes used to work few days back but now, it no longer works properly...
Hi!
I'm developing an application with a dual role on the nRF52840 PDK. On the one hand, the second nRF52840 PDK in the peripheral mode with which it is necessary to provide...
hello
i want to make one way data flow connection by using 2 nrf52832 and keil 5v
TX uart ----->BLE ----->BLE -----> RX uart
can you please help me!!
thank you...
Hello,
I am trying to compile this demo with Segger Embedded Studio but compilation always fail with the error "Cannot open file C:/nRF5_SDK_14.2.0_17b948a/examples/ble_central_and_peripheral...
Hi! i am using nRF52832 development board . i have flash the example code in development board and it is successfully flashed into nRF52832 development board. But i am not...
Hi,all.
I made observer with using ble_app_uart(central).
And, I transmit UUID with using uart.
Test result, I confirmed that the previous value of p_adv_report-...
Dear All.
I can use DTM F/W for nRF52 Device. And I can use nRFgo Studio to do Bluetooth --> Direct Test Mode.
Now, I need to do test 2.4GHz. In the Features box of...
Hello,
Is there any sample code in SDK example, to show how to use nrf51822, to both broadcast a beacon and also to listen to a beacon from another 51822. Also I am using...
Anyone done or seen current consumption measurements for the Thread SDK on nRF52840?
I need to understand relation with other technologies and other chipses on this, and...
Hi, when trying to program my nrf51822 chip, I went through the following error streaks:
1.I started to get "no device found error". Can be easily solved by turning off...
Hi,
I have a similar requirement as stated in this question.
I am using nrf52832_xxaa with SDK v11.0. I have the following queries
a. Can external debugger modify CTRL...