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 build the Zephyr NVS example that came with nRF Connect SDK version 2.7.0.
When using the nRF52840-DK and in my build config selected nRF52840 DK nRF52840, the application...
Hi,
I have some query regarding the beacon configuration. Could you please help me to find solution.
What is the maximum practical distance that can be achieved in...
Hello,
I am using the nPM1300EK connected to a nRF54H20 DK over i2c interface. I am trying out the "one button" sample code ( https://docs.nordicsemi.com/bundle/ncs-latest...
We are able to update the firmware of our nRF device over BLE using the nRF Connect mobile app.
However we're looking for a solution to replace the nRF Connect app with...
Hello,
i'm developing a firmware for nrf5340dk from 4-5 months using VS Code and Nrf Connect SDK v.2.3.0. Everything went smoothly until now but about a week ago i started...
Hi,
Can you tell me what LED5 on the nrf52840 DK indicates? When is it on? When is it off? 2 observations I have made:
When the DK is connected to a development computer...
I am new to Nordic (coming from STM32), and I am trying to set up a basic timer with multiple compare channels. For this simple example, I want a timer that triggers a compare...
SDK: nRF5_SDK_17.1.0_ddde560
example: secure_bootloader_ble_s132_pca10040
The example works when I use the S132, but when I replace with S312 it does not.
i have already...
Hi there,
We are currently using nRF Conenct SDK revision v2.5.0
https://github.com/nrfconnect/
Initially started with v2.6.1 but had to downgrade to v2.5.0 due to some...
I'm getting error:
When trying to use any of the time related functions: localtime,strftime etc. I have the
"#include <time.h>" in the file, but armgcc is acting like...
Hello all,
I am designing a custom board utilizing the nRF52832 QFAA. For the first version of this board, I am attempting to closely replicate the layout of the nRF52832...
Hi
I want to be able to access some build type variables in my C code in a Zephyr project (using west as the build manager) to be able to show them on a screen or in logs...
Hi,
I am working on nRF52840 DK for Bluetooth Locator Tag following guidelines as per Bluetooth Fast Pair: Locator tag (nordicsemi.com) . I am receiving following error...
We have developed a custom board based on the nRF52840-CKAA-R7.
Development is well into the re-release phase, and I am having some issues with battery life.
I've done...