I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hello
Please tell me about sd_ble_gatts_value_get ().
Before execution, handle is 0x11, but after execution it will be 0x00.
Is this an abnormal thing?
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
main.c
something
hello there i want to scan perticular device. can any one helo me?? . i am using heart rate sdk 11 example
static void on_ble_evt(ble_evt_t * p_ble_evt...
Hello dear Nordic team,
we want to implement a white list to our central device in the production process. Bonding while producing is not an option for us.
Therefore...
We are having a project where temperature values will update whenever the temperature changes ,So I'm writing code like this
uint32_t ble_sh35_update_temp(ble_sh35_t *p_sh35...
I need to generate DFU init files on my Mac for OTA firmware on the nRF51. I haven't found a solution for a Mac-only environment (i.e. no Master Control Panel). I spoke to...
Hello,
I am looking for a SPI library which is simple enough to send and receive a byte from sensor. Something like this. for nRF51
spiwrite(ADDRESS, BYTEtoSEND);
val...
I am using PCA10040 evaluation board to test I2C connection.
I tried twi_scanner sample code in SDK 12.
I wired SCL and SDA pins to D0 and D1 to a PicoScope device....
Hi,
I am now trying to add DFU functionality to Proximity sample application.
The SDK I use is nRF5 SDK v.11, and the board is pca10040.
I have tried to add DFU to...
I am using nRF5_SDK_12.2.0, S132-SD-v3, nrf52832 pca10040 board, ble_app_uart
When measuring current consumption using ble_app_uart -> 0.6~0.8mA(advertising)
I want to reduce...
hello.
I want to toggle ble functions when received message from UART.
so when start message come, I start advertising and start services
and stop message come, disconnect...
I use it. nRF52832 PCA10040 Vesion12.2.0
I am working on the ble_app_uart example as a base.
Just in case, is it possible to change the UUID?
And, what can be the...
I am using the JLink script to erase all the nRF52 DK. However, it does not seem to erase the flash. Can you please tell me if I am doing anything wrong?
I have cut-n-pasted...
Currently developing a lighting product(nrf51822, s110, pca10001, sdk4.4.2), in which we send data(pwm values) via the SPI to a shift register to control leds. The leds are...
I'm trying to use MasterEmulator with the service from BLE Characteristics, a beginner's tutorial and am not able to get the temperature data because the Datareceived event...