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...
I use it. nRF52832 PCA10040 Vesion12.2.0
I am working on the ble_app_uart example as a base.
I used the sd_ble_gap_addr_set command to change the BLE address but it...
Since Google released Android Marshmallow 6.0 we are experiencing problems when connecting our nRF51822 based peripherals to a Nexus 6 phone.
The Nexus 6 is able to see our...
I use it. nRF52832 PCA10040
I have coded based on NUS.
However, I failed to pair with my Android device.
Even with ble_app_uart, the result is the same.
Hi. I'm using SDK12.2.0, S130 ver2.0.1, nRF51822AC as central.
After connection, if i use "ble_conn_state_n_centrals" function, i can get the number of connected peripherals...
my ble can send data when the data send function called inside main.c ,
But it is not sending data other than in main.c like other source files.. and getting error invalid...
I'm trying out different SDK's and some of them are working to an extent (they load the softdevice, and the app, but when I test run in debug they start at a different location...
I am working with the nRF52832 pca10040 devkit, and when I program the softdevice with the nRFgo studio, the only version that shows the firmware after programming is S132_nRF52_2...
Hi,
we are using nRF51822-QFAA in our project which is based on the PCA10000-nRF51822 Development Dongle 2.0 - layout of radio part is almost the same. I'm also using sdk...
I need to read variable length blocks from an I2C slave using a TXRX transfer. The length of the following data is given in the first read data byte, similar to SMbus Is there...
I installed Bluetooth Developer Studio , (BDS), which appears to offer a way of setting up a custom profile without have to spend too much time on writing low level code....
Dear Everyone.
Hi, I develop nrf51822 with DK PCA10028. I have been optimizing the power consumption to some extent. But now I am very confused.
I use S110 softdevice...
Hello Everyone
We have a project using the Feather 32u4 BLE chip to communicate with an IONIC Application on Android.
And the huge problem is that i'm really really...