Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello,
I'm working on a project where I would like to use two nRF52810, one as broadcaster and one as observer. The idea is that the broadcaster sends an advertisement in...
Hello,
I have understanding issues with model inheritance and subscription list (and publish address) sharing.
The Mesh Profile Spec 1.0.1 (chapter 4.2.3) states:
"Within...
Hi,
the mesh profile spec 4.2.1, for the composition data page 0 states: "The size of the state shall not exceed the maximum useful access payload size". The maximum payload...
In SDK5, I found 2 examples : a server GATT in Central & a client GATT in Peripheral...
But in my case my device (nrf52840 board) needs to be :
a peripheral : slave...
Is it possible to send and receive data with the thingy91_at_client_2020-04-29_bc7ade8b?
I found, that this is not supported by AT commands, instead socket libraries for...
Hi everyone,
I have created a custom BLE service with a characteristic and I update the custom value after enabling notifications by calling the ble_cus_custom_value_update...
Hello,
I am integrating saadc example to ble_uart in order to receive analog input signals and send them via ble connection to android application. Low power consumption...
Dear Nordic Team,
We are working on connecting an I2C device to an nRF52840 Dongle . The code we are using is one we've been developing for a few weeks with an nRF52840...
Hi,
For BLE softdevice, I am wondering if it is possible to set connection supervision timeout to infinitive, which means the connection will never be considered lost? ...
Is the process of communication between QSPI and Ext. flash same for QSPI and PSRAM? If not, what could be the procedure?
And how can I communicate with 2 PSRAM using single...
Hello, I want to create a device, that can auto-connect to my phone and only my.
I thought to do it by filtering the MAC address.
But as far as I understand iPhone and...
Hi,
I was trying to find my way configure and SRAM which has QSPI interface. However some commands are different and cannot find how to modify and adapt the qspi module...
SDK 15.3.0 documentation says:
"Error codes are 32-bit unsigned integers with the most significant 16-bit reserved for identifying the module where the error occurred ....
Hi
I am currently trying to design my own custom board with just the nRF52833 SoC. I am using this for AoA and I/Q sampling. I had a few questions.
1. What is the...