Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
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
...