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...
Since the APP CPU memory is mapped at 0x2000.0000 in the perspective of the NET CPU, we understand that r/w access is possible for data. Is it possible for the NET CPU to...
I have a vendor model bt_mesh_model_op defined as follows
const struct bt_mesh_model_op _admin_model_ops [] = {
{ BT_MESH_MODEL_OP_3 ( OPCODE_SET_UNACK , VENDOR_ CID...
I modified the nrf9160 https_client sample to make a GET request to a web server and retrieve a JSON response. Unfortunately the rec_buf always ends up with an HTML response...
After several months of attempts, I was finally able to load, build, and flash the code from multi-NUS-master.zip using the VS version of nRF Connect, onto the nRF52840 DevKit...
Hello Nordic support team,
We are now creating a BLE central device which is part of a medical equipment.
The BLE communication works fine, but we want to add a BLE...
i'm writing a code for mic without using i2s because that mic will generate digital pdm signal.
i saw there is no solid code for low level driver or hard coding
Hello,
we need to SPI interface of a display controller RM6909 (AMOLED for smart watch) with the NRF52832 processor.
Could you please share us the source code for that...
Hi I want to set up a simple uarte communication between a NRF52832 and a faulhaber mcdc 3002s motion controller using the libuarte. I have max3232 logic converter in between...
Hello,
while migrating our FruityMesh framework to SDK17 I went through all SDK and SoftDevice release notes and migration documents and saw the following:
Now, to...
Hi Nordic Team,
Few questions about Power supply supervisor block of nRF52810. My device's supply volage (VDD) is 2 volt. I have enabled POFCON and the handler is getting...
Hello. I am designing an application where the goal is to send a notification, sleep for 1 second, send another etc.
To do this I used the application designed in this guide...
Hello,
I'm working on KX132-1211 accelerometer with nRF52832 and am using I2C(TWI) protocol. For that I need to create driver files even I was contact with manufactural...
Hi,
I have a model_handler.c which builds fine, but the moment I change it to model_handler.cpp, I get build errors saying "duplicate descriptor is not allowed". I am struggling...
Hi, There is code for vendor model element creation in nCS provided Chat client sample, as in below:
This works fine in "model_handler.c",
But when I import the same...
nrfjprog checks the target for 0xFFFFFF before attempting to write.
It should be successful not only if attempt to write the same value as is already present but also
...