Dear Nordic Team,
After gaining experience with 3G and later 4G LTE-M over the past few years, I have observed a significant gap in the deployment of LTE-M in many countries...
Question about dtm testing of the nRF54L15
I noticed that the nRF54L15's Radio supports 4M mode, and I would like to use the Wireless Connectivity Teste with the DTM firmware...
While creating a new board in step 2 of the exercise, there are a couple of problems with the sub-steps 1-5:
First, sub-step 1 says to name the board "DevAcademy nRF52833...
Hi, I am working on a project that collects data from various sensors and transmits it to a Mobile application via BLE. Can I use Isochronous Streaming for it? Can I set up...
Hi,
I have an application based on the "peripheral_uart" sample code (nRF52840DK, NCS2.70)
As I use interchangeably the same pins as GPIOs and UARTE1, I use UARTE1 with...
Hi.
I'm playing with an scenario based on two nrf52840dk and a dongle.
I have deployed a OTBR on a Linux Ubuntu22.04 and flashed the dk with OT COAP Server and Client...
From "nrf_section.h" (__GNUC__):
Example for the section name " log_const_data ":
NRF_SECTION_DEF(log_const_data, nrf_log_module_const_data_t) //: extern nrf_log_module_const_data_t...
When using the adafruit feather nrf52840 , the lowest I can seem to get power usage is around 400uA (including with the boards/nordic/poweroff sample ) .
This is my device...
Hello
I'm exploring the mesh dfu transfer, get some strange results
Here is the setup
1 distributor, 1 target
On the distributor I start the transfer with mesh models...
Hi,
I need to setup shell interface on both sides to exchange sensor data via uart.
The connection is as follow: cable 1: nRF52840DK Pin (TX - P1.02) → nRF9160DK Pin...
Hi,
I am converting my NRF52 SDK application to NRF Connect. You can find the working project here: https://github.com/jensb1/zephyr-example . It is mainly to get the components...
Hi,
I started evaluate actinius_icarus/nrf9160 board and create a new project copy secure_mqtt_sensor_actuator, I choose actinius_icarus/nrf9160 and despite an exclamation...
i can't create multiple services with the same base uid-128 bit and two service id 16 bit i have created one and its working . this is my code and the error is
Hi,
We are using nRF Connect for Desktop as the production fixture to test the BLE function of our products. To automate some testing procedures in production, we want to...
The advertising PHY is set to 1M; is it fixed? If so, I'd like to understand the reason by reviewing the relevant technical documentation. In the example, it is set to AUTO...
Hello.
I have an nRF9160DK and an nRF7002DK. My goal is to set the nRF9160DK to use the nRF5340 as a module to connect to Bluetooth.
There are two main things I want to...
Hello,
I am considering implementing SPI communication as the transport layer for mcumgr in my application. The setup involves an nRF52820 as an SPI slave and an nRF52840...
Hi everyone,
I am using the S25FL064L memory with the nRF52840 microcontroller and I have a reading problem.
I can read the memory using READ4O mode (opcode 0x6B) but...
Hi Nordic Team,
I'm trying to enable modem tracing on the gnss sample code on my nrf9160dk but have been getting the following error:
Per suggestions on similar threads...
Hi All.
Regarding this exercise, are we sure there is no bug in the https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/ documentation?
After installing...