Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hi,
recently I experienced a strange behavior on the nRF51 chip, that is at a certain point some gpio lines remained held high, even if the firmware set them to low (both...
I clone the repository on GitHub, which is the accompanying code for the Application Note nAN-36 "Creating Bluetooth Low Energy Applications Using nRF51822", in the nrf51822...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards. I want to check my runtime. So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Hello all.
I am now making a central device to control a peripheral device.
The Firmware of central device is supposed to be updated by Smart Phone, like iOS or Android...
I'm currently making a device which use nRF52832 and that will integrate Capacitive touch feature. However, I'm actually a bit lost with this post: devzone.nordicsemi.com...
Hi, I use PCA10040 v1.1, Keil MDK 5.21a, SDK 12.1 with S132 v3.
I was using SDK 12 previously. The SDK 12 projects worked well.
Now I migrating to the new SDK. So...
Hi all, I'm working on SDK11.0.0 with softdevice S130 v2.0.0 and I need to update bootloader+application at the same time in single zip for these I created zip file by using...
I have a use for the pstorage module and while going over the implementations in the Nordic examples and libraries, I found a use-case of pstorage_register() in bootloader_init...
Hello,
I would like to use the PCA10028 close to the conditions of a future custom board at 1.8 V (including I/Os) but I would like to keep the ability to do source level...
I am using the 8.1.1 version of the SDK on a Rigado BMD-200 device, s110 version of SoftDevice.
The code has set APP_ADV_TIMEOUT_IN_SECONDS to the maximum (all bits set...
My main App must be able to use the soft device directly or serialisation when a external Connectivity chip is used. How can this be done? In the examples it's done at compilation...
Hello. i useing keil v4, s110 softdevice, nrf51822 ek boards.
I want to check my runtime.
So i use under the app_timer
app_timer_create(&m_heart_rate_timer_id, APP_TIMER_MODE_SINGLE_SHOT...
Looking at the nRF51 UART Example, i know that all packets transmitted over a BLE link will be protected by CRC on the link layer.
But how about when nRF51 scan the ibeacon...