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...
My project based on nRF52832 and SDK is 12.2. I need to support alert notification(service UUID 0x1811) client profile for mobile device, I just build and download the nordic...
I've been seeing occasional failures of my application which I now believe are due to a bug / design flaw in the app_timer library module.
The problem is due to a race...
Hi :
I have problems ,for gpiote interrupt hanlder can be hanged up by softdevice. In normal use ,I should pull up sck pin of my private ADC chip for less than 10us and then...
Hi,
I'm using the SDK 12.2 with the sd 132 3.1.0, and actually I'm trying to send two separate advertisements wich I'm swapping every "radio notification event", but I...
I am working on modifying the ant+ sdm example to hack my treadmill. Got the example running and talking to my Garmin watch and the display simulator. All of that seems straight...
This problem didn't appear every time when I upgrade firmware. If I restart my app again, sometime the SDK can works well.
Anyone can help? I'm use SDK in Android, Legacy...
Hi,
I am using nRF51-DK and nRF5_SDK_12.2.0_f012efa. I have programmed Proximity example from the SDK to the Development Kit and was able to successfully program the DK...
I have a function with a return value in the time slot, after the function is done inside the time slot signal callback function, I want to use the event callback function...
Hi
We'd like to set the pairing timeout when using the function sd_ble_gap_authenticate(conn_handle, p_sec_params) . The reason for this is that we are setting the connection...
(/attachment/182b723590b3c447267d5aed62b5405f)hi, i want to work on PWM to controll the vibration coin frequency for certain time period and also to change RGB values of LEDs...
Hi!
I'm reading the PS for nRF52832 and I can't find a clear answer on the following question.
If I set up a GPIO channel with pull-up/pull-down in the PIN_CNF[n] register...
Hi, I'm learning to use the nrf52832 (PCA10040).
I'm on SDK12.2.0 S132.
I've done those basic tutorials while merging codes from the examples.
My code can currently read...
Hi, i am working on TWI sensor example in SDK11 i have connected MMa7660 to PCA10040 board as per the GIPIOs. and am integrated BLE app uart to the same TWI sensor example...
Hi,
I am using a custom board with a nrf51422, SDK11, S130 v2.0.1 with central role.
I have made changes on the code to change from MID bandwidth to High. I added the...
Hello,
I'm using the Nordic BLE-UART service found in the SDK. This is the "ble_app_uart" file in the SDK examples for the Nordic nRF51822. I'm basically sending JSON back...