Hello, We are building an application with NRF54 as the host MCU and NRF9151 as a serial modem. We are considering using a SoftSIM from Monogoto. Our main concern is how easy...
The last years I have developed a lot software (low level) for the nRF52840. I like this MCU very much, especially the SHORTS-Registers and EasyDMA are powerful for real short...
Hello everyone, I have a question regarding the LIS2MDL sensor. When I configure Register A, it correctly takes the value that I set. However, after the sensor initialization...
Hello,
I'm having trouble saving signing keys to the KMU on the nRF54LM20-DK.
I'm using the build for the nRF54LM20B, as recommended here, so the KMU should be used for...
Hi
my project is about live streaming of physiological data at high sampling rates over BLE.
On the receiver side I have a Laptop(Windows/Mac/Linux) and not a NRF dongle...
Hi, we are using your nrf_cloud_fota library to download new FOTA updates from nRF Cloud, using NCS version 3.1.1.
We are also using MCUboot with the Swap using offset algorithm...
Hello,
I am currently testing the `ipt_initiator` sample on the nRF54L15-DK v1.0.0 using nRF Connect SDK v3.3.1.
When I call `k_sleep()` inside the loop in the `main(...
Hi,
Here I have a code for HC-SR04 from electronut.in which has been written for softdevice 110,
right now I am using BDM-200-EVAL-M and SDK version of 11 which supports...
I use the IAR 7.5 compiler and SDK 11.0.0
The program does not work well so I modified the starting address of rom(0x1c000->0x0).
(Ble_stack_init) After part does not work...
Do you have any recommended IAR Embedded Workbench for ARM versions?
It can not be set in 6.5, and can not be operated in 7.5.
nRF52832 PCA10040 V0.9.0
Hi,
I'm writing a program on nrf51 that needs to send a lot of data through notification. How many bytes can be sent at one time? And is the nrf51 capable to read the sensor...
SDK:11.0.0
MCU:nRF52832
Using example:ble_ant_app_hrm
SoftwateDevice Version:s332
PWM is turned on and accurate 4MHz is available before entering ble_stack_init...
Hello everyone,
I can make nrfjprog works up to the version 9.1.x but I received the nRF52840-PDK and can't get nrfjprog to work with version 9.2.x.
Error message is...
Hi All,
Recently i bought myself a nrf52 DK. now i finaly have time to play with it, it does not respond like described.
I tried to go back to the basic:
www.nordicsemi...
I'm using nrf52832 and want to add a custom characteristics.
But if I call the function below, the device stops advertising.
Do you have any idea?
static void add_characteristics...
I have used the BLE UART example to connet mobile phone, the mobile phone just can recivecd 50 data package per second in the most, and each package just have 20 byte, but...
I'm sorry for this easy question.
I'm just starting to develop an application using a nrf52832.
I want to use uart functions, so I added a line #include "app_uart.h"....
Hi,
Does anyone knows if it's possible to change the name or description of the Port (COM) of a nordic device (pca10031 and pca10028)?
The actual name or description...
Hello,
if we want protect our (central) device against tracking and still allow it to connect with specific Peripheral we can use whitelist with IRK (and?) mac address...
eclipse_log.txt
link text
hello there i am trying to make environment for gcc and eclipse with nrf51. i am following above link. i changed my Makefile.winows ...
Dear all,
i configure pin 3 to float input.when the pin3 input 0.3VDD--0.7VDD,the chip current have 25--400ua,other is normal(4ua) Why?
SDK:8.1.0
s110
#define PHOTO_PIN_NUMBER...
Hi,
I am using nrf pwm library from here: github.com/.../nrf51-pwm-library . I am driving two gpios for a piezo buzzer.
I call pwm_init(), then use the call set_frequency_and_duty_cycle...