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...
In following the example for a DFU BLE upgrade I have configured the following system
on an nRF52 DK install the softdevice and bootloader:
nrfjprog --family nRF52...
In my code, I have some 'print'-style functions that write data to a buffer, and that buffer then goes to the Nordic UART implementation. This is user code, and I don't know...
Hi, I'm trying to adapt the stm32f4 library from:
link text
to run an nrf24l01+ with an stm32f373. After some initial SPI headaches, a lot is working. In the initialisation...
I want to confirm how much current is being drawn from the battery while the nRF52 is in it's absolute lowest power state and waiting for an NFC field to wake it up. From...
I am interested in setting the tx power level the advertising packets in a nRF52832 are transmitted with. I saw there is the TXPOWER register in the RADIO section (address...
I have a use case where sensors on a BLE peripheral need to push notifications to a BLE central indeterministically. So it needs to keep the connection always on. The notification...
Hi,
I tired Nordic Uart Service example on Nexus 5 Android ver 5.1.1, but I am not able to connect. I am able to connect to Samsung S6 and Nexus Android ver 4.4.4. I am using...
Hi Nordic,
I've try many times but no luck, I have a PCA10028, which works fine with SDK8~10 and S110.
Recently I found the SDK has become ver11 and SD turn to S130. So...
What is the best method for sending long data to ble_app_uart from android? We tried sending data by breaking into 20 bytes chunks and used thread.sleep() between each packet...
When I'm using the SDK 6.1.0, the twi drivers works while and I can easily understand the twi work flue. Howeve, the SDK 11.0.0 changed the twi drivers. I don't know what...
Hi Nordic,
I am using PCA10000 v2.2.0 with MCP and FW "MEFW nRF51822 0.11.0"
I just tried the "nRF Connect" under Windows 10 and fail to use it. Below is my steps:
...
Hi All,
I'm using nrf52 PCA10040 v 0.9.0, with SDK11. No softdevice being used in this case.
While exploring using EasyDMA with the SPI peripheral, the example in sdk11...
Hi there,
this problem may extend the scope, as it relates the SPI slave device (atmel winc1500). When I run the SPI master example, I can see the data transmitted on oscilloscope...
Hi, I use S110 v8 in my application with DFU support. When DFU is triggered from application (by writing 0x0104 to DFU service control characteristic), then application fails...