Hi,
My customer use nRF52840 with nRF5 SDK 15.0.0.
They have come up against the difficulty that uart RX pin instability.
I have searched the DevZone and it's advised...
Hi Nordic Support,
I have been waiting for many years to see our end-user devices (Android, iOS, Windows, and Linux) such as smartphones, tablets, and computers to support...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hello Nordic Team,
I have a nRF52833 DK with me.
I am using nRF Connect SDK v1.8.0 and through that using Segger Embedded studio loaded the Light switch example to nRF52833...
Hello,
What is the difference between 2 devices which are constantly scanning and 2 devices which are connected? Also, how do I code 2 devices to connect to each other?...
Help me please!!!
nRF52840 DK stops to scan after 3 hours working.
Project is based on central_nordic_uart_service.
Scan params
it works fine 3 hours and then BLE...
Hi.
I'm working with an NRF5340DK using NRF Connect SDK in a project where I need to decrypt an input text with a previously adquired key usign AES128 CTR, but I've been...
Hello!
I have been trying to connect to T-Mobile's NB-IoT network using a NRF9160DK with a Twilio Narrowband sim, but have been unsuccessful so far. I have been able to...
Hello,
We designed a custom board with nrf9160 (modem firmware v1.3.1) that runs an asset tracker type application.
The application uses both, LTE and GNSS:
logs sensor...
Hi I am currently using an nRF52840 SoC and I already have both I2C buses in use, as my application requires multiple I2C sensors with the same address. That means I can't...
I'm using SEGGER's SystemView tool to get some insights on my code. I see which interrupt number is activated, and want to figure out which code actually runs.
looking at...
Hello,
I designed my first custom board and I'm happy to have it running. When I developed my test application, I used printk() to send debug information to the console...
I am working with nRF connect SDK with nRF5340DK. I am compiling code using nRF connect (ncs-1.8.0) for VS code with nrf5340dk_nrf5340_cpuapp board.
prj.conf as below, ...
I am trying to store data to the UICR using SDK16, mesh SDK 4.2.0 and the nRF52840 chip.
I want to write to the UICR once on runtime and never again. To avoid messing with...
Hi, all
I have some issues about developing on nRF connect SDK with VSCode:
Go to definition for macro always jumps to the wrong place. For example, BT_DATA_BYTES...
Hi all, I am using nrf52 with Softdevice 113 v7.0.1 and SDKv16 and FreeRTOS v10.0.1 and I am experiencing some issues with FreeRTOS timers expiring earlier than expected when...
Hi again,
A small edit to make this clear: Is it possible to update netcore using a single slot setup
After asking on another thread regarding something similar Simon...
I want to develop a low power device which enables connectivity for reading and writing data to its internal flash. The access should be with NRF_UART application
The access...
I was at 1st trying to use libuarte and it worked. However, talking to Edvin has convinced me to use something else as it is very resource heavy and I do not particularly...
Hi, I'm trying to connect an external I2C device to the nrf9160DK and read some registers. I'm using NCS v1.9.1.
I have my file nrf9160dk_nrf9160_ns.overlay defined like...
Hi!
I have been struggling with this for some time now.
I have a custom board with a nRF52810 that I want to run the ble_app_uart example as I wrote above.
I have made...
Peer Manager:
1. I am not sure whether my Nordic board and mobile app is just connected or paired, I am able to transfer data between the board and the mobile. How to...