Retrieving Custom Firmware Version from nRF52 BLE Controller to nRF9160 Host
Product: nRF Connect SDK v2.6.0 Hardware: nRF9160 (Host) connected via UART to nRF52832 (Controller...
In nRF cloud, in the device list ( https://app.nrfcloud.com/#/devices ) it is difficult to manage larger number of devices because of lack of search and limited sorting. ...
Hi,
We are currently migrating our project from nRF52840 to nRF54L10 using the nRF Connect SDK , and we have a few questions regarding MCUboot DFU using external flash ...
Are there any specific points using the external flash of a Thingy:91X?
I tried to adapt the "nrf/samples/cellular/modem_trace_flash" by adding an overlay copied and modified...
Hello,
I am using the same hardware, and firmware on 4 custom boards of the same device. I observed that I am getting different current consumptions in each devices.
I...
I’m working with a device that communicates over single-wire UART (half-duplex), where TX and RX share the same line (because the peer device is designed that way). Now I...
Hello,
I recently got a BL653 Click Board and am trying to program it. As I do not have a supported MCU for the NECTO Studio IDE (the ClickBoard's manufacturer IDE), I...
Hi, Nordic Forum!
We have developed our own logging module backend so we can store logs in an external flash memory. But now we wanted to transmit those logs via BLE to...
Hi,
What are the different applications of using the USB and the IEEE 802.15.4 library? What different things can we build by using these libraries? Any examples would...
Hi, this is what I use to use for .s140_nrf52840_5.0.0-1.alpha_softdevice:
This doesn work for 5.0.0-3 alpha, as my app won't even download when using keil, I suppose...
Hi,
I installed the latest version of Jlink 6.16f. I connected my nrf52-dk and on opening the RTT viewer, I always need to specify the target device manually instead of...
With this code i am not able to generate an event. timer1 is used as counter. the timer is running about the compare value of 3 (TLC_Send_Buffer_Size):
static const nrf_drv_timer_t...
Currently, I'm developing a beacon. We would like to employ a beacon to send a package including a IP address to other device for getting a new message from the website. ...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hello,
I am planning to use an atmega32u4 as a micro controller for a keyboard, and I'd like to use a NRF51822 as the bluetooth sender.
As i've read, NRF51822 is BLE...
I would like to learn a little more about the process of negotiating a connection interval between an iOS and Android central and a nRF51 peripheral.
So, here are my questions...
Hello,
I purchased a nRF52DK to migrate my older projects running on nRF51822.
Version of the board is V.1.1.0 / 2016.19
I followed the 'Getting started' guide from...
Hello,
This is a DFU custom project...the core problem is that I cannot erase the bootloader settings page from the chip.
While trying to use a slightly modified version...
Hi
In current Desktop 2 project, We know that software device stack takes 48-bit random device address from FICR registers (DEVICEADDR[1: 0]) for BTLE. Each nRF51 has unigue...