Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
link text from this post i am generating interrupt using button 3. when i push my button,interrupt generates,LED turn on. but after turning on LED, i want to clear interrupt...
I am using SDK 9 on an nRF51 device with the S110 SoftDevice. I am aware of issues using the the PWM library from SDK 9. I need to use the PWM functionality but would like...
Hi,
i tried to modify app_pwm to add an additional timer, since i'm out of timers.
so at the end of app_pwm_init i added
nrf_drv_timer_compare(p_instance->p_timer...
Does NFC has something like an unique adress?
Because the nfc examples in the sdk detect all nfc devices. But I would like to detect only predefined devices.
Or is there...
I seem to be getting correlation on addresses
I running the radio transmitter and receiver examples provided in the nRF5 v11 SDK. However, I am observing still some unexpected...
Hi when I try to run the HRM collector the scan start fails with error code 12289
I am using visual studio and C++
What am I missing? I downloaded "connectivity_115k2_with_s130_1...
Hey All -
My team is new to Bluetooth development and so this may be a naïve question. Pardon us for this, if so.
We are trying to create an Android App that would scan...
Hi,
There is a difference of one digit in BT address and DEVICEADDR. Could anybody explain this? I know in the last byte we have to add C0, but what about the frst byte?...
I added CCCD descriptor to Battery Level characteristic in the proximity_setup.xml.
The nRFSTudio throws an error 0x01 while generating services.h.
Kindly help me generate...
8.0, multilink example, peripheral, s110 softdevice.
I modified the button_event_handler() function in main.c into this:
static void button_event_handler(bsp_event_t...
Hi....
I have a problem when i use dfu_dual_bank_ble_s130_pca10028 in sdk v11 on my board. cpu is nrf51822QFAA.it seems reset all the time. using keil debug, it's wrong on...
The CoAP block example has a "put" function, which works just as the instructions describe. It would be helpful if you could also show an example of the "get" function. These...
hello!
Is IoT softDevice for nRF51 DK has all the features of BLE 4.2??
I know IPSP is the feature of BLE 4.2, but i wondered whether privacy and data packet extension...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi All,
I'm using Nordic UART App to write 'A' to TX characterstic and then i expect some action after that as per my code on BLE nordic device, which is happening.
But...