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 found a topic that discuss the LPUART power consumption.
In this discussion, it is mentioned that the power consumption of LPUART was introduce by GPIOTE IN, which...
Hi! I've been trying to get the QSPI peripheral working with my hardware's external flash (up until now I've just been bit-bashing)
I've got two main issues...
First,...
Hi.
I use 5340 + spim 32M (nrfx driver) + ncs 2.0.2 + LVGL library. (display driver ic is RM69090)
I try to communicate display with spim and success work. but refresh...
hi devzone
I tried connecting nrf52832 dk board - debug out to bluetooth module nrf52832.
I refer to this picture.
at fisrt, it was successfully to connect dk...
Hi Nordic,
I have got an nRF52833 DK PCA10100. In SDK17.1.0, there are few examples about nRF52833, for example, what should I do if I want to use examples\ble_central\ble_app_multilink_central...
Hello,
I attached LIS2DS12 accelerometer sensor driver to the nrf5340 board, and I am trying to do (1) i2c access and (2) single tap interrupt handling (the sensor activates...
Are there any samples that show how to use the nRF PPI subsystem with nRF Connect?
My task is to configure the SAADC to take samples at 200hz, collect the samples into BLE...
Hello to the community!
I have two nRF52832 sensor nodes and aim to implement synchronized sampling of all sensors, including synchronization between sensors of the two...
Hello,
I've implemented DFU OTA updates and it works using the nRF Connect app. If I wanted to do this from a custom app from my phone, how would I approach it?
I've...
Hello,
I'm using the nRF Connect SDK v1.9.0 and a nRF5340 on a custom board.
I want to use MCUBoot as a primary bootloader. On the development kit, the UART connecting...
We have updated our firmware runnung on an nRF9160 from SDK 1.9 to SDK 2.1 using the now deprecated SPM (We will upgrade to TFM soon).
When booting our firmware, we initialize...
I've disassembled sd_app_evt_wait() in SoftDevice S140 v7.0.1 and clearly see that inside a loop, it calls WFE -> SEV -> WFE. (It also manipulates the MWU and looks at interrupts...