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...
Hi,
i am trying to run the bluetooth/ipsp example on the nrf5340 pdk. I am using the zephyr toolchain as described in the zephyr getting started guide. I followed this...
Hi, We have a Central device with a bootloader and wish to have OTA update feature. We have added code for it to advertise on a certain condition of a button press. Once it...
I have a somewhat unique GZLL configuration and am running into a bug that I don't really understand.
"Maximum tx retries" is set to 1 using nrf_gzll_set_max_tx_attempts...
I'm developing a sensor network and i am using nrf52840s and sdk15.2. I have developed a multi role unit with 4 central links and 2 peripheral links. This was tested and worked...
Hello,
This isn't actually a problem report, but might be interesting for readers of
this forum anyways.
I'm writing a series of posts about how to get a unified...
Hi everybody
I want to build a wireless UART transmission system using 2 nrf52832 modules,1 master and 1 slave
Can anybody help me know how to do that
Thanks everyo...
Hi guys,
I am trying to modify Light switch example. My goal is to create a mesh network to transfer data from server to client periodically. So far, what I have done is...
A simple question - if using the nrfx timer library how do I set a timer prescaler?
I'm using timers 3 & 4 in compare/capture mode to measure pulse widths (not the application...
Hi,
I am using nRF52840 dongle. To program this dongle an nRF connect programmer is used. Unfortunately erase button of nRF connect programmer is always disabled?Is it...
Hi,
We are developing a device which connect to a smart phone and alert the user through smartphone when the device disconnected (out-of-range).
So I guess this app...
Hi Dear, I Supposed to migrate form nRF51822 to nFR52833 chip in my board. so i found that there are 3 packages mentioned for the nRF52833 in this document: www.nordicsemi...
Hello, Nordic
I'm developing with nrf52840, s340, sdk 16.0.0, gcc-arm-none-eabi-7-2018-q2 in my customboard.
Currently, I'm using master of Ble and Ant.
It is possible...
I want to send packets of 16 bit data over SPI at regular periods from a buffer. I'd appreciate a bit of clarification how to use the SPI xfer function (I already have the...
I'm trying to use https POST to deliver data payloads to Azure.
We've done a proof of concept using POSTMAN, and we're certain we've got the right method, correct headers...
Hi,
Is there any way by which we can log on nordic device on what packets being sent out?
My intention is to log each advertisement and on which channel it is advertised...