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...
I am using FreeRTOS and some of the commands there have two flavors: for using in regular code flow and when are executed from an ISR, but in nRF SDK components and examples...
Hi All,
I cannot get the NRF_LOG messages via RTT to the debug terminal in SES or RTT Viewer.
My setup: HW: PCA10040 SDK: 17.0.2 Project: nRF5_SDK_17.0.2_d674dde...
Hi,
I followed all the steps to get NCS up and running with SEGGER Embedded Studio. However, when I try to open an example, I get this error:
Including boilerplate ...
Hi all,
I am currently working with nRF52832 boards, and I am trying to save some values in my flash memory. I have already created a code for this purpose and I am able...
Hi, I'm currently trying to understand multi-Link and Immediate Alert Server Application (ias) examples in SDK 17.
While I'm analyzing them, I got some questions:
Q1)...
Hi,
I am working on the nRF52832 ,why i can't able to set the low 7.5 ms interval . I am getting the error at ble_advertising_start . Do I want to change anything else?...
We are preparing our nRF52 product for the unintentional radiator test. Currently, the SoftDevice is enabled and we have the low power mode disabled with the following changes...
Hi,
Looking for some guidance on how to use the 'cryptographically secure random number generator' in a Zephyr/nRF Connect SDK application on an 52840
Is this a supported...
Hi sometimes it happen with my nrf52832 based device. The common way I am programming firmware during development is next:
nrfjprog --program fw.hex --sectorerase --verify...
Hi,
I am working on the nRF52832 ,If i want my data to be transmit every 7.5ms then what should I set the minimum connection interval and maximum connection interval ? please...
Regarding that the nrf52811 is able to use direction finding, there is any example for configure a tag with the nrf52811 to be located? Did nordic finally release any AoA...
Hello,
Sorry if it will be long. thanks for the help.
Using nrf9160 dk. The first thing I want to ask is about is the pins. I want to make sure I am using the correct...
Hi
I am currently using nrf52840dk with zephyr, and SPI used to work fine.
Now, as a slave, the kit only reads the data read while MISO is high (this might be what's supposed...
Hi, I am trying to create and FOTA upgradable application on the nrf52811 SoC. I have managed to do the same for nrf52832, but when I repeated the process for nrf52811 it...
Is it possible to use multiple NUS client with NCS ?
One of the problem i see is that nus client callback (bt_nus_client_cb) don't have information about the connection...