Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi everyone,
I have a problem I can't sort out. My program runs fine indefinitely if I set one variable in a function at one point but if I don't do that, the program, or...
Hello,
We have around 700 product in the field based on the Simblee BLE module, which was discontinued 1+ year ago. Application was developed using Simblee's proprietary...
Hello,
I need to develop two applications for nRF51822 using SES version 4.18 (macOS). One is a DFU bootloader. The other is an application based on the ble_app_uart (ble_peripheral...
Hello,
I am trying to run the BLE Thread Dynamic Template example on a nRF52840 dongle. I'm using Segger Embedded Studio to generate an hex file. I flash the hex file to...
Hello,
During testing we found that whenever in system off mode, the CPU wakes from VBUS rising. As expected. We then do a vibration to notify the user the USB cable was...
When integrating nRF Mesh SDK 4.1 with nRF SDK 16 I got an error in runtime.
The call sequence:
mesh_init() -> mesh_stack_init() -> nrf_mesh_init() -> mesh_config_init...
Hi all,
I have really strange behavior with Sesgger SES. I'm working on Linux Kubuntu lastest version.
Segger version is :
SEGGER Embedded Studio for ARM
Release 4...
I am trying to use C++ with an nRF5 board, but I'm running into issues with the MDK, IAR (v8.40.2), and C++. When I try to include "nrfx_gpiote.h" in a .cpp file, I get the...
Hi,
I have a basic setup consisting of a time-slotted transmitter and receiver so that I can experiment with the raw coded and uncoded modes, exploring all the NRF_RADIO...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hi, I want to create a mesh network with two nrf52840 dongles. To programming them I used the light-switch example from SDK Mesh v4.0.0 following the steps in this tutorial...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
When I connect to nRF52810 with RTT viewer and then unplug J-Link probe from the device without properly closing the connection in RTT viewer, the current consumption in deep...
Hi everyone,
I want to measure the total execution time of saadc_sample() & saadc_callback() functions. I am using the application timer and I have inserted the app_timer_cnt_get...
Hi everybody, I am a beginner and I need your advice to start to modify the example of Radio Receiver/Transmitter. Ultimately my goal is to measure the time between the reception...