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 have read the previous questions regarding the above subject, i found that changing the maximum bonding devices limit defined in device_manager_cnfg.h will work, but it...
Hello everyone, I must to write and read a I2C eeprom like 24c256. I tryed to do it but all the examples with I2C protocol works with 8bit addressing. I tryed to modify mpu6050...
Does the components on the development kit increase the power consumption compared to what you would expect from a low power-optimized application-specific PCB?
Other than...
I use the ble uart app to receive the data from mobile phone. The data packet size is 20 byte. If I transmit the packet one by one without adding delay, is it possible that...
HI,
Can anybody give me the connections to a BMD-300 with nRF52DK and the steps to program a BMD-300 from scratch? Which document provides the information, if there is any...
For ble_app_uart, if I write below routine to send data to mobile phone application. Can the mobile phone application receive all the packets without packet lose.
for(i...
my questions is in relation to BLE and the ability to sense RF at different distances using either dBi or RSSI(rather not use this), is there an accessable dBi signal strength...
I want make OpenMesh stack running as a task with freertos(8.2.1).
first,I got two LEDs tasks running on nrf51822 very well,That's the base.
Then I set mesh stack as...
Hi,
I am using relay example code to test, the example code is under below folder: C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples\11.0.0-2.alpha\ble_central_and_peripheral...
I am using the nRF5_SDK_11.0.0.
I want to state of the system off sleep after entering system on sleep.
For example, from the state of system on sleep, it becomes system...
Trying to compile the HRS example using SDK12 using Eclipse. Getting a lot of undefined reference errors under the peer_manager folder for pdb_ and pm_functions such as these...
We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...