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.
I want to change rx to tx mode and back after recertion my master NRF24l01 packet on NRF52 with esb, how to do it?
I tried this but it doesnt works:
void nrf_esb_event_handler...
Hello,
I am using nrf51822 and supply is provided through rechargeable battery. Please review my schematic and suggest changes if there is any.
Thanks,
Shailav
I used the following code to verify the working of the clock (at P04) of nRF24le1.
I used a 4.7K pull up resistor with a VDD of 3.3V, which was output from the nRF.
Note...
Hello,
I'm using nrf51822/s130/sdk12.1.0.
Before adding BLE code there's no problem in writing inner flash.
In main I just added below ble_app_uart codes(not modified...
Hi,
I have Wireshark version 1.10.14 and sniffer version 1.0.1. I send the data out from PCA10040 with connection interval of 7.5 ms and packet throughput of 200Hz using...
The pulldown on the SAADC is 160k. Is it ok to create a resistor ladder by adding an external resistor of, say, 400k, enable the internal pulldown and then input a higher...
Hi NordicSemiconductor's community,
I have a basic question about connection to a BLE peripheral.
I use the SDK_10.0.0 and s110_v8.0.0.
I want to know how to implement...
how to change RX and TX operations ?
i wrote next code:
#include "nrf_esb.h"
#include <stdbool.h>
#include <stdint.h>
#include "sdk_common.h"
#include "nrf.h"
#include...
Hello
I used one example from the nrf52 SDK and wanted to add another functionality to the code. How do I know what to add to that file?
Is there a global sdk_config.h containing...
I am migrating from SDK 12.2 to SDK 13 on Nrf52.
I use Eclipse.
I have a few questions:
In SDK12.2, there was :
Patch for SDK 12 - implements required workaround...
i am using nrf52832 dk. i am trying to change the flash address from 0x000 to 0x0002000. But i can only flash it to 0x0002000 if softdevice is already present on controller...
Hello,
I want to clarify one thing related to the limitaion in SoftDevice S130 V.1 of L2CAP_MTU size by 23 bytes. Is any way to extended it?
Because I see that changes...