Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
I have a project where we have 2 nrf51 that need to be time synced with eachother.
The problem is they are placed on the body one on the back and one on the chest of a person...
on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Whenever I store my data in Flash using FDS (Flash Data Storage Library) it stores a random value (but fixed) even though I am giving it a value.
I run the same thing in...
Hi, As the title states when I try to add characteristic to my custom service the function returns error 16. I have set NRF_SDH_BLE_VS_UUID_COUNT and adjusted the linker accordingly...
Good day,
I am starting a new project where I am using the ANNA-B112 BLE device from ublox in a custom design. The ANNA-B112 interfaces with a host MCU over UART. I would...
Hi,
I have added nus service to the relay central and peripheral example.The relay board advertises and i can connect to the peripheral part of device through the nrf connect...
The mesh health model state is not restored following a reboot in the current version of the Mesh SDK using the light switch example.
According to the documentation, the...
Hello folks, I am new to Thingy 52 PCA 20020 model and I have downloaded nRF SDK 15.2 and I am using a Segger J-Link programmer/debugger. The thing is I would like to get...
In acces.h there is the publish period format definition, which is
/** * Model publish period structure. */ typedef struct { /** Step resolution. */ uint8_t step_res : ACCESS_PUBLISH_STEP_RES_BITS;...
Hello,
I was surprised that gcc did not optimized my strlen("FOO") construct (worse, in a code review, I argued that the compiler would do the optimization…)
It seems...
Hey there,
I am trying to develop with the Bluetooth Mesh SDK for NRF5.
We have two chips, NRF52840 and NRF52840/NRF52832and are using the light_switch example from the...
I need to save energy for my ble application. So I turned off the sensor when there was no ble connection. A ble connection is a condition for me to turn on the sensor, but...
How exactly are the UART pins selected for the nRF9160? I've searched and am unable to find a file to configure pins. I need to change to pins from the development board to...
Hi,
I'm working with the SAADC on an NRF52832. I'm using the SAADC driver from SDK15.2.
I have a problem with the calibration routine because it's generating DONE events...
Hello,
I am developing an application on the 52840 and so far find the SDK documentation quite confusing and somewhat contradictory. I need to write a simple TWI (I2c) master...