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 am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
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;...