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...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi
I have a project use nrf52 to have a purpose below.
Maybe after some pairing process with smartphone.
The user can trigger the device(nrf52, may press a button...
Hi guys,
I am trying to connect my BLE Nano 2 with HM-10(as a Peripheral device) using Arduino Central_test program.But the problem is it is not pairing with it,but detecting...
Hello,
We try to use "ATT_MTU" and "Data length extension (DLE)" to expand a packet in S132 SDK 14.0.0.
When we set "ATT_MTU" > "DLE", please tell me what happens?
...
i am in very strange problem and was unable to debug it
i am using following code to write 16 bytes data to flash memory, my app hangs after executing custom_flash_write...
Hi all,
i'm trying to use the function of power warning with s132 and nrf52 with sdk 11.
i use the function
err_code = sd_power_pof_threshold_set( NRF_POWER_THRESHOLD_V27...
I am running example: nrf5-ble-tutorial-advertising on a nRF52-DK.
with SDK 11 and s132_nrf52_2.0.0 softdevice.
When I flash the code to the nRF52-DK, LED1, LED2, LED3 and...
Hello,
I'm using Ceedling, Unity + CMock to implement unit tests but I'm running into issues when it comes to mocking nrf_drv_gpiote.h.
I'm trying to test a file, call...
Hi Nordic Engineer, I refer to your previous post title "Running micro-ESB concurrently with BLE" and gonna to use it on our project.
I test it on 4 pcs of DK board, found...
I have a problem using ble_advertising_restart_without_whitelist(). According to the documentation (as I understood) it should start advertising without whitelist even if...
Hi all
When i am reading ANCS code, i have some questions. SDK 12
Question 1: when ble device are connected with ios, the pairing is wrong, how to handle validation...
I am attempting to port a custom ble service from sdk12 to sdk 14 and am a bit confused as to how to increase my uuid count. In sdk12 I did it like this:
uint32_t err_code;...
Hi
I am using wireshark 2.0.1(64 bit).When i am trying to capture the ble packets it showing error.I have attached the Wireshark error message.BLE Sniffer version 1.0.1.I...
In the Bluetooth Light Controller example for the client in main.c these constants are defined:
#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
Why...
Hi Nordic,
Sorry if I missed and repeated a question, just point me to the previous answer if it has been posted before.
I am trying the DFU example found in the SDK...