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...
A newbie here. I am studying the simple_timer application in the nRF5_SDK_17.0.0_9d13099 library.
The sample application sets the clock frequency to the timer at 16MHz....
Looking around to develop hardware/software using the RAK4600 module!
RAK4600 (lora Node) uses Lora as its main way to communicate with my Lora server (normal flow).
Consider...
Hello,
I would like to switch on a led of a nrf52840 dongle by pressing the buton of another dongle. I don't know which example to use from SDK 17.0.2 to make a master/slave...
Pairing is rejected after setting,
i)APP_ADV_DURATION to 0
ii)adv. flag in adv. init from BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE to BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE...
Hi,
I tried to implement the UART in my code, based on the UART example code. Just as in the example, I first define the struct with the pin numbers:
The pins in this...
I found there was a example in "nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_uart\arm5_no_packs" .
Is there a applicaion example that when it recv a specific...
Hi
I need to connect to perticular central and i know the central MAC address. So i am using whitelisting in peripheral.
I made below changes in my code in ble_app_uart...
I am trying to use the gzp_dynamic_pairing example in SDK version 16 with Segger Embedded Studio and the PCA10040 dev board. There is no project for SES so I copied what I...
Hi,
I am working on nRF5_SDK_17.0.0_9d13099\examples\peripheral\uart project.
How can I increase the UART buffer? like if I have to receive 100+ bytes data how can I read...
I am using a nRF9160 DK. I'm using a Windows 10 system and setup the SDK using nRF Connect.
I've started to experiment with the serial_lte_modem project -- version 1.3.1...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html links to two pages which cannot be found: https://infocenter.nordicsemi...
Hi,
I am able to transfer data from my custom peripheral device with nRF52840, but data is moving much slower than it should.
I am writing 244 bytes into NUS within...
Hi,
I am trying to use Cbor library provided the SDK version 1.3.0, I have added the module in my prj.conf file, however the documentation (at the top of cborencoder.c)...
This is the name that is advertised when the device is in DFU bootloader mode.
I've copied the bootloader_secure_ble from /examples/dfu/ but I cannot find where to change...