I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi ,
Is it possible to send low rate telemetry data ( 1Kbyte) per day
to smartphone VIA Nordic NFC solution.
So ... the smartphone read the stored memory in nordic...
Hi teams,
As the title describes, how can I find source/destination address inside mesh model callback functions?
Is there any API functions? Or should I modify callback...
During the pairing phase, LTK will be generated for the secure connect, and no LTK will be generated for the legacy pair, but LTK will be generated for the subsequent bonding...
Where can I find documentation of http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.2.0/nrf/samples/nrf9160/serial_lte_modem/README.html#serial-lte-modem IP UDP low power...
Hi, I am trying to create a custom_service for my application.
I am using nRF52832 SDK_16
SES
I want to create the BLE_SERVICES
which has send characteristics and...
Hi,
I converted ble_app_beacon example to Segger Embedded Studio (using version 4.30b), as per the instructions in the link https://infocenter.nordicsemi.com/index.jsp?topic...
I configured a NRF52832 with non-scannable and non-connectable as well as scannable/connectable advertising. Everything is working fine.
But I want to fully understand the...
I have an existing phone app (using the traditional GATT system), and I would like mesh-enable my products so that if the products can see each other, then the phone can connect...
nRF51822 PS says standard drive GPIO output voltage will be VDD-0.3V ~ VDD In our previous project w/ nRF51822, I found it to be very close to VDD when connected to GND via...
Hi... i am using nRF52832 ,15.2 version sdk . I want to send the data from esp32 to nRF52832 through Rx ,Tx . I have done connections rx,tx,gnd . I can able to transmit the...
Hello,
I'm trying to setup an automated pairing for two devices. My peripheral device is advertising and should only allow connection requests from a specific central device...
I'm developing a multirole device to connect to a peripheral device that we developed earlier.
The multirole device when acting as a central device it scans for the peripheral...
To the kind attention of Nordic support team,
1. I have been using secured gazell library, where master is always polling in order to receive a message.
I was wondering...
Hi!
I'm developing a TCP server running on th e nRF9160, but there seem to be a problem with accepting clients. The code is very simple, just calls to socket, bind, listen...