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, Wanted to report an issue with iOS BLE transfer speed being lower than expected on nRF5340 (nRF connect SDK) We tried to get the same throughput on BLE as nRF52840 and...
Description: I need to create an SBOM. Currently, I am using NCS SDK V2.7.0 and Visual Studio Code Version 1.93.0. I want to use the example peripheral_uart to create the...
I'm developping an application on the NRF52833 chip with DFU using BLE
I havn't deployed a lot of thing in my software and I was surprised to see that my software doesn...
I tried using the 'externallib' sample with toolchain 2.7.0 and SDK 2.6.1, and it works fine.
However, if I add something like #include <zephyr/kernel.h> in 'mylib.h'...
Hi Nordic,
I am using modem nRF9160 to send a couple of bytes to my server. However, I have a problem with the PDP context. More particularly, when the PDP context is...
Hello, I have combine mouse with keyboard HID_12 and keyboard with media HID_23, but not able to combine mouse with media and all 3 together! Here are my HID_12 and HID_23...
I developed a project that using static passkey to pair and bond with nRF SDK17.
It be fulfilled by the follow way:
However,when I turn to NCS,I don't know how to...
Hey,
We've been using the pynrfjprog HighLevel API for our production programming, and I see that's now deprecated. There aren't any examples showing how to program the...
I am developing a keyboard using "ble_app_hids_keyboard" of SDK17.1.0 version. When I look at the log during testing, "High Duty Directed advertising" appears repeatedly and...
I'm working with an nRF5340-based custom hardware setup that includes an audio codec and a microphone, and I'm testing LE Audio functionalities. My setup involves running...
Hello,
We use nRF5 SDK v17.1.0 (soft device S140 v7.2.0) and it works well except that when receiving many message over bluetooth the device reset due to memory being full...
The link https://www.nordicsemi.com/Products/Development-tools/nRF-Util/Download?lang=en#infotabs doesn't provide direct download URLs (for instance if this should be scripted...
I'm playing around w/ concurrently running ESB and BLE. Wanted to start off w/ the sample code provided here - https://github.com/too1/ncs-esb-ble-mpsl-demo . I was able to...
I'm currently porting a project that was originally developed on NRF5 SDK to Zephyr RTOS.
We used protobuf in varoius places. We also have multiple different conditional...