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...
I want to use ANT and BLE concurrently.
I found that there are no multiprotocol examples in SDK12 for NRF51422 (PCA10028). It only have example for NRF52832 (ble_ant_app_hrm...
Hi all,
i use softdevice and app timer.
I know that the softdevice use a RTC0 and app timer RTC1.
I would use a rtc to have a timestamp. but i see that after 512 second...
My function need a time window to get value from sensor,but the prcess always interrupted by SD.I know that the priority of SD is higher than app functions. So how can get...
Hello friends. How to write a number to and read from internal flash. My information about the microcontroller is very weak. I use STM32F103RET6 .
I test The following program...
Hello,
I'm starting to program a Nordic microcontroller, the nRF52. I was able to compile the various examples.
Now I would like to create my own project and use the...
The FDS requires data to be word-aligned and multiple of the word size. How do I ensure that my source/destination data structures are properly sized/aligned?
E.g. I want...
Hi, would like to know if anyone has some experience and advise how to get an external 51822 based board programmed and working via the nRF52DK. All the wiring works, I can...
pc cannot recognize nrf51 DK board.
what I have done.
erase all - not work (log.log attached)
power on with reset button. and copy J-Link OB-SAM3U128-V2-NordicSemi...
I have 5 nRF52832 development boards.....
I'm using Visual Studio 2015 and a Visual GDB plugin.
I have loaded and built the BLE Le example.
I start the debugging...
I'm using SDK 12.2. The FDS operates on word-sized data. How can I ensure that my data structures are word aligned and multiples of the word size? E.g. if I'm trying to write...
Hi everyone,
I am looking for reports and/or certifications that can help with our own device's certification process.
Would you know where we could find such reports...
Can I configure security parameters my own way?
I read some BLE profile but there are not explain about security configuration.
And I tested by using PCA10028, iPhone4s...
I am trying to setup an interrupt to fire whenever any of 6 GPIO pins change value using an nRF51822 with soft device. I found the example that uses GPIOTE to get an interrupt...
Hi. I'm using nRF51822AC, SDK12.2.0. S130 v2.0.1.
I just want to make DFU program. But I think it's a little bit confusing. So I want some explain.
Q1. What is the difference...