I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
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.
...
I don't know how to manage the Bonding key. I confirmed the following sequence, but it is abbreviated as "Keys stored in keyset". At what timing and how should I get and save...
Hi guys,
I am creating an application that can enable my device to measure the voltage and temperature, after I am able to send these data via BLE to my mobile app (nRF...
hello Nordic
i am working with nrf52832, sdk 6.0, softdevice s132 v7.0
i read around the forum that i can advertise a beacon packet every 20 ms
but in the ble_app_beacon...
I was using MBED TLS crypto library for various cryptographic stuff and hashing. It was working fine with SDK 1.2.
I tried to port my code to latest SDK 1.3 and I am having...
Hello
I'm now going to read PD_SCK and Dout from Hx711
but i can only get the value from PD_SCK, no value from Dout
here is my code, using NRF52810 and HX711, hope someone...
I have currently building and am running the SPI Transaction Manager Example (spi_master_using_nrf_spi_mngr_pca10040) on the nrf52 pca10040 board, where is information for...
hello Nordic
i am working with nrf52832, sdk 16.0 s132
1. i see when i use the app_time i have to initialize it using this line of code :
though i thought and...
Hello, I updated a working project based on nRF52832_xxAA 32Mhz crystal, from SoftDevice S132 5.0.0 to 7.0.1, (set preprocessor NRF_SD_BLE_API_VERSION=7)
now the sd_softdevice_enable...
Acctually, I use nRF5 SDKs for transferring IMU sensrsor data via bluetooth to mobile app. When I check the license of source codes, the components kiibohd controllerv0.5...
Hi all, I swear I've read every post under the sun regarding this, and tried so many different things from all of them that my project is probably slightly screwed now. I...
Hello!
I am trying to run the experimental ble_app_hrs_nfc_pairing example from SDK17.
I am using an nRF52832 module and SoftDevice s132.
The example compiles fine...
Hi! I'm trying to get a basic example to show the 9160 going into the System Off mode and then waking up when a button is pressed. However I have not been able to get the...
Hello,
I saw that in nrf52_erratas.h.
This Macro must be ebabled for the functions to be enabled: NRF52_SERIES.
Also, there are other macros in the file such as:
#if...