Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
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...
Hi Team, I need to integrate FreeRTOS into the ble_app_hrs_nfc_pairing example. What are the ways to integrate FreeRTOS into ble_app_hrs_nfc_pairing? I need to create two...
I have bought an nrf9161-dk and following the documentation, I was installing the asset tracker using nrf-desktop v.4.4.1 (because v.5.0 crashes everytime I open it in full...
I am aiming to connect the Gateway and Headset 1:1 and output stereo from the Headset.
The Gateway side is 16-bit I2S and the Headset side is 32-bit I2S, and I am able to...
Hi, I have an issue I can't understand. I'm getting the TRICKLETIMEOUT (Trickle timer timeout) ERROR 64 from my nPM1300.
If I understand correctly:
1. Trickle charging...
Hello,
I need to integrate the BLE BAS Central sample into a custom application.
The provided sample compiles as a secure application, and the `_ns` build configs are...
Hello Everyone,
For some time now I'm figuring out the best way to perform timer synchronization with µs-accuracy (+- 20 µ) between several BLE nodes in a star network with...
HI all,
So after realizing that I needed to Just-In-Time provision my Thingy 91 in order to add the device to my nRF Cloud account, I began the process described in this...
If I want to set up a write without response going from the GATTClient to the GATTServer, do I set up a service and make the characteristic there in the Client or do I still...
I recently enabled power management in my code base by adding these two oiptions to my prj.conf:
CONFIG_PM_DEVICE = y
CONFIG_PM_DEVICE_RUNTIME = y
The code runs...
Hi Nordic Team,
I am using a matter lock sample code for my application development and modifying a sample lock application for power source cluster support for the matter...
Hi,
We are facing the same issue as in this post but the solution is not working for us. The old post : https://devzone.nordicsemi.com/f/nordic-q-a/109161/problem-with-flash_manager...
Hi Nordic team,
I hope this message finds you well. I am currently working on developing applications for custom boards utilizing the nRF Connect SDK v2.4.0, with a particular...
Hi,
I'm new to all this, I'm using the nRF Connect app and it's amazing! I'd like to know if there's a way to: 1. create a global macro controlling multiple devices? 2....
Hello everyone! I am having some trouble in connecting two peripherals to a single central station.
As peripherals I'm using 2 nRF5340DK flashed with the UART-Peripheral...
I am working on interfacing MT29 flash driver on nRF52840 and trying to add littlefs file system on top it. while Integrating I was getting mount errors. when I tried to debug...