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...
Hi all, i have already posted in another discussion my problem, but i will resume it here briefly:
i have a simple program (similar to the tutorial of the custom service...
Hi! I want to send data from the temperature sensor from the beacon, receive them with the nrf51 and then send them to the PC via USB cable. The nrf51 has to start the connection...
Hi!
Is it possible to scan on a single channel using SoftDevice 132 running on nRF52?
If no such functionality exists, is there some workaround? Like timeslot API for...
Hi All,
Am using NRF52, SDK 11.0.0.2 alpha , I am using HRS free RTOS example. In that I just created two tasks of equal priority. As per Free RTOS two task must switch...
Hi all,
I'm a newby in the Nordic BLE world, I hope I will find some support on this forum about my problem.
I'm working on a project to create a multilink central device...
So I bought a "social retail" beacon device that claims to have 300foot range. After getting it I realized it uses the "iBeacon" standard, which is not compatible with my...
Hi - I wanted to post for the chance it may help others in the future. I'll spare everyone the drama, but I've been stuck on this issue for days and have finally resolved...
Hi. i'm using PCA10028, SDK10.0.0, S130.
I want to check RF characteristics.
nRf51 should make RF Tx continuously.
I think there is example source code for that.
Which...
The function dm_ble_evt_handler has codes like this.
void dm_ble_evt_handler(ble_evt_t * p_ble_evt){ // from device_manager_peripheral.c
switch (p_ble_evt->header...
Hello,
I have develop and app to send BLE Advertisement packet in Android. But what I found out is my device has Android Lollipop but it does not have peripheral mode turned...
I am using the nRF52 Preview board, PCA 10036. I need to provide a high-frequency clock signal to a peripheral. Anything between 1 and 4 MHz will work. However, I don't need...
I currently call nrfjprog twice to flash the softdevice hex and then the app hex separately. But as I am using two nrfjprog calls, I am unable to set --rbp ALL with the second...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...