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...
Hello all,
I'm using nrf51822 xxac on my project, however, I sometimes got feedback from my customer and said the OTA is not work. My device can't turn to DFU mode for firmware...
Hi, I bought the nrf51822-beacon kit and nrf51-dk including TC2030-CTX-NL connector for connecting them each other through the Debug out pin on the nRF51-DK.
I can't find...
According to the following sources.
advertising_init() -> advertising_update() -> advertising_update() -> ....
UUID, Mayjor, Minor is set in the advertising_init()....
Dear All
I'd like to know how to use Master Control Panel as non Administrator User.
I got and installed MCP v3.8.0.7, but the MCP cannot start on my PC.
Maybe it's...
Hi everyone,
I want to know the original interrupt priority of nrf51822, without using soft device or using NVIC_SetPriority(IRQn_Type IRQn, uint32_t priority). I also want...
Hello everyone!
Just have a look at this beautiful drawing. (Red: what has to be done. Black: Can it be done this way?)
I only have some rudimental experiences in...
Hello! I trying to send message from peripheral to central. On peripheral characteristics are changes with delay. To change characteristics I use this function:
void send_char_data...
Im using the PCA10031. Placed it in the my laptop usb and installed the nRF go and keil mdk arm and nrf51 sdk.
Using the pack installer, which example should I use to be...
Hi,
Can anyone tell me, how the handle value is assigned for a profile. In my master control panel i can see the handle values assigned for every services, but it is not...
Use the beacon want to send with the temperature and remaining battery power.
But beacon of UUID, Major, Minor, Type, etc. The only information in the beacon 26Byte.
...
Hello,
We are developing an application which is using the app_scheduler (especially to put events etc.)
It seems that sometimes (very rarely) we detected a Hard Fault...
I have 4 buttons in my circuit with a nRF51822QQAC (a RAYTAC MDBT40 module on a custom PCB), I am using a very simple printf to check which ones are pressed, the internal...
I've followed this for assistance, but I'm stuck:
https://devzone.nordicsemi.com/question/17846/nonvolatile-memory-access/
I can read from flash, but I can't write to...
Hi
I wrote a softdevice, bootloader and application using the nRFgo Studio.
When I turn on the device, bootloader_settings_t is all 0xFF so bootloader_app_is_valid returns...
I went to so many references and definitions of variables and functions but I can't seem to find where is decided to use either spi_master_0 or 1.. where is this magic config...