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've noticed that the following s110 API work in my application, when called from the main context, but fail when called from an ISR context (button press interrupt...
I want to convert an integer to a char array and feel like this is something an nRF library may have already implemented. Nothing showed up after an initial search of itoa...
Hello,
I wish to create a mesh for my product and I have two options Zigbee and nordic SoC. My application involves very little data transfer and that too at very low rate...
Different examples for s110 use different methods to configure advertising, sd_ble_gap_adv_start() and ble_advertising_init(). What is the guidance for choosing between the...
Hello,
I'm looking to get the nRF24LU1+ dongle to work as a VCP. I had a code running 4 years ago on the dongle as a Mass Storage device but I was wondering if someone...
Hi guys,
I have to port the current library that is working at the arduino uno for arduino zero pro but when I change the board type I get the following errors:
__file__...
Hi
Here's what I would like to do: I have a bluetooth device with an nrf51822, with which I gather some sensor data, with a period of say 1 minute. I would like to store...
Hi,
If the bootloader is allocated 16 kB of flash, can it be upgraded Over-The-Air to a larger size bootloader at a later point, or does that require flashing the device...
I am a beginner and I am trying to generate a data ready event and after that reading the FIFO_Count but FIFO_Count gives me the value 1024 that is the maximum possible size...
Hello,
We are in interaction design in a school in France and we must create a connected object. We bought a BLUETOOTH SMART BEACON KIT (nRF51822) and we would know what...
I used nrf51822_narrow module DT26.
softdevice : s110
application: ble_app_hids_mouse
sdk: nrf51_sdk_v6_1_0
Now , we are able to move the cursor with the mouse of the...
Hi,
In the nRF51-ble-bcast-mesh example, it is mentioned that "handle_count" refers to "The maximum number of handle-value pairs available to the application. May not be...
With reference to the IoT SDK for nrf51, I see the APIs and examples of either server or client.
In order to create mesh or peer-to-peer, which API should I use? Or do...