Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
I am using nRF52840, SDK 16 + s140 with segger embedded studio.
I have already added NUS service to my application by taking reference to ble_app_uart example. I want to...
I need to somehow connect 10 i2c devices to nrf52, to do that I need 5 i2c peripherals, but nrf52 has only 2.
I see different options:
1) Use multiplexer. Probably a good...
Hello, support team.
I try to use nRF Connect v3.4.2 on Ubuntu 16.04.6, VMware.
But there is no response after executing specific application eg. Bluetooth low energy...
Hello everyone,
I have problem with a code for reading BME680. Here is my code the values display are wrong and never change.
Thank you for your time. I used this Library...
When adding the DK to my nRF cloud account, I get the following error message: " There was an error adding your device: nRFCode 40102: Ownership code [HWID] is invalid for...
nRF52840, SDK v16.0.0 SD140v7.0.1
Our electrical engineers gave us a hard ATT_MTU limit of 65 bytes, so as to keep the peak current low on the battery for our ultra-low...
Hi,
I'm running into a problem where a TWIM TX call gets stuck internally waiting on the NRF_TWIM_EVENT_STOPPED event. It never breaks out of this while loop in the twim_xfer...
Hello,
I'm trying to integrate the nrf Calendar example here with Current Time Service client implementation on a nRF52840 DK.
I'm trying to understand the logic of the...
Hi, i am new to the nRF52832, Now I want to use it in development.
I need to use it to send Running Dynamics data.
I would like to ask everyone, is there a related demo...
Dear all,
I'm developing my thesis project and I'm using 2 custom nrf52840-DK. I manage to implement BLE and the 2 boards actually connect and communicate beetween them...
Hi... I am using 15.2 version sdk , i have merged ble_app_uart and twi_sensor example code . complied successfully but while running after two output data i am getting fatal...
Hi,
I successfully added libuarte async library to the ble_app_uart example. Now I am able to receive data over UART from another board and my goal is to transfer it to...
While still trying to debug the disconnect problem in a different thread (unsuccessfully), I've gone to the ATT_MTU_THOUGHPUT example, to try and understand it and gain more...
Hi,
I am working with a custom board with a third party NRF52832 module. On my board I have a DS3231M real time clock IC communicating with the NRF52832 via I2C/TWI and...