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...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
Hi folks,
We got a weird behaviour with our nrf51822(SDK 12.2.0, s130) device. we have built a low power application with following parameters:
MIN_CONN_INTERVAL...
I have tried to understand how data was send from two BLE device. I have had 2 PCA10056 board and I have loaded ble_app_blinky example and ble_app_blinky_c example for each...
Hi All.
I have one question.
I just want to send "volume down key" simplely after connect with android device to take a picture.
I have no idea. and I don't understand...
I modify nrf51 nus in SDK12.3.0 to realize my application, I found when enable uart, the consumption near 830uA , and then call app_uart_close(), the consumption near 5uA;...
Hi,
Is there and C/C++ source code to get float value from 32-bit ieee-11073 FLOAT data type
I need c/c++ code to parse 32-bit ieee-11073 FLOAT data coming from FORA...
Hello,
Using Spi bus with frequency = 4Mbps give me this deformed signals (clock and miso) and when I push it to 8 Mbps I am not able to get the correct values.
Obviously...
When an event is bound to the ppi channel, and this channel is bound to both task_capture and task_clear
can I get the correct COUNT value when an event occurs?
Or can...
Hi all,
I wanna build a IOT gateway. I follow this steps infocenter.nordicsemi.com/index.jsp
When I access coap://[ipv6] It dont have resource light, just only have...
[SDK 12.3.0 / nrf52 DK / Keil tool / beacon example code]
Hello. i am a novice developer.
Power On - Beacon data transmit and enter to sleep mode after 10 sec
...
I fail to integrate “ble_app_multilink_central” and the uart portion of “ble_app_uart_c”
I have checked other posts and it is inconclusive if and how they got the integration...
In traditional approach to ESB communication we have many PTX device and one PRX device:
In my application, situation is inverted: I have only one PTX device and many...
The function peers_id_keys_get() (SDK 12.3.0 Library id_manager.c) returns Error BLE_ERROR_GAP_INVALID_BLE_ADDR (0x3202) when the peer device address is neither PUBLIC nor...
Hello,
Have been reading the example codes and documentation in order to connect an ultrasonic
sensor to nRF52. The goal is to read in the value and then send it over...