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,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi,
I'd like to connect my nRF2740 to my MCU Arduino Micro and test it with the sample codes found in your GIT repo. How can I do this?
Best regards,
Alessandro
Sorry for the silly question, but as it is mandatory to use sd_X function when it is possible to avoid collision, could you tell me if this code is the right way to use the...
hello all, i need a Bluetooth low energy peripheral device in which i can attach a single button to in order to control simple phone operations, i'm not sure what device will...
Hi,
I need protection against the MITM attack, what should I modify in heart rate example? Actually, I change the characteristics to BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM...
Hi!
I am using nRF51822 evaluation kit and connecting it as a master to a pair of I2C-devices (using twi_hw_master.c). Everything works well, but when I integrated the...
Hi,
I am using the Evaluation Kit, and I have tried to send some data between the Developoment Dongle (PCA10000) to the Evaluation Kit board (PCA10001). As the Development...
Hi,
Are there any reference design for interfacing a nRF51822 with an external sensor for e.g. an accelerometer (STM LIS3DH, AD ADXL362 etc)
Also do we have a profile...
My application would like to receieve notifications at several different times before a radio notification event. Specifically the application needs to receive notification...
Hello,
i have two operation modes:
One or more devices are bonded and advertising mode with whitelist (BLE_GAP_ADV_FP_FILTER_CONNREQ)
A new proximity central device...
Hi all,
From this forum and the examples given in the "sdk" find two approaches to measuring the battery voltage:
using external divider 10M/2.2M+22nF
using integrated...
In the previous discussion you told me to buy Mod nRF-8001 from olimex and i was also very optimist after going through its design that it can easily be connected to Arduino...
I have an application in which I would like to be able to enable and disable the SoftDevice.
But there are peripherals (Application Timers, Two Wire Interface, etc) that...
Hi,
I'm using PCA10001 connect to a sensor chip.I would like to set the register values for sensor chip as SPI master role and I need to switch to slave role to read the...
Hello,
i just want setup 1Tx and 1 RX using NRF24L01+ chips. but i am confused what should be Transmitter side Tx & Rx and what should be in Rx Tx & RX ? in order to use...
Hi,
There were similar questions already anwsered but none of them work for me. So the situation is as follows. When i program the chip though SWD interface the chip probably...