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...
Good morning,
I am trying to figure out how to write unit-tests using NRF Connect and Zephyr on Windows. Therefore I am trying to use unity as described here:
http:...
I have developed a custom board using nrf52840 IC and I need to use UART. For this I have two pins available P0.19 and P0.20 to be configured as RX and TX. I checked those...
I am using a BC840 on custom PCB for a low power data logging application and am struggling to get lower than 270uA sleep current. This part has the 32mHz external crystal...
Hi,
The python nrfutil package doesn't seem to be actively maintained.
Latest updates don't support python version > 3.9 which are now default versions for latest Linux...
Hi
We are migrating from Segger Embedded Studio (SES) to VS Code for developing in the nordic connect SDK. We are using the RTT logger for debugging our device. In SES you...
Hi,
I downloaded the project for PCA10040 with HID Mouse in ...\examples\ble_peripheral\ble_app_hids_mouse\pca10040\s132\arm5_no_packs . From Iphone and computer, I could...
Hello,
in my project i want to use watch dog timer in ble_app_uart_pca10040_s132 but am getting error as shown in image1, even after including driver files and paths
...
hello,
I'm trying to use RSSI Viewer for my custom board - problem is I need to change UART pin.
How do I make my own FW/binary for RSSI viewer?
My custom board uses...
Hello,
I'm very unexperienced with low-level programming, so I apologize is some of my questions make little sense.
We have this board that sends telemetry data using...
Dear Support,
I updated the nRF Connect for Desktop's Programmer to v3.0.0 and noticed that it is no longer possible to write a file to a nRF9160 using a Segger jLink without...
I am currently programming an evaluation board to get to know BLE better. Currently I am using the nrf52811 on a custom board.
So far I used an example from nordic to create...
Probably there is already some solution here in the forum, but I couldnt find a fitting one.
My problem: I have custom code on my nRF52840 DK, which is used as an aggregator...