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...
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,
I installed the latest version of Jlink 6.16f. I connected my nrf52-dk and on opening the RTT viewer, I always need to specify the target device manually instead of...
With this code i am not able to generate an event. timer1 is used as counter. the timer is running about the compare value of 3 (TLC_Send_Buffer_Size):
static const nrf_drv_timer_t...
Currently, I'm developing a beacon. We would like to employ a beacon to send a package including a IP address to other device for getting a new message from the website. ...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hello,
I am planning to use an atmega32u4 as a micro controller for a keyboard, and I'd like to use a NRF51822 as the bluetooth sender.
As i've read, NRF51822 is BLE...
I would like to learn a little more about the process of negotiating a connection interval between an iOS and Android central and a nRF51 peripheral.
So, here are my questions...
Hello,
I purchased a nRF52DK to migrate my older projects running on nRF51822.
Version of the board is V.1.1.0 / 2016.19
I followed the 'Getting started' guide from...
Hello,
This is a DFU custom project...the core problem is that I cannot erase the bootloader settings page from the chip.
While trying to use a slightly modified version...
Hi
In current Desktop 2 project, We know that software device stack takes 48-bit random device address from FICR registers (DEVICEADDR[1: 0]) for BTLE. Each nRF51 has unigue...
Hello, I am devleoping a pc station using pc-ble-driver.
I was successfully able to install it on one of my computers but am facing a problem installing it on my surface...
The micro-ecc works well when I load micro_ecc_lib_nrf52.lib in keil5. However, the author suggest copying the uECC files into the project, so I include uEcc.h but fail in...
For the nRF51822, the documentation for ECB mentions it being used to
Encrypt/decrypt 16-byte data using
current key.
But it doesn't offer any methods to decrypt...
Hi,
Am using SDK 11.00 and NRF52 platform.
Am following below steps for dfu support.
1.Flashed Softdevice 2.00
2.Flashed dual bank ble Bootloader
3.Using nRFTool box...