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.
Hi, I am working with app_uart module and during the reception process sometimes there will be APP_UART_COMMUNICATION_ERROR event generated, my question is why there is such...
Hi,
I am testing with ble_app_uart code for handling UART data. If the data is more the device is getting disconnected from the central device. I am thinking that, BLE...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
I have the test that spi communication between nRF51 DK(Master) and nRF52 DK (Slave).
use the example projects in SDK 12.2.
success build and writing but i have got...
I would like to utilize six Sampo S1 readers (yes, I only read for now, I know they can do much more) to count people entering and leaving a conference.
I am looking for...
I implement it with sdk 11.0 and a third party board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio,secondly,i program dfu_dual_bank_ble_s132_pca10036. then...
Hi experts
I am trying to interface an external ADC to NRF51-DK i am presently reading SPI ADC code values on BUTTON press event. I am able to read the values from ADC...
Post in reference to link
After flashing light control server or client app on PCA10028 app crashes with HARD FAULT.
Steps how I built the app:
Using freshly downloaded...
Hello,
I find that some examples such as ble_app_uart uses a GATT_MAX_MTU_SIZE of 158, and it has initialization in function ble_stack_init().
// Configure the maximum...
Hi. I'm using nRF52832. I need more GPIOs and UARTs. So I think nRF52840 is very good solution to me.
But as I know, nRF52840 is just engineering sample now.
When can...
I am running the Iot SDK Cloud MQTT example on a nrf52 DK. Is there are reason why MQTT will only let me subscribe to a maximum of 9 topics. Anymore and some of the topics...
I'd like to get the current connection state eg:
result = get_connection_state()
if(result == BLE_GAP_EVT_CONNECTED)
doSomthing();
Is there such a function available...