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...
its my first program at RTT .I have open the ble_app_uart project from examples of sdk .and fallow the tutorial devzone.nordicsemi.com/.../ .
program compiled and load successfully...
I use mac os x sierra on MacBook pro 2016. And I followed this link .
I took following things in order.
I moved gcc-arm-none-eabi-5_4-2016q3 to /usr/local/gcc...
Hello
i have made a program to smoothly blink/fan/vary the intensity of 16 LEDs together using 4 PWM with 4 output pins, the program seems to work well with around 4 leds...
i am using nrf51822. is it possible blutooth communication without softdevice. if possible, please explain me how. if not why. please help me any one.
thanks in advance...
Hi,
I am running an application in which I set -D__STACK_SIZE=0x4000. After some research, I come to know that RAM is divided into 4 blocks the lower one is for the soft...
Hi
Because the dfu_single_bank.c file is not functional over BLE, I'm trying to modify the dual bank configuration to single bank. The modification should be very simple...
Hi,
I am using nRFToolBox into my smart phone of v4.4.2(kitkat).
I am trying to update my program using OTA through my phone.
But when i am trying to send dfu_test_app_hrm_s130...
Hello,
I programmed about 200 nrf51822 boards for prototype production.
The order was softdevice - bootloader - application.
In the process of test I saw some abnormal...
I'm a bit confused about nomenclature and am looking for guidance in how best to implement the needs of my ble app. From the S110 perspective, how are connecting, bonding...
Hi there!
I'm working with secure_bootloader example (SDK 12.1.0) and trying to use i2c communication on bootloader. I'm using the debug code and checking via LOG (uart...
I have built a application with IAR, and made a hex file with Intel extended. It’s works fine with nRFgo Studio. But I got problems with dfu updating from my android. I hope...
Hi. I would like to convert float32_t to uint8_t array for transmission using the ble_nus_string_send function. Can you guys please suggest the method to convert the same...
Hi
To write the some state of the device, I write two bits into the NVM memory. Thus, we get 16 write cycles to one address without erasing. I did this based on the optimization...