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 compiled the nrf_heart_rate_collector. Apparently, this program only works once, between each run, "remote device" and USB dongle has to be resetted (unplugged from...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi ,
I am trying to set up event using GPIOTE. I want to implement reading of sensor data and sending over BLE when an interrupt is generated due to activity on a particular...
Custom Board with MCU NordicSemi nRF51822-QFAA
Softdevice S110 7.1
IAR for ARM 7.1
SDK 7.2 using a merged service (HID keyboard example + NUS example...
Hello,
I try to add the Device Name to the ble_app_beacon example but it does not work.
First, define the Name:
#define DEVICE_NAME "MyBeacon"
Next, add GAP Pararameters...
First, many thanks for the great DFU recipe in the latest SDK!
I've ported OTA DFU to the IAR tool chain for both s110 and s310. I can flip back and forth between the two...
Hi,
I'm using IAR ARM Embedded Workbench (v7.20) to build my Nordic applications. Recently I enabled optimizations (in Project Options: C/C++ Compiler:Optimizations: Level...
Hi,
I am new to Keil and nrf51 development so please forgive me if I ask a stupid question.
I have followed the steps from the user guide and installed Keil (version...
I have scoured the internet for solutions, and documentation. Everything that I've found has to do with ADC, so I thought that I would just convert it to the LPCOMP(they're...
Hi all,
If I want to send a table that contains a structure in each of his cases using sd_ble_gatts_hvx(), can I get it ?
Knowing that the second parametre of sd_ble_gatts_hvx...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
S110 8.0.0 was just released allowing a larger ATT table, which is something we need, but is there a corresponding SDK update for this SD before we spend the time upgrading...
I am a very beginner on embedded field.
I have a nrf51822 and tmp 102. I follow this direction on mbed site
link text
and it's actually working. The code provide...
Hi,
I have a similar problem as described in
devzone.nordicsemi.com/.../
I have eliminated my program to be:
int main(void) {
setupLEDPins();
BluetoothPeripheral...
We are having some trouble with battery percentage measurement. The battery percentage being reported, keeps fluctuating. Earlier the fluctuations were as large as 3% to 100...