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...
I need help configuring TIMER + DMA + PWM ( nrf52 ).
I would like to set the value of PWM with an interval of 100 ms and PWM configured to frequency of 20-40kHz.
Optinal...
I am using HRM demo application on nRF52840 DK with Samsung Tab-A. The nRF Connect App is running on the tablet. We are seeing that the dev kit gets disconnected soon after...
Hi,
The Bluetooth Developer Studio plugin fails to generate proper CP profile.
We use the last BDS version (1.1.3139) and the last version on the plugin (1.3)
Here...
Hi,
We are using nRF51822 Gazell protocol. We found that when host dbm is getting down to -61 or -62 dbm, the communication will lost. We had set it to +4db and use 250kb...
I have a question about how to build RSC (Running Speed & Cadence Service) ? especially using mbed compiler because I just found CSC (Cycling Speed & Cadence Service). like...
I am trying to add peer manager to multilink_central example on SDK14.1.0 based on the ble_app_hrs_c example. The code is running on nRF52832 and softdevice S132 5.0.
It...
hi,
I need combine to SAADC with BLE interface. The following is the code I have written. However, I'm unable to transmit information via bluetooth. Can anyone help me with...
Hi,
I have found this link devzone.nordicsemi.com/.../ . It seems you need to change SDK or softDevice to make it work with FreeRTOS. Could you please share more information...
Connecting to J-Link via USB...FAILED: Can not connect to J-Link via USB. I am using the BLE Sniffer 1.0 and when I star the Sniffer I get the error code that my software...
Hey guys,
I'm trying to make the FDS work with BLE and the scheduler.
But something doesn't right when I use the Softdevice and scheduler with the FDS.
Must I register...
Dear all,
I have nRF51 DK and I use mbed CLI to build my application that is simple mbed-os-example-blinky.
Also I have SDK11.0.0 and I built the ble dfu bootloader (...
Hi there
I did an upgrade of the bootloader from SDK 12.2 to SDK 14.2. I am using the nrf52832 chip. It is basically the same as the secure BLE DFU example from the SDK...
Hi everybody,
I was looking for a better way to update a data, like a 32-bit-word, without the need to erase the entire page. Part of this question is already been asked...