Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...
Hi,my friend,
Now,I use nrf905.Situation is as follows:
I use the NRF PCB circuit of data manual.Nrf905 work, often loss of data.
1.The Product host is to use the stick...
Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
Hello Everyone,
I am trying to measure the (3v)battery voltage by having proximity example as reference but intially it is showing 100percent later it is going to 13(percent...
Hi,
SDK: v11.0.0.2-alpha
DK: PCA10040 (NRF52)
I am trying to build a peripheral application that communicates with an external device via UART (h/w flow disabled)....
Hello!
I have PCA10006 with revision QFAA nRF51422
I am testing the buck converter's ability to make the system consume less power when transmitting.
Example is ant...
hello there! i am working on project in which my one nordic BLE(A) want to send command to second nordic BLE(C) which is not in my range. now there is third nordic BLE(B)...
Hello Guys,
I would like to know, can i use NRF52 Preview DK on Board Segger Section as standalone Segger JLink Programmer for NRF51?
So, is there any way to dis connect...
Hi, I read about concurent operation of the Softdevice and other proprietary stacks like esb or gazelle using timeslot api. Is it possible to run two ble stacks in this way...
Hi Guys,
I would like to develope a HID device on nRF52832 chip. I'm woring with nRF52 Development Kit (PCA10040, v0.9.0).
I've tried to flash the board with both hid...
I'm getting the NRF_ERROR_NO_MEM when I try to put my ADC interrupt routine into the scheduler. The code runs without error if I run from the ADC interrupt handler directly...
Hello ,
I am testing the DFU support and usage for the next phase of my project. I am using S110 softdevice 8.0 and SDK 9.0 and evaluation kit nRF51822QFAAG0.
I followed...
hello, I have some quesetion about the nrf51822's carrier detect. I want to use " CSMA" to avoid
Communication collision, the datasheet has no detailed infomation about...
when I call pstorage_store so store a block of data, sometimes I call just after pstorage_store : the following code
do {
pstorage_access_status_get(&count);
} while...
In this post , I can register a new case with some required parameters to have the current estimation, but I don' t know how to obtain some of them.
I'm using nRF51422...
on the log of nRF Master Control (mobile version) I can see DEBUG VERBOSE APP WARNING . I want to know if there is a directive on SDK 10 (functions) to send those kind of...
I created a BLE central device using nrf51422 chip base on S120, it connects to a peripheral device which can send around 12k bytes in 10 seconds. My device always received...
Hello, the official example of BLE peripheral communicate with android device using GATT HVX NOTIFICATION. I'm wondering, if I need to send data over 20 bytes, are there other...