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 need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
Hello, I can program properly (the "--verify" command passed) my softdevice s140 into the chip, using nrfjprog 9.x. But now I can't use my keil uv5 to program my user app...
Good morning,
Based on different articles, I set up a nrf52832 with S132 3.1.0, the secure bootloader found in "SDK_12.2.0/examples/dfu/bootloader_secure" and the buttonless...
Hi together,
I'm using nrf52832, SDK 12.1.0 and S132 3.1.0.
I integrated the peer manager to my application code and have the following questions concerning the bonding...
Hi,
I noticed a possible issue in BSP_MS_TO_TICK macro computation.
In bsp.c, the macro is defined as:
#define BSP_MS_TO_TICK(MS) (m_app_ticks_per_100ms * (MS / 100...
Hi nordic,
Is there any ways to implement that my device connect with one special Central Device likes Andriod phone and Iphone. Currently I know is whitelist. First I add...
Hi;
Is it necessary to reset SoftDevice when using NVIC_SystemReset ()?
The SoftDevice must only be initialized if a chip reset has occured.
I saw the above comments...
Here is the code I'm using to test it out:
static float number = 0.5678905;
NRF_LOG_INFO("Float number: "NRF_LOG_FLOAT_MARKER"\n\r", NRF_LOG_FLOAT(number));
And...
Hello,
I am working on NRF52382 custom board, where I am running a timer of 30 sec to get a value every 30 sec.
I want to save this value in flash.I am well aware of...
Does the s210 softdevice not function on the nRF51822? I see it available for the nRF51422 here but it is listed under the 51422 only.
I have a v1.1.0 PCA10031 (nrf51422...
Hello,
I developed an application for the nrf51822 Smart Beacon, SDK11 s130, that basically advertises the battery lvl of the beacon, the staus of button_1 and the number...
I have a nRF 52 DK board. I have flashed dtm example onto it. I have connected a USB to serial UART interfacing board ( www.sparkfun.com/.../12731) to the respective Tx, Rx...
Both the capacitive touch library and the driver (which is better ?) are using the analog inputs.
There are only 8 of them , and we need 10 at least buttons.
Is there...
I'm migrating from SDK11 to SDK13. My custom service is based off Heart Rate Service, so I started from the new SDK13 example of HRS, and updated all the initialization code...