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...
Hi there,
we are a student project and are using the nRF51822 Chip with the MDBT40 module. We designed our own custom PCB and followed the instructions for the circuit as...
I have a subroutine that exercises the SPI interface and only at certain points in the code it won't execute the SPI subroutine and goes into the disassembly when single stepping...
SES IDE, nor nrfConnect programmer tool sees the JLink programmer attached to my PC. No "idcode" in SES. No devices appear in Programmer.
Windows10.
JLink_Windows_V764e_x86_64...
Hello,
I am beginner to work with Nordic, I am trying to setup the development environment for nRF5340 Chipset.
For that install nRF Connect Desktop v3.11.0 version. ...
Hi Team
My SES crashed suddenly. When I tick file->nRF Connect SDK Project, It show below error information. I have try to re-install the NCS from toolchain manager. It...
Hi Team,
I have nRF52 DK PCA 10040.
PC: Windows 10 pro
IDE: Keil uVision 5
Working with nRF5 SDK 17.1.0 with S132 soft device .
To execute the code , first i flashed...
Hi,
Zephyr 3.0 , nrf5340 ncs 1.9.1
i can successfully sent data with
this function ;
So it sends 2 transactions without changing cs state.
1byte tx+rx , and...
Hi,Master:
In BT core_v5.0 2.3.5.6.3 Authentication Stage 1 – Passkey Entry, as shown in the figure below
Question: Why does the process loop 20 times, verifying one bit...
Hi,
I have used the nRF Connect Mobile app to connect a BLE device to my Android device. Once bonded, I can receive temperature signals as expected without issue. I can...
Hi,
I am testing MCUboot in nrf52840 DK
I know that MCUboot can image update using slot 0, slot 1, and scratch area
If so, is it possible to update the softdevice(BLE...
Hello,
We are working on NRF52832 + nRF Connect SDK 1.8.0 for our upcoming product. We need to do OTA of our Firmware.
Could you please help with pointing to the right...
Hi Nordic,
We are using NRF52840 and the NCS sdk to design a new product which may have multiple threads designed. And each thread may need to do some BLE operation at the...
Hi,
I'm developing a peripheral driver which involves UART. I encounter an issue I'm not sure how to proceed.
In my design, I have
main.c
device_drv.c
device_drv...