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'm using NRF52840, and my application connects with BLE mobile application. After a minute, connection is lost.
I tried to find which functions called sd_ble_gap_disconnect...
Hi Nordic Team,
I am developing a device using Arduino Nano-33-ble board which is based on the nRF52840.
The code is developed on Arduino IDE and the basic function...
I am using SDK16.0(ble_app_uart) program to sending dates between the phone and board.And I noticed that send function (ble_nus_data_send)failed a few times when it didn't...
Hi my friends, Nordic DevZone I have a project implemented on Bluetooth 5 network consisting of master and slaves ((1) master and slaves (7)) For example if I use (two kits...
I'm having an issue programming the bootloader using .hex file. I have "Erase all" by nrf52832 and was trying to debug my bootloader the code didn't stop at the beginning...
Dear Sir.
I have a question regarding the nRF9160 Interrupt procedure.
I have 2 interrupts on my nRF9160 custom board.
The 1st interrupt is an external interrupt every...
I'm using nrf52840 DK board with modified program of light switch example from sdk 2.1.1. While provisioning with interactive pyaci i'm giving provision address maually to...
Hi dear Nordic Team
I'am currently implementing a 802.15.4 compliant ShockBurst Radio TX/RX module on the NRF52811. As far as I understand there is a crc 16 implemented...
Dear All I had gone through nRFGO Studio for custom UUID But how to generate the Hex bytes so that i can put as in code for having custom service as shown below for above...
Hi community ! I'm testing Mesh characteristics by using debugger. Currently, i send messages through nodes and waiting for acknowledge, and I put a timer to get latency....
Hi,
present i am using nRF52840-DK for to develop the BLE application. here i am facing the debugging issue.
i.e. in my board i programmed S140 soft device. so after that...
Hi,
I am trying to read serial data via UART_1 with v1.2.0 SDK. According to dts-File UART_1 is configured with pin 0 and 1 on the devKit.
I added
CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN...