Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
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
...