I am trying to run some of the more basic examples included in the nRF Connect SDK on the nRF5340 included in a Thingy:91 X . I have installed the latest version of the nRF...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...
Hello,
I am using nRF54l15 and nRF Connect SDK v2.9.0
I need to know if there is any way to disable the cfg_changed callback at runtime. I want it to be called in case...
I am in the process of getting a Nordic Thingy 91 X up and running for an upcoming development project. However, I’m having some problems getting the Thingy to connect to...
I had to modify the modem_cellular.c file driver in Zephyr to make it work for a SIMCOM modem. I know I could try getting a PR to Zephyr approved but it'll take some time...
Dear Team,
I am experiencing issues updating the firmware image on my custom board based on the nRF7002, using an external SPI NOR flash ( is25lp064 , 8MB). The board...
nRF52810 will not enter deep sleep (system level power management). The method used is through pm_policy_next_state, sleep entry function , sleep exit function, and PM notifier...
Hi everyone,
I'm trying to use nRF52810 with SoftDevice S112 to sample five ADC channels. I'm finding this very weird issue, where first channel is showing correct value...
Just getting started with Nordic toolchain and I got this error below.
=== updating civetweb (modules\lib\civetweb): --- civetweb: cloning and initializing Initialized...
i need a code for when button press after one second delay led will glow continiously whenever again pressing the switch it will stop glowing using apptimer
Hi, Everyone
My development environment is sdk15.3, nRF52840, Keil complier
The link error file is attached below.
Also I am going to use AES-CBC method.
Which example...
I'm experimenting with the USB MSC example (SDK 15.3) on my nRF52840 DK. It seems to work well in the polling mode as delivered. However, when I try to run in interrupt mode...
I have a serial port set upp with the serial port library like this:
#define UART_PIN_DISCONNECTED 0xFFFFFFFF /**< Value indicating that no pin is connected to this UART...
Hello,
I am trying to get started with the 9160-DK. So far it does not seem similar to the 52840 so I decided to take to the "Getting Started Assistant" within nRF Connect...
Hi, I'm using nrf52832 and SDK15.3. And I'm using the ble_app_uart example. The device will go to sleep mode if there is no connection for 3 mins.
My questions are:
1...
I'm calling sd_ble_gap_adv_start after a connection disconnects to start advertising again and it's returning err_code 12... which is NRF_ERROR_DATA_SIZE. However, the documentation...
Hello,
I am currently working on a project that involves the host device to send configurations parameters over to the device. I was hoping the connection between in device...
Hello All,
We working on OTA features with nRF52810 using sdk16.0 . When we are trying to upload the firmware zip format through mobile its giving error "upload failed:Insufficient...
Hi,
I am new at mesh .I use SDK UART coexistence example to test, and I can scan Ble uart demo by nrf Connect APP. But I can't scan Mesh node by nrf Mesh APP. I've been...
I am trying to program the Nordic nRF51822 MDBT40 Series module to communicate to an STM32 processor chip. The way I understand the procedure is as follows:
First, I must...