Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I want to interface SCD30 Sensor Module with nRF 52832 Board through I2C. Can I interface the sensor "SCD30 module" using nRF Connect as I am not getting .h file (Zephyr RTOS...
Hi,
I've written an app for the nRF52840 dev board using the nRF connect SDK. Now I'd like to port the app to the STM32F4 discovery dev board. I've managed to get the app...
I'm using s132 v5.1.0 in my Server Peripheral application. The documentation for sd_ble_gatts_hvx() says that when using it for Notifications, a return of NRF_ERROR_BUSY ...
Hi,
I'm trying to implement the FATFS example with the SD Card access into the Mesh DFU example. Setup is SES v5.44, SDK 17.0.2, Mesh SDK 5.0.0 and S140.
After the...
Hi,
I have been looking into the passkey for BLE connection but didn't found any clear documentation or any example on this. If we have one central and one peripheral...
Hello, I am a student who wants to improve myself in the field of nrf and this is my first question. I am using NRF24LE1. I can run Timer0 and Timer1 separately in main function...
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...