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...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Hello,
I'm trying to run the example ble_app_uart using nRF52840PDK and iOS 11.
The device appears as Nordic_UART but when I connect, nothing shows up. The following screen...
Hi! Compiler errors are popping up when working on nrf_drv_rtc.c while log is enabled for this nRF module. I see that the problem is any log statement that contains EVT_TO_STR...
Good afternoon,
I have been doing some tests with the nRF SDK for Mesh v1.0.0, and have a question regarding it.
I'm using a fw based of the Light Switch example, to...
By using the DFU to transfer an updated version of the application, The nRF Connect tool pop-up tip:"upgrade succesfully". But the version of application mostly is still older...
Hi all,
I have been looking for the DFU library in objective-C, without any dependency manager such as cocoapods or Carthage (we cannot use them in our solution), but...
I found the thingy hardware files and I was wondering if one can buy the flexprint antenna from you or if you can connect us to your manufacturer.
We are planning to use...
The developer kit is impressive, and I was able to get a test app running quickly using the UART thru the USB connection. However, the example BLE apps feel a great deal like...
SDK14.2 nRF52832 No SD present (using the nrf_fstorage_nvmc backend)
Question 1.
I was reading the source code for the nrf_fstorage library and saw this comment in the...
hello Nordic Team
i want to create a service ,characteristic and send data(mpu9250) over characteristc .I am using nr52 DK and mpu9250.can anybody suggest how to create...
Hello Nordic-Team,
i made a custom pcb that is based on the reference schematic of the nRF52810 QFAA with dcdc setup. However, i read that in general, the nRF52810 and nRF52832...
I would like to connect the Android Things NXP Pico board to the Nordic Thingy 52 using Bluetooth and get all sensor data from the thingy.
The Android Things board will...
Hello
Recentlly, our application with android device and nrf52, we need to do pairing process with android device in order to read characteristic from nrf52. The pairing...
I am using PCA10040 devkit and SdK11. Our application is to advertise at an interval of 100ms. Also, our application wants to spend most of the time in sleep mode. Currently...
hello , i am trying to imblement system off or system on in one of the ble central example 'ble_app_blinky_c' , i tried to refer to this example 'ble_app_template' but if...