I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...
Hi there,
We have a device that utilizes an NRF52840 chip. Several threads on DevZone - including this one and this one - warn about the dangers of applying voltage to a...
Using FreeRTOS and SDK 15.3 on nRF52840 and SES, SD 140
I'm following along with the NUS example project in this particular release and have a problem I'm a little stumped...
I'm developing firmware for a RAK4630 for IOT purposes. According to the datasheet, the average consumption of the nrf52840 is 1.5 ua in system ON mode. Mine is measuring...
Hi all,
I may have encountered an issue with nrf9151DK board.
When I only set LED1 with dk_set_leds (DK_LED1_MSK) the LED1 and LED2 are both lit.
Setting other leds...
I am using XiP with partial code running from MX25. I am facing issue where I am getting hard faults when Erase is happening and at the same time the ISR from XiP region is...
Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means?...
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...