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...
hi,
I am using nrf9160+NCS v2.6.1. When the CONFIG_SHELL_BACKEND_RTT feature is enabled, the power consumption increases by 80uA. After investigation, I found that the default...
Hi
Built and flashed ncs2.7.0 SLM application at NRF9151 DK. It will log booting log messages and then "Ready" as below.
Before ncs2.7.0, I found SLM application only...
Dear All.
Using, for instance, a peripheral nRF52840 SoC, would it be possible to change in real-time the text string being advertised, among several prerecorded ones, according...
Hi,
I am following the tutorial to implement the serial recovery on nrf52840DK https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-8-bootloaders...
Hello,
Im using SDK 15 ble pheripheral and central uart example on my custom nrf52832 board.
I would like to know how to set MIN_CONN_INTERVAL and MAX_CONN_INTERVAL for...
Hello,
I would like to send a reason code when disconnecting the client (nRF9160DK) and server in MQTT. How can I do this?
It seems that there is no argument to specify...
When I use nrf_dfu_mbr_copy_bl to do bootloader updating, the data is copied sucessfully, but I find some flash data are updated from 0xFE000 and 0xFF000:
The data is the...
I’m working on a BLE-based door sensor project and my focus is to optimize power consumption for maximum battery life. The code I’m using is designed for a beacon using sdk...
Hi,
really new to the Zephyr stuff and Nordic micros. I've been through the dev academy training examples and get how to use GPIO and I2C by getting a pointer to a device...
Hello,
I wanted to implement a bootloader on nRF52840 which is having 1024KB flash and 256Kb RAM. Can i get any link or tutorial on this if yes can anyone reply to this...
Hi all,
I've been trying to get the samples/sensor/lsm6dsl example working with the nrf52840-based Xiao BLE Sense and have had no luck.
I guess that it's due to the power...
Using NCS 2.5.1. nRF52832 being updated using external flash.
We're having an issue with DFU's on a product that is using a high percentage of the application space (~97...
Using nRF9160. Using NCS 2.6.0. Building for the nRF9160DK with nRF9160. We were wondering if there's a way to enable both the shell and serial bootloader on the same interface...
Dear All.
While trying to complete the DevAcademy course on nRF Connect Fundamentals, using the nRFCommand Line, the VSC, and the Extension Pack to configure the correct...