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...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Hello sir,
I am working on my final PCB design using nRF52832 chip. As per your reference Bill of material i use same part number for all components recommended by you. But...
I have a custom board with the nRF51822 QFAA . Schematic:
In order to compile the firmware, I'm using MinGW . As you can see, I'm also using the SDK 12.3.0 .
Finally...
Hi,
I am using nRF52832 and softdevice is S132 adk13.1. My application is read 3 ADC channel one by one and send this value to android app using NUS. For this i have use...
Hi,
We are performing data transfer using NUS service (BLE-UART).
Data passed is a 11-character string.
READ and NOTIFY permissions are provided for Tx characteristic...
Hello,
I am designing NRF52832 based board. I followed the exact reference layout suggested by Nordic except via position. I moved few vias during routing. Is it necessary...
I am using segger studio and jlink to program my nordic thingy 52. I followed the documentation and
Build the program
Connect to Jlink
Erase All
Debug->Go ...
Hi!
nRF52. S132, SDK13.
I try to use ble_dfu_send_hex example.
what shoul I do first?
via nrf gostudio load SD. correct?
Which SD? from this folder (dfu_test_softdevice_s132...
I get the mesh SDK here: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
But I don't know how to add pwm to the light_switch...
Hi all,
I use the nrfjprog 9.7.1 and unfortunately I was used the --rbp command on my nRF52832 and now it's impossible to execute --recover command.
The nrfjprog log shows...
Hi,i have some problems when develop with experimental_ble_app_buttonless_dfu project in sdk12.3 on IDE embedded studio (MAC OS).
I follow this link text to develop.when...
Hello,
Some problems I meet when I try to use spi manager in ble_template example to read "who_am_i" register of LIS2DH12. The environment is set as below:
nRF52832...
Hi,
I'm using SDK13.0.0 and softdevice S132 v.4.0.2.
I sometimes get NRF_ERROR_INVALID_STATE from sd_xxx() in the function registered to ble_evt_dispatch() when connection...
Hello,
I would like to establish communication between my pca10040 and my cellular modem.
Currently I am using ble_app_uart on the peripheral example and I can put messages...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I have a thread using a Timer and PPI to trigger SAADC sampling at 100hz. Currently I have an app_timer also running at 100hz to sample the results of the SAADC (and its time...