I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
I'm getting started with the ble_app_hrs_s110_pca10028 (nRF51 PCA10028) example in the nRF51_SDK_7.1.0_372d17a_packs.zip SDK. See the tags for my hardware setup. I'm using...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Hello ,I want to scan the Bluetooth peripherals through one master application and want to display the Bluetooth peripheral names on serial window like what master control...
I am new to nrf51822.
I am trying to convert my Arduino code into NRF51822
I need something like this
currentMillis = micros(); //microseconds since the Arduino board...
Hi,
Without dissecting the provided Raspberry Pi Debian packages -- is there a list of the required Linux kernel modules and binaries required for the IoT Dev Kit example...
Hi there. I'm currently trying to run the BLE_APP_HRS example from IAR workbench on nRF51822-Evaluation-Kit.
We are very interested in using this chip in our upcomming products...
Hi All,
I noticed CSR has just released something called CSR mesh, please see: http://www.csr.com/news/pr/2014/csr-mesh , and a demo video: http://www.youtube.com/watch...
I'm renewing my search for a point-to-multipoint radio system, preferably based on the nRF51822. Basically, I need to be able to connect up to 32 (or more!) nodes to a master...
I am trying to implement a mesh protocol using the nRF24L01+ transceiver.
After reading the product specification, I have concluded that the Enhanced ShockBurst cannot...
I'm working on a wireless sensor network and was thinking about using nRF51822 as the primary SoC. For my network it would primarily be low power sensors talking to one another...
Hi.
For my application, i want to do a battery saver profile.
I need to send one advertising package every 30second.
So now i do this by setting
#define ADV_TIMEOUT_IN_SECONDS...