I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
I was wondering if you could advise me on the best way of adding in BLE functionality to an existing ANT application. Is it simpler to have both transmitting at the same time...
Peripheral receives 4 bytes from central in order to set color of 5 LEDs (1 byte command type + 3 bytes RGB data). There's an iOS app with color picker where user can select...
hi every one.
I need to load softdevice to nRF52 preview DK before execute this app follow it, but i don't know exactly how to do it.
This is my solution:
open...
Hi,
When I reset my nrf51822 beacon firmware using nrfgo, it works just fine. When I try to reset the firmware using jlink, I end up having problems. There are no errors...
Hello, I have downloaded the nRF_MDK_7_2_1, and open \Keil_v5\ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_beacon\arm\ble_app_beacon with Keil_v5.
I set IROM1...
Teaching myself the Nordic libraries and API for nRF51 - going smoothly.
Keil uV5 and Dongle and SDK 9.0.0
Wanted to send my own data in the characteristic for HRM service...
The workaround for nRF51822 PAN#73 specifies setting an undocumented register at offset 0x0C0C of the timer peripheral to 1 prior to TASKS_START , and clearing it after TASKS_STOP...
Hi
I am trying to flash a new firmware into my device through DFU via the programming python script.
I use SDK7.2.0, and do:
ipy main.py -f c:\myproject.hex -a XXXXXXXXXXXX...
We are using the Nordic UART service for our product. Should we just use the standard UUID that the Nordic Uart uses or just generate our own for the product?
Thanks
Hi,
I'm working on an embedded system using PAN1026 bluetooth. I want to use the nRF APP to communicate with the bluetooth module. Currently I have:
Setup the...
To support a mix of v2 and v3 chips, I want to use the 7.x SDK. But I'm not sure it's compatible. The matrix at infocenter.nordicsemi.com/.../nRF51_Series_Compatibility_Matrix_v2...
I'm trying to use the nRF52 preview DK from Linux. Could anyone provide the correct JLink commands for flashing both a standalone hex, as well as one with a softdevice?
...
I'm writing a build script for gcc for the nRF51 and I want to use the provided .ld scripts.
In SDK 8, those scripts were renamed from gcc_nrf51_XXX_xxab.ld to nrf51_xxab...
Hi,
I want read accel data from BNO055 sensor to NRF51 DK board, but SCL and SDA pins are 1 always.
My code is the next one:
#include "twi_master.h"
#include "twi_master_config...