Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
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:
...
Hi ,
Here is my code used to write in to non volatile memory.
#include "nrf.h"
//#include "uicr_config.h"
#include <stdint.h>
#include <stdbool.h>
#include "nrf_nvmc...
hi,
i want to get the Email,MissedCall,Other(SMS) from Apple(ios7) to my device.
i survey that , ANCS(Apple Notification Center Service ) at the the Latest iOS7
and access...
Hi
I'm using the nrf51822 with Softdevice S110. I want to find out why a pairing has not worked, PIN-Code was wrong, PIN-Code timeout.
Which events I can use for that...
Hello,
I have tried the nRF51822 SDK example , "ble_app_hids_keyboard", it can send text "hello" to iPhone. When I cut off the power of the nRF51822 and turn it on again...
I have nRF8001-DK and Arduino Uno. ble_uart_project_template from nRF8001 SDK for Arduino (Bluetooth_low_energy_for_Arduino_0_5_0_0_RC2) was used. It was used with Master...
Hello,
i create a custom profile with two services and with 30 characteristics. The first service has 29 characteristics. Up to this point everything is ok, but when I...
Hello, i would like to know if its possible to use your SDK tools (S110 Soft Device, nRF51 SDK) without your evaluation/development kit.
Since RFduino has a RF51822 chip...
Hi, I try to create a iBeacon tag with NRF51822 for Apple device, but it seems not to work, yesterday I update the newest SDK, I found the ANCS was added, so Nordic also can...
Hi,
i have a big Problem, if i debug my code i get in some cases in register 3 the value 0xDEADBEEF and after that the device doesn't work any longer in a correct way....
Hi
I can use the duf_dual_bank_ble to do the OTA,but I donn't know how to use the dfu_single_bank_hci to do the OTA.Could you give me some
advice about it?Thanks.
Hi.
I have a problem with writing value to gatts attribute when device is in connection mode. In my application I want to check if the parameter writing by the client to...
Hi,
I have downloaded the new version of SDK (v.5.0) today and just tried your experimental ble_app_ancs (no modifications) but it seems it asserts with error_code=0xB...
Hi,
I need to know when to use the write_wo_resp property for a characteristics, and what is the difference between write and write_wo_resp property of a characteristics...
I've read a post from Marc Nicholas about the attempt to port the entire gcc toolchain under Xcode on Mac OS X.
As I wrote in another post, I've the entire gcc toolchain...
I'm getting started with this evaluation kit by working through the user guide and almost made it through the Blinky example before I ran into trouble.
After compiling...