I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hi,
I am woking on NRF52840.
OS : Windows
SDK version : 15.0
Dev : Keil IDE.
I am using Timer -2, Compare value method to obtain an interrupt.
The interrupt...
The thing I currently try to implement is to combine two 128-bit services in one app - custom and UART.
I arleady made run them separately - one service at app.
Way they...
Hi All
I have started working on BLE mesh network to control lights.
I have following doubts, please clarify.....
1. To implement mesh network, two options are there...
Hello,
I try to receive encrypted BLE PDUs and to decrypt them on the fly using the radio and ccm peripheral. The radio is configured to trigger the DISABLE task when...
I'm using an nrf52832 development board and am trying to implement a simple toggling of an output pin using a timer and PPI. Below is the code I’m using; however, the pin...
The problem applies to both, nRF5 SDK 15.2 as well as to the nRF5 SDK for Thread and Zigbee 2.0.0.
The Nordic UART Service Client (ble_nus_c.h) defines a struct that contains...
Hello ,
I have been using a NRF51 dongle to record data with a software via BLuetooth Low Energy on my computer
I have been experiencing loos of data between my device...
Hey everyone,
1) can you explain me please what is going on by the Link Establishment Process by the Provisioning: do we set up a connection like by the TCP and after...
Hello Developers,
I successfully I made some modifications to the light switch example to transmit a larger payload and I was wondering what changes should I do to have...
Hi all,
I am currently developing on the RIGADO BMD-300 (nRF52832) eval board. I have the following code setup to interrupt on a button press (aim is to have 9 buttons)...
I am working on an application targeting the Fanstel BT840X, which combines nRF52840 and Skyworks SKY66112-11 PA / LNA on a single module.
I am using GPIOTE and PPI to drive...
Hi Nordic devzone...
I want to form a ble mesh network through which a Central can reach any Peripheral in the network, if not directly then through other peripheral. The...
Hi,
I'm following the Border Router Quick Start Guide . In it, it states:
To change the settings, edit the /etc/config/thread_border_router file.
However, that file...