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:
...
The 51822 PS mentions a "Nordic Trace Buffer" but doesn't seem to elaborate. I assume this is similar to the Cortex Micro Trace Buffer? Is there any more documentation available...
Hi I'm looking forward to hear if I could program an nRf51822 QFAA without using the development kit/board. The chip I have currently is a N51822- S4AT, from Wireless Tag...
I recently purchased a Rigado BMD-350 eval board (nrf52832) and am trying to use it for creating a simple ble remote project. I am kind of lost.
As I look through the heart...
I'm testing with pca10028, ASCS(SDK11.0.0) example and iphone.
But pca10028 does not piar after deleting piaring information in iphone.
"[DM]: !!! Bond/key refresh ...
Hi Nordic developers can someone provide me an example for a simple serial application for nrf51822 BLE?
I have tried uploading the application using Arduino ide and blackmagic...
Hi,
I am trying to develop a custom board using NFR52832 which involves writing data to a NAND flash.
To download data from NAND to the pc, a ftdi cable (C232hm) is used...
Hello,
I'm implementing a custom service and followed the tutorial here . I added a second characteristic by adding its own char_b_init function, creating a CHAR_B_UUID...
Once I call sd_ble_gatts_hvx() while ble connection handle is invalid(BLE_CONN_HANDLE_INVALID), I can never update notification value using sd_ble_gatts_hvx() though function...
Hi,
We would like to pass radio certifications and our lab is asking for different tests modes (TX/RX continuous, waves etc ...) regarding BLE and NFC.
Regarding BLE,...
I'm using SDK 12.3 and SoftDevice S130 2.0.1 and trying to secure a BLE link with OOB.
The nordic board is running as a central and makes a new bonding to a peripheral every...
Hello, all.
First, I don't live in English country. So, My sentence may be false.
I want to develope ble communication without pairing.
In this status, I will communicate...
while using example buttonless DFU in sdk13.1, writing to flash using flash_word_write() is preventing ble connections, even though ble is advertising.
can anyone help...