Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
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...
Hello,
I am using a nrf51422 development kit with softdevice S310 and I have a problem in whatever pin I choose as output when I use the bluetooth.
I run the example...
I tried code like
static void on_ble_evt(ble_evt_t * p_ble_evt)
{
....
case BLE_GAP_EVT_TIMEOUT:
if (p_ble_evt->evt.gap_evt.params.timeout.src == BLE_GAP_TIMEOUT_SRC_ADVERTISEMENT...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am unable to compile this to fit into the allocated bootloader space.
Has anyone been able to compile this patched version of the signlebankdfu-ble
with nrf sdk v6 so...
I'm using API 2.1.3, and after several connections/disconnections with a peer device, I'm seeing the API never returning from a DiscoverPipes() call. It appears to be waiting...
Hi,
I'm using nrf51 BLE driver with usb dongle to create test application on PC which simulates
the peripheral.
My problem is I cannot add 128-bit UUID for custom service...
After some pstorage_update calls I start to get error 9. From nrf_error.h it is called NRF_ERROR_INVALID_LENGTH but from SDK doc it looks like pstorage_update does not have...
My question is in regards to BLE security. I have certain characteristics that I want to remain open. As they will be used to determine authentication at the application level...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Working through a custom security implementation. It is to desirable to know a unique identifier for each bond that has been made with the nrf51822 SD. When the SD enters...
I have several asynchronous аperiodic sensors with their interrupt handlers. My service should gather the data from those sensors and do some math. The outcome of this math...
Dear all,
I tried to program and test the iBeacon application on the s110 folder from nordic examples.
The code on the Cortex-M0 has problem. Seems during programming...
After program nrf51822,it works normaly.But when I program again,it can't debug.NO SWD and NO USB DEVICE.So I can't use nrfGoStudio or nrfjprog.exe to recover it.When I pull...
Hi,
I've set up a streaming solution that is easily streaming 4+kBytes/s to an iPhone. I've also set up an ADC service that is sampling at 2,083 Hz 10 bit mode, using a...