I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Hello to the Nordic community!
A rather theoretical question: Would it be possible to have a system, comprising of a SoftDevice + Application + Custom Bootloader, where...
Hi there!
I'm looking to layout a chip antenna using the nRF52832 WLCSP chip and am confused about the layout of the antenna matching circuit. The reference design (CIAA...
Hello,
I am using nrf52 with sdk 12.2.0. I am working with example buttonless dfu template aplication by referring to the link infocenter.nordicsemi.com/index.jsp .
I have...
Hello,
I am running a simple application where I would like to listen for BLE packets for 100ms and then transmit a packet. (no soft device) I can successfully capture...
In section 17.1.9 of the nRF51 reference manual it states:
Maximum consecutive transmission time
is defined as the longest time the
RADIO can be active transmitting...
I need to connect VL53Xl to NRF51 DK> I am using latest 12.2 SDK with Keil MDK.I cannot find any I2C(TWI) example. I can find examples for NRF52 based devices. but not for...
I am using a nRF52832 which act as an observer role only and what is observe it send observed data to another device over UART.
When i turn off scanning and just run UART...
Hi,
I generally use " make flash" (armgcc makefile). If there are multiple devices connected I get a pop-up to select a device/emulator to be flashed. This pop-up just defeats...
Hi there,
I'm trying to use nrfutil generate package with an extern key pair generated with openSSL.
I used opneSLL with prime256v1 curve, which correspond to secp256r1...
Hi,
I use nrf51822 with HF XTAL Frequency of 32 MHz
I am migrating from SDK9 S110 to SDK 12.2 S130 and have a problem that the code stop on nrf_delay_us.
#ifndef...
we wrote a small application to jump to a desired address of our application from bootloader , but UART does not seem to work(i cannot see any transmitted values on terminal...
Hi,
I would like to use the ble_app_hrs to send pressure values via the heart_rate_measurement_send function.
Unfortunately, they are too long: around 105000 Pa (equals...
Hi everyone!
I have an application based on experimental_ble_app_eddystone for nRF52 (SDK12.2), which uses FDS to save in flash memory. Now I want to add the secure_bootloader...
Hello on git hub you add pc-ble-driver
but there is only help how to install it. I did not find any example. And I did not find any documentation how to use it or what is...