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 working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Hello I have two questions about advertising:
1. First, I was wondering was if there was an example that shows how to set up a callback or some property that only allows...
while reprovisioning NRF-9160DK if i try Create JITP Certificates following issue observed.
There was an error generating the certificate: A Nordic Semiconductor product...
We are facing issues with the NRF7002. The device is able to connect to the network but does not receive a DHCP IP address when using a specific router. We using the NRF7002...
Based on sdk15.3, nrf connect app version 4.28.1 does the following: 1. Change the dfu code to the ble_app_hrs example, and the bootloader also enables pairing and binding;...
I have implemented NUS on device A and confirmed that it can be connected from a PC by making it the advertising sender.
Device B can scan device A's advertisements and...
Hello, I am using W25Q512NW ( https://www.winbond.com/resource-files/W25Q512NW%20RevB%2007192021.pdf) in my custom board. I want to store the sensor data in this flash.
...
Hello,
We have a BLE product using the nRF52840 and nRF Connect SDK. After upgrading our firmware to use nRF Connect v2.6.2 we intermittently get this assert from the SoftDevice...
Hello, I have a BLE Mesh application which is advertising the Mesh Beacon. If after mesh is enabled, I configure and advertisement for showing manufacturer data, the Mesh...
Hello,
Currently, we are using a bootloader on the nRF52832 with the nRF5 SDK, and we are considering migrating to the nRF52811.
We have identified two possible options...
I am using the nrf connect sdk manager to download a tool chain (any version) and they always error out with this error below. I am on WindowsARM 64. I am not sure that matters...
Hello,
I am using the following device and development kit:
Device: NORA-B106-00B (nRF5340)
nRF Connect SDK: 2.0.2
When an interrupt is configured on the GPIO...
Hi, in our project with the nRF5340 we desire use the nRF21540 to have a long conection for BLE, the problem is we don't have any pin free in the nRF5340 to manage the nRF21540...
I have configured new UART in zephyr.dts device tree like this" "/ { chosen { zephyr,console = &uart1; zephyr,shell-uart = &uart1; zephyr,uart-mcumgr = &uart1; zephyr,bt-mon...