I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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...
I find in the following example code that if I start my application from a powered-off to a powered-on condition and main() executes the code as shown, everything works fine...
Hi,
I do receive undefined HCI errors in my disconnection handler. I wait for the BLE_GAP_EVT_DISCONNECTED event and use the bleEvent->evt.gap_evt.params.disconnected.reason...
I've been reading through the documentation for pstorage but there's one term I don't understand
devzone.nordicsemi.com/.../a00131.html
What is the purpose of offset...
We are using two GPIOTE inputs and there is only 1 GPIOTE interrupt handler.
One of the GPIOTE input is from a power line chip that toggles @ 50 Hz rate. This GPIOTE input...
Hi Team,
I was trying dfu to load my application.
Edit #1
I have flashed softdevice.
Then I have compiled the example project 'dfu_dual_bank_ble_s110_pca10028...
I have an external temperature on my nRF51 DK. I would like to read the value of the temperature on my mobile device(Android).
I am able to read the temperature on the...
I would like to use the single shot timer and when the timeout handler is called, I would like to set up the same timer again with different interval this time. Do I have...
There seems to be a discrepancy between the 8.0.0 softdevice release notes and the product compatibility matrix. I would like to know if it is possible to use 8.0.0 softdevice...
Hi,
In my project, I need to periodically perform some jobs on the nRF51822 Beacon kit (sdk 7.1). For that, I think I need to use timers. However, I'm not sure how to do...
Hey everyone.,
I was trying to use nrf51822 as spi slave and just a heads up to know that i use Nrf51822 as master. I see that when chip select CS gets low SPI needs to acquire...
I've added a custom service and a few characteristics on the nRF51822. How can I access the current value stored in one of those characteristic outside of a BLE event occurring...
Hi,
I'm unable to run any application on nrf51 DK (Keil used). When I start debug (no matter what application I load), program always cycles between 2 instructions:
0x000006CC...
Hi,
My application uses the softdevice 110.
Everytime, there is an event on my sensor. The sensor sends the event to my pin, which generates a gpiote interrupt . But, the...
Hi,
I'm trying to determine why a HCI DFU upload fails.
There is a log of the communication below showing the serial request/responses on the Windows side.
Is anyone...