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...
Hi,
I was testing the BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE event and I did trigger the event but i was wondering if that it's normal that It triggers after I send all my...
If this has an answer, I did not look as one loses position if one checks.
IN any case, I have a working application running on the PC that uses the pc-ble-driver to access...
Hopefully a simple question: is it possible to define a vendor-specific sensor type for the standard Mesh Sensor Model?
The nRF Connect SDK documentation seems to be confused...
Hi,
as I said before I am working with nRF52832. I can connect with nrf and program it. for example I can make an LED to blink. but when I run the esb_ptx example the program...
Hy.
I use nRF24L01P+ in many projects. I buy it in the form of a pre mounted board, with an LNA on board, for ex. from this site:
http://www.icstation.com/24ghz-ml01dp5...
Hi Sir,
For nRF52840, we have a layout guide, nAN-40, can reference.
For nRF9160, do we have the information of land pattern or similar document can reference?
Thank...
Hi,
In a project I am working on with the nRF52840 I will need the ACL to protect a private key in the flash memory. With help from another post here I put together the...
Hi,
I am using an nRF9160 dev-kit and I am debigging some connectivity issues.
Unfortunately there is some random bahaviour on the Serial Interfaces, which are exposed...
I am a recent student interested in Nordic. I know that my skills are very, very poor. Sorry for asking this question T_T I want to use i2c sensor vl53l1x. I tried to refer...
Hello,
I am developing a Zigbee coordinator with the nRF52840 DK and with the nRF52_SDK_for_Thread_and_Zigbee_v_4.1.0. I flashed the CLI example and everything works fine...
Hello,
could you advice me where can I find description of nRF5 anomaly 211 - the one described in nRF5 SDK 17.0.2?
Citation from 17.0.2 release notes:
...
...
Hi,
I intend to use the DFU BOOTLOADER in my product.
I’m using a PCA10040 DEV board for the tests with S132
I download the nRF SDK V17 and I compiled and I tested the...
I understand that nRF-9160 DK has Segger J-Link to program target devices / custom boards. Can this be used to program any ARM Cortex Debug Connector (10-pin)? Or I can program...
Hi. I am using nrf52840 with Softdevice 16.0.0 + BLE_uart_peripheral.
The SPI master transmits 2 SPI packets every 10 ms. At the the SPIS event handler, I call ble_nus_data_send...