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...
Referencing another trouble ticket
https://devzone.nordicsemi.com/f/nordic-q-a/22621/hardfault-on-an-sd_ble_gatts_hvx-call-in-sdk12-3
I am experiencing the same issue...
I'm trying to implement send && recieve through one wire. Handling of pin state, if it is input or output is done via SW. Also it is going to be half-duplex only.
Is it...
Hello,
I'm playing with two thingy and I'm trying to make a sort of walkie talkie with them.
I wrote the code for the sound service client, then modified other parts...
Hi,
i have downloaded latest SDK Version 15.0.0 when i try to run any examples i finding this error
Error #544: Required Software Pack 'NordicSemiconductor.nRF_DeviceFamilyPack...
Hi Team,
There are many ways to implement PWM in nRF52.
Can someone help me understand which is the most power-optimized way along with the softdevice? Using PWM peripheral...
After disconnecting from chip I can not connect it with the same phone .And the chip will restart when we try to reconnet with the same phone (the phone have been deleted...
Dear friend,
The user experience of PPK desktop application is terrible. There is no guider about using this application in the PPK user guider 2.0. I got some problems...
Hi,
we are using the PPK for a while (Software version 1.0.0). For some reason the calibrated values haved changed and very high current values are showing up. I've recalibrated...
Hi Team,
S132 V5.0 for nRF52832 can support up to 20 links.
If the connected links have different ATT MTU setting, what is the behavior of the device/softdevice regarding...
Hi,
I am using nRF52832 SDK 14.2.0 and i added the header file in project path "nrf_dfu_svci.h" but still i getting the error ..\..\..\..\..\..\components\libraries\bootloader...
Hi all,
I am using segger studio , i am trying to run examples of mesh alpha sdk that nordic provides. I can able to dump the code on board successfully. But if i try to...
I am using the nrf_i2s driver, and it works properly ... with CONFIG.CHANNELS set to stereo.
But for my application, I only need to drive data onto SDOUT left channel. ...
Dear sir please help..its urgent.
i am using below configurations. Nordic - nRF52832-QFAA-B Soft device - 132 SDK - nRF5_SDK_14.2
I am following the "ble_app_att_mtu_throughput...
Hi all,
I am using the nRF51822 BLE with custom board, I want to configure Timer1 to generate IRQ for every 1ms and Timer2 to generate IRQ for every 1us. I want to run...