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
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...
I'm developing a project where the device wakes from system_off using a button. I've noticed that it takes about half a second from the time the bootloader starts until the...
I updated the original question
Hi, I am working with two nRF52 SDK13 central and peripheral, with no display, each is connected thought UART to a software interface,...
Hi All,
I have below requirement on NFC. please suggest how to start with the same.
1.NFC operation. (Simple Read Write into NFC Tag Memory).
We need to see a demo...
Hi,
we are trying to use pc-ble-driver (source and hex files from tag v3.0.0) together with nRF52 DK. We are running the heart rate example code on Ubuntu 16.04 (tried both...
Hi,
I'm very new to the NRF5-sdk and I found out about NRF5-sdk for eddystone on github.
I would like to ask, Is the NRF5-sdk for eddystone compatible with BMD-350 board...
Hello,
I'm currently trying to build my Keil project. i2c.c file in my project is using nrf_drv_twi driver functions.
So I included nrf_drv_twi.h in the file (or in the...
Hi,
I'm getting started with a couple of nRF52 boards. I want to pair the boards to each other (one central and one peripheral). Then I will have buttons connected to the...
Hello, when transmitting packets with nRF52832 is there any chance to keep the carrier frequency off until the first bit of the preamble is being sent? (The product specification...
Symptom
Depending on the data values written to the log this either triggers a hardfault or executes some random code with random results.
Repeatability
I can reproduce...
Hi,
I do use a power supply which generates +3.3V and +5.0V .
Please, could you explain me what will be the energy efficient way to connect them to nRF52840?
VDD_HV...
Hi,
I am new to Nordic products. Could you help me and give me links to where to get started?
Could you tell me how can I setup eclipse for my DK and Keil for this DK...
Hello,
I just wanted to update previous similar questions for the nRF52 series, old one for nRF51 is here: devzone.nordicsemi.com/.../
At page 151, section 20.4, of the...
Hello,
I'm working with FDS and I have declared a variable like this:
__ALIGN(4) static uint32_t data;
My code compiles and works correctly but Eclipse complains...