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...
Hello,
I am using nrf52832 pca10040 with softdevice v3 of SDK v12.2, when booting my device tries to initialize the peer manager with pm_init() and this function is returning...
Hi All
I want to develop a PCB that has Wifi and BLE capabilities, to do this I would like to use Nordics: NRF51822 or the new NRF528, for the wifi side of things I want...
Hi all. I'm trying to use the u8g2 library with ss1306 controlled OLED display. After I added the library to the project, Keill gave an error
Error: L6406E: No space...
I used to develop based on sdk11 in Eclipse, EVERYTHING works fine. But now I am trying the sdk 12.2.0, in the blinky example, "LEDS_NUMBER" couldn't be solved, but the project...
Hello,
I am unable to use the command NRF_LOG_INFO for printing debug statements. Compiler is throwing the following error .
Error: L6218E: Undefined symbol NRF_LOG_INFO...
I am working with a modified project based on the time sync example using two nRF52832 DKs.
I want to capture how many times the timer overflows on the receiving board...
I have a problem with some beacons which don't follow BLE specification.
Namely BLUETOOTH SPECIFICATION Version 4.2, 4.4.2.2 Advertising Interval section.
The problem is...
Hi,
I'm not sure whether it is right place or not to discuss this.
We are planing to use nrf52840 in our new IOT project. We required nearly 30 development boards and...
I don't want my consumer to do provisioning of mesh-DEVICEs one by one (using Android or iOS APP) since in such case if he has 50 mesh-Devices in that case he will get frustrated...
Hi everyone,
It looks like there is a bug in GZP host example.There is a function gzp_host_chip_id_read where flash is accessed at GZP_PARAMS_STORAGE_ADR. But there is...
I am using the following to extract the Device_Name from an advertised packet received on an Arduino Primo:
peer.getFieldInAdvPck(BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME, advertisedName...
Hi!
I have a question about the Mesh SDK. Is it currently possible to get the physical source of a relayed message (thus the relay that send it) out of it? I only seem...
I use buttonless_dfu_app as template. SDK 14.2
Q1. Could someone help me.. After I updated my app I have changed crc (if more than just few changes), so bootloader installed...
I made all steps in a guide
devzone.nordicsemi.com/.../
All works fine. After that prepare my own firmware like appendix 1. Also works good. I merge
bootloader_setting...