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...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
I work nRF52840 + nRF5 SDK(S140 v7.2.0)
If I call sd_ble_gap_connect() for a DeviceAddress of an already connected device, what will be the result?
What will be the error...
I am currently developing with the nRF9160DK and nRF7002DK. My project is to use the nRF9160DK as an external MCU to control the nRF7002DK's wi-fi and BT like a module.
...
This issue is exposed, or exacerbated, by our ongoing project of trying to upgrade from NCS 2.3.0 (Zephyr 3.2.99) to NCS 2.6.1 (Zephyr 3.5.99).
In our product, we emit log...
Our projects don't need all the repositories fetched by the default nrf/ncs manifest.
Is it possible to use a custom manifest repo or manifest file while installing the...
I'm looking in to an application that needs to support Bluetooth LE as well as a custom ANT+ profile. We were planning on using Zephyr for this but it looks like I might not...
We have been testing our nRF9151-based device with the nRF Cloud Multiservice sample program and had to debug some SIM-related issues. It turns out that the UICC slot was...
Hello,
Can the NRF52840 module connect with normal Bluetooth modules (such as HC05, HC06)? Is it necessary for the normal Bluetooth module to have BLE support? If so, can...
Dear Devzone,
I can no longer build Nordic's Wifi provisioning (BLE) sample together with custom nanopb code using SDK version 2.7.0. It worked fine in 2.6.1.
Steps to...
I have followed the installation instructions for the nRF52840 on 2 separate Macs using the latest version of all of the packages AND using the proper packages for the respective...
Hi,
If I launch "nRF Connect" inside of VS Code, it uses PowerShell by default.
But if I use the Toolchain Manager, it will open the Command Prompt terminal instead...
Hi all,
We have an application which uses both MCUboot and a watchdog timer. This combination seems to be causing issues anytime we attempt a soft reset using sys_reboot...
Hello Team,
I have have loaded the modem FW 2.0.1 and Serial LTE Modem application on my NRF9151-DK from Quick Start. I wanted to test the RAI release functionality and...
Hi,
If the image we falshed using mcumgr is 90% of the allowed image size mcumgr flashes the unit without a problem, If the image is 98% the proccess seems stuck.
...
I am receiving bytes from a GPS module and passing them to BLE UART example app configured to use UARTE1 and asynchronous API.
After few minutes of running it starts leaking...