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
softdevice version "s130_nrf51_2.0.1_API"
sdk version "nRF5_SDK_11.0.0_89a8197
i am try to flash BLE with SPI code i am not able to flash the hex..while flashing...
Hello,
Recently I was using nRF Connect app to test BLE 4.2 Communication between my Android Device and nrf51422 board. updated the hardware device so the LE Secure Connections...
Dear Nordic Developer,
I can compile and ran examples of uart, saadc, pwm_driver, pwm_libraries. Now I would like to include uart in pwm_libraries to get inputs from PUTTY...
Hello,
I integrated the relevant code from the "uart" example into the "ble_app_uart" example(this is all the code in the main routine):
uint8_t cr;
uart_init();
...
Hi all:
I use sdk11.0
<nRF5_SDK_11.0.0_89a8197\examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay>
this example, scan heart sensor , sdk return...
It would be helpful to know how a packet looks like when transmitted/received from the NRF9E5 chip. I already found the algorithm to build the correct CRC, expected from the...
I have included the DFU service and a custom service in my application. During initialisation DFU service is getting initialised and later down the line my custom service...
Hello,
I have few question please about this example.
m_lesc_private_key looks unused, how to modify source to use a pre shared private key ?
is this exemple secured...
Hi!
We are trying a new module with NRF24l01+. We find a troublesome thing. On this video you can see the RF communication starts and stops with a broad-spectrum signal...
Hi :
In my application, i need to use 2 spi master (SPI0,SPI1) and spi slave the same time, but when i compiled drivers_nrf/hal/nrf_spi.h and drivers_nrf/hal/nrf_spis.h...
Hi. I'm using nRF528332, SDK13, S132.
I'm making multi-link peripheral refering to "experimental_ble_app_multiperipheral".
This example code says as below.
#define...
Hi Nordic,
In my application, I want to consume as less power as I can. In the initialization I have this functions:
static void utils_setup(void)
{
APP_TIMER_INIT...
why not provide the ready-made tools? like micro_ecc_lib_nrf52.lib and nrfutil.
because it 's really take user a lot of time to built these tools.
thank you.
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hello ! I'm beginning work with BLE . I have a project in which nrf51 is a central. App from smartphone will sending to central any key for example "3214941E0" when central...