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,
Can any body help me out in programming nRF52480 dongle directly through Keil uVision. Is there any way to program directly to usb dongle in nRF52840 dongle through...
Hi,
We are evaluating LairdTech BL654 module for our BLE application. We are able to use NRF 15.2 SDK to setup BLE based connection and data transfer.
We are sending around...
Hello I'm using the official example and BLED112 dongle with the demo from C:/Bluegiga/ble-1.60-140/src/thermometer-demo (main.c in attachment). The problem is that device...
I'm using SDKv15.2.0
I think there is a problem in nrf_dfu_app_is_valid() in components/libraries/bootloader/dfu/nrf_dfu_utils.c
If the CRC check fails, the return value...
Hi,
What is the timing of the indication retry mechanism (SDK14.2, nRF52832) ?
App use sd_ble_gatts_hvx() to schedule message for sending
At the next connection interval...
Hi, Great Nordic Support teams:
I'm wondering if the only limitation of the choice of L3 on nrf52832 layout is just the tolerance under 10%?
Cause it seems to be the...
Hi,
I've recently enabled the watchdog in our project which included buttonless DFU. Project is based on FreeRTOS, SDK14.0, S132 v5.0.0 on custom board nRF52.
Since the...
Hi All,
I'm running a windows box with Android studio with the GitHub Thingy Repo https://github.com/NordicSemiconductor/Android-Nordic-Thingy project downloaded. The project...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about SPIS and SPIS event "NRF_DRV_SPIS_XFER_DONE".
1. What would trigger event...
HI,
In need to generate a sweeping tone to drive a piezzo element, i determined the tone should be sweeping back and forth between 2.5KHz and 4.5KHZ at an approximative...
My ultimate issue is trying to get a bootloader working on custom hardware with an nRF52832. The bootloader is mostly the base UART DFU bootloader from the Nordic SDK, with...
Hi,
I'm able to run the DFU mesh from the quick guide and now I want to integrate the DFU into my application.
My application is based on the light switch example, so...
Please help me fix my computer to allow nrfStudio to program pca10056.
I just received 2 pca10056 1.0.0 2018.35.
I am on 2 computers A and B: both with windows 10 64bit...
I trying to debug an interaction between using SPIM3 on the nRF52840 and the BLE stack in the SoftDevice . A reset is happening, which I think is being generated by the SoftDevice...