Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
I HAD ASKED THIS QUESTION: we have used the NRF51822-BEACON KIT EVAL BLUETOOTH SMART BEACON which includes RGB LED, but cannot find a non dev kit model with RGB LEDs . can...
Hello sir,
I have develop project and their lots of quantity. I want flash my updated program into my nordic device without open this device via BLE services. Is it possible...
Found on the web:
"Properly configured WiFi network shouldn’t interfere with the Bluetooth signal. The best practice for WiFi configuration is enabling WiFi on one of the...
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;...