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,
Basically i want my nRF52 DK should be able to transmit data to connected android device and also be able to receive data from android,data is kind of logs.
hi,
I would like to do some code profiling and measure execution time.
What is a lowest possible resolution for the counter is possible to achieve and how?
I am currently...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
Hello,
I have the NRF52 DK with a PCA10040 designation. As instructed, I connected the board to my computer via the USB cable. The original demo on the board worked fine...
Hi,
I need to implement a simple external interrupt triggered by another IC on a nrf51822.
After searching the devzone I found the example in the GIT repo ( github.com...
My code is roughly based on:
devzone.nordicsemi.com/.../
I'm using SDK12.2, softdevice S132. The relevant parts of code are:
static uint8_t bapi_adv_data[14] = {...
we are facing issue of "application program" hex file generation, which is different in two machine . we are matching setting of both machine , we found the difference in...
Hi,
I've got a problem with nrfutil package on Raspberry Pi with Python 2.7.9 and pip 1.5.6 included to raspbian distribution.
I'm writing like below:
pi@raspberrypi...
Using SDK 12.1.0 with flash containing data from a previous version of software.
The pages_init function in fds.c does no have adequate protection to prevent writing to...
Hello,
I have followed a couple of the posts on the devzone on how to increase the MTU and add the DLE support such as this .
However, whenever I send over 20 bytes...
hi, i have a SIM800L Core board which is using UART protocol to communicate or to send At commands. so that i am using BLE_APP_UART example to set AT commands to SIM800L....
Trying to follow this tutorial using KEIL 5.23, J-Link 6.14b and the DK.
I am getting linking errors like this when compiling:
What did I do wrong and how can I fix...
hi,
i was looking for example of two nrf52 communication. One is central of course and other one is peripheral. But i have following doubts.
If one is central then...