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 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...
Error happened in pstorage_init() when sd_flash_page_erase(), return value 0xF.
I use S120 examples. So I guess maybe my device don't support S120 ?
My device info:
nRF6310...
Hi
I'm new nrf devices,
I'm trying to flash my device via nrfgo studio but every time got error.
Here is screenshut of program:
Edit:
J-link commander connection...
Hello all.
We are novices and apologies for possibly the annoyingly trivial question.
We are starting in developing a new BLE peripheral with a custom GATT based service...
Hi
I use
sd_ble_gatts_value_get(p_beacon->beacon_char0_handles.value_handle,0, &len, gatts_valuebuf);
to get the value.
But even if I write two bytes, the len...
I want to get size of the project executable and display it in make file. How to get exact size of the executable file in make file.
Can you please provide the make file...
Looking at the documentation for SDK 6.0.0 this error doesn't seem to be a normal return from this function.
After searching the error code in to forum I read that this...
I'm using the S110 v7 SD, I want to amend the bootloader app such that I can merge it with my APP together with the SD to a single .HEX... To do so I'm taught to init. the...
Noticed that the WLCSP packages are being offered with a "build code D0". What does the D0 signify ? Any implications to programming the chip?
www.semiconductorstore.com...
I have tried to merge the hex files using mergehex, and flashed it to my device.
After flash the device is in DFU mode.
It seems the booloader doesn't know that there...
Could someone please explain or point me to rules for creation of such type for custom service?
I did look at provided examples but there are no comments telling why members...
I have a vendor specific characteristic for the battery voltage in my device, expressed as an actual voltage rather than a percentage. Values are 0.000V to about 4.300V and...
HI,all!
I recently using pstorage to store data
and the pstorage_store(); funtion always returns NRF_SUCCESS, but never triggle the cb_handler, is that normal?
by...
[environment: s110_nRF51822_7.0.0 + SDK nrf51_sdk_v6_0_0_43681 + PCA10000(QF AAG0)]
I failed to get pstorage working in my own code, then I picked up the sample code from...
My NRF51822 die. When connected, keil can't download or erase flash. But it can be found by SW port when I just power on, then it almost be unavailable at the same time. ...