Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
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...
We are working on a BLE home automation application. It is likely that some homes could have 10 or more of our devices. We also need to allow the homeowner control of which...
Hi Team,
I am trying to implement Blugiga's cable replacement service in Nordic chip.
I have successfully changed required UUIDs for services and characteristics please...
Hi all,
Can I update the value passed to the sd_ble_gap_adv_data_set() to do a scan response at any time?
For example when I get an interrupt from a button, can I update...
Hello,
according to the BLE 4.1 spec, a device can be able to be slave in multiple piconets at the same time. Will this ever work with the S130?
I do not know how the...
Hi, Nordic Enginner:
Now i want to use a external mcu to programe the nrf51822 by signal bank hci dfu mode(BLE DFU,we do not need! ). Also we have a pc softawre for control...
Hi everyone :
I have some questions about nrf51822 ble S110 ,I have two ble device ,both device used S110,is it possible use the first device to scan the second device to...
Hi,
I used the pstorage example mentioned here and got it to work to an extent.
A snippet of my code is :
retval = pstorage_init();
if(retval != NRF_SUCCESS)
{
...
Hi,
I created an Android project that scans nordic beacons and parses the data in it (such as the tx level, major. minor, UUID etc). I'm doing some low level parsing to...
I used version 3 nrf51822 along with s110 v8.0 header files for radio unblocking. when i was trying to compile there are many errors shown up because some of the soft device...
I am driving a piezo at a fixed frequency but want to provide adjustable volume by adjusting the duty cycle. I would like to adjust it by setting the duty cycle to 5 levels...
Instead of central-peripheral relation based cluster, I am planning a linear daisy chain like network model with BLE, where a series of BLE nodes will just relay the information...
I have a system fully operational using the nRF8001 communicating to both IOS and Android devices using nRFUart app from Nordic as well as a custom app using the uart tx and...
Using IAR CWARM to develop on CFAC. IAR currently doesn't have CFAC device support built in. So I am copying over CEAA config files and manually updating. I realized that...