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:
...
I am wondering what circumstances lead to the big difference of the write and erase times of the NVMC. Since the difference between the max. value is a multiple of the min...
I am trying to add PWM library functionality to my "template" PWM application and observe that:
If I place app_pwm_init() before BLE initialization, I have Invalid Parameter...
Dear Nordic Team and Community,
I am trying hard to compile and run the bootloader_secure example provided in SDK12.1. Here is the steps I follow :
Compilation runs...
Hello,
I am having trouble with my power consumption. My Chip is using 1mA during run-time. It seems to work right when I put it to sleep (~0.5 µA). I am only programming...
Hello,
I have implemented the nRF52 as a central using softdevice S132. This central will only connect to one or more peripherals that has been paired (whitelisted). The...
Hello!
I am working with nRF51822 Development Kit and Nexus7(Android4.4.3).
I would like to try a multiple write command in a single
connection interval, but can't confirm...
Hi,
I don't understand why I can't add another package to tx fifo. When looking into the issue the different number doesn't add up for me. I thought that I was allowed max...
Hi,
SD7.1+SDK6.1
I can update APP(.hex file) through DFU function in toolbox, but fail in master control panel(connect the BLE, then click DFU button, the BLE is not...
The tick count update in tickless idle mode is only executed when the rtos tick handler is executed. If different interrupt wakes up the CPU, the tick count is invalid.
This...
We use the Nordic UART Service in development to get some diagnostic data out of our device to an Android app.
Until recently, Android has been happy to grant a connection...
Hi,
I have an i-Jet Debugger.
Please find the details at the below link:
www.iar.com/.../
Can i use this to program softdevice & Bootloader on my nRF BLE chip.
Can...
Hello Everyone,
When i use malloc function in on_ble_event function ble advertising get stuck and not working
below is my implement code:
static void on_ble_evt(ble_evt_t...