Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hi i planing to create some PCB with chip NRF52810-QFAA-R.
The pins on package is bit small so i wonderng if is possible solder this chip with home equipment (solder stencil...
Getting undefined reference to `<already_defined_variable>'
So I was using SES v5.70a
Actually I was new for the developments using SES for Arm MCs
I picked up an...
I'm using the nrf52832 wth nrf SDK17.
I defined a linked list to organize my data.
Usually, I add or delete data in ble_evt_handler and operate them in other interrupts...
Hello,
I'm developing for a 5340 and using VS code, NRF SDK, and a Segger jlink plus.
My app with Wi-Fi enabled is large:
Memory region Used Size Region Size %age Used...
Hi, this is the error: C:\nrf_sdk\nrf5_sdk_17.1.0_ddde560\components\libraries\log\src/nrf_log_backend_uart.c:87: multiple definition of `m_uart'; Output/Debug/Obj/ble_app_blinky_pca10040_s132...
My main goal is to update the firmware over FOTA on a nRF5340, but with a signed firmware update file, and the bootloader verifies it. This is possible with mcuboot and works...
Hi,
We have been using SDK version 2.1.1 and currently are in the process of migrating to SDK version 2.5.0.
Would be helpful to get some hint regarding what conditions...
I am facing issue with BLE advertisement in nRF52833. The board I am using is rayBeacon : nRF52 on-the-go Development Kit. The code I am using is example code from nRF Academy...
I am trying to write and code of aes encryption and decryption using ccm mode for my application on nrf52832 controller. I have went through some example on Github for the...
I am developing UARTE using nRF52840.I use a wire to connect the TX and RX pins together, and send something out the TX.
However, RX did not receive any data, and the interrupt...
Hi,
I have the separate working codes for the TWI0 and the SPI1. However, when I combine them, it doesn't work: sometimes it takes forever waiting for the NRF_DRV_TWI_EVT_DONE...
Hello, I'm trying to figure out how to work correctly with timer 0 in the nRF24LE1 microcontroller.
1)The Cclk frequency in my case is 16 MHz
2)Given a fixed limit of...
We are new to Nordic and have been making great progress with our nrf52840DK board and successfully running many of the Nordic SDK examples. We can't seem to find a single...