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 have been working with nfc libraries. In the below code you can see the my main function. In the Set up NFC part, nfc_t4t_setup(nfc_callback, NULL), nfc_t4t_ndef_rwpayload_set...
I'm playing the peripheral example hrs.
I find that when it received a enable notify(that is write cccd handle to 01 00) from the central, the code actually doesn't do anything...
Hi
I'm installing SDK1.5.0 in Toolchain Manager 3.6.1, but I've been stucked at this stage :Updating tinycbor repository for 3 hours.
I think something wrong here, thanks...
I am new to BLE and Nordic.
We are trying to develop with SEGGER + PCA10040.
Is there any way of debugging more than one set of PCA10040 "at the same time" on just one...
Hi ,
I have a project there wtih 2 devices , which is 1 slave and 1 master for Immediate alert service. the master will scan the slave for connection , but I don't know...
Hello.
After pairing with a tablet or computer, if you leave it for a few seconds without operating it
I wrote out the cause of the disconnection by debugging.
"Error...
refer to: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk%2FUG%2Fnrf91_DK%2Fboard_controller.html devzone.nordicsemi.com/.../problem-with-uart0-on-nrf9160dk...
We have a hardware with a few external sensors and devices, such as displays, accelerometers, etc.
These devices are initialized within Zephyr, before our main loop.
For...
Hi,
What I would like to do:
I'm attempting to compile pc-ble-driver connectivity firmware with S132 v5.0.0. Following the instructions on the pc-ble-driver repo on Github...
Hi All,
I am using nRF52833 to make a Thread end device, and encountered a problem with the Thread network configuration in NCS. I want the device to connect to the Thread...
Dear Nordic expert,
I'm using nRF52840 as central with SDK 16.0.0.
I establish a connection with a peripheral (phone) and then I need to drop the connection. I set a timer...
Hi, everyone on the community
When using the BLE_APP_UART example, the serial port sends a packet of data to the mobile phone every 10ms, resulting in the device disconnecting...