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...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hi
By playing around with the serializer code for the S132 5.0.0 I found a bug in the serializer/deserializer code.
The ble_gap_evt_auth_status_t has a new field "lesc...
I'm using FreeRTOS in my project and I wanted to check if the APP UART FIFO implementation is thread safe, IE I want to have a reader and writer thread. Each FIFO has a separate...
I want to enable BLE's NUS Service(in Old SDK, nRF5_SDK) with in nrf5_SDK_for_Mesh.
Is it possible?
I'm failing, as starting of this, to use Softdevice for parallel use...
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...