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...
Recently,I confronted some particular circumstance that I have never came across.
The device programmed used by Jlink and Keil,so I check the address of flash,it showed as...
hi all,
i'm using nrf905 for wireless communication at range of about 30meter @433mhz.
and have some question ,maybe your guys can help me.
thank you.
q1:upclk pin...
According to the documentation, it is possible to upgrade the Thingy:52 firmware via a cable connection using nRFgo Studio. Can I connect the Thingy:52 directly to my PC?...
Dear Nordic Team,
Thanks for supporting.
Now i am trying to work DFU with NUS example.I am following As per nordic document like: infocenter.nordicsemi.com/index.jsp...
I am trying to communicate with DS1307 (RTC) using TWI on nRF51822.
I have configured the pins, address (0x68 fixed for DS1307), frequency and enabled TWI.
Now I am about...
Dear Nordic,
Some time ago we started a project in which we decided to use ANT protocol to communicate wirelessly. However, now that we are going to production in a very...
my programer have many place use sd_ble_gatts_hvx() send data , if i get the BLE_GATTS_EVT_HVC ,how i know this return value return belong which use sd_ble_gatts_hvx(),how...
how to save a problem,if one Thread use sd_ble_gatts_hvx() send many package ,but i use vTaskDelay(50)( the freertos delay api ) when one package send ,then send another package...
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
I read an article about the connection, pairing, bonding and whitelist, there are some doubts:
Bonding...
i want to send data according the ruture value , because we all the data send ruturn value ble_evt_tx_complete ,how i can distinguish difference channel'return value
I've been trying to trying to upgrade some code from SDK 12.1 to 12.3 and it no longer fits in 16k RAM.
I initially thought the problem was this data segment in the linker...
Hi,
I recently started working with the NRF51DK,I need to read data from KX022 accelerometer via I2C and transmit the results over BLE.
I am using TWI_SENSOR example...