Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
Hello!
I want to create my first BLE devices and nrf52 is a choise. Devices should work as described below and before I purchase few nrf52 DK I want to be sure that it...
hello
I am a beginer to design with wireless and I would like to know with soft can be used if i have one master with 4-6 slaves. It seam to be a S120 it right ?.
Also...
Hey all. I'm working on a really simple beacon application and I'd like to use RTC0 when the BLE stack isn't using it... is that possible? No BLE connections, just 1 advertisement...
Hi,
I'm facing a weird problem resulting from the following code:
while((!twi_tx_done) && timeout--);
The main file and the MPU9150.c which includes this command...
Hi, I try to capture ipv6 over ble packet.
So, I construct system like, nrf dk 51(with sensor) - rasp
nrf-dk 51 is equipped with coap-server source and rasp doing like a...
Hi everyone,
I have a really weird problem.
I created a makefile based on Nordic's example from the app_template and created 2 additional targets, one called "debug" and...
I have upgraded my laptop to Windows 10 and all hell break loose.
When I either connect the board or the dongle, they are stuck in a loop of connect/disconnect behavior i...
hi,
i am using ble_uart example in which i am sending 3 byte of midi data
(90 1e 45 0a .E.)
i am getting (.E.) when i converts this ascii value to hex value i get (2e...
Im trying to provide DTM functionality for certifications tests. I can't setup an UART interface, I found the below code which tries to use DTM without UART. it uses channel...
Hello,
I've read a lot about trouble people had when they used bluetooth and flashed the rom without using the propper softdevice APIs.
What is the issue with concurent...
Good morning.
I ´m working with nrf51-dk, sdk 9.0.0 and softdevice 110.
I have done a proyect without softdevice, only uart and master spi (mode 0) and works perfect...
Hi, I flashed the Proximity Application to nrd51822,with s110_nrf51822_6.0.0-5.beta.
the chip run right, and I used the NRF Master Control Panel, when I write data 0X02 to...
Dear all,
I have tried using a setting a break point in main() of my program. Without running the softdevice, it is fine to pause in the break point and continue to run...