I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello,
In various FreeRTOS config files you define macro INCLUDE_xResumeFromISR. I think this is a typo and you mean INCLUDE_xTaskResumeFromISR.
Cheers, Timo
Greetings,
I am relatively new to compilers and I would like some clarification on compiling C++ projects on Segger Embedded Studio with Nordic's SDK vs. 14.2.
I am use...
Development Environment
S130 / SDK_12.3.0 Central Central NRF51 DONGLE
S130 / SDK_12.3.0 Central Peri NRF51822 + STM32F411
BUART_BAUDRATE_BAUDRATE_Baud115200
...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
i have external esp32 type module and with that module different digital sensor are attached.and that module have bluetooth4.2 .now i want connect this module to BTW832X gateway...
I'm using SDK14 and the nRF52832, and my bootloader is based on the BLE secure bootloader example from SDK14. I'm currently seeing transfer speeds during the secure DFU process...
1. Development Enviroment
o SEGGER Embedded Studio : Relase 3.34
o SDK : nRF_SDK_15.0.0 / Mesh_v2.0.1_src / s132_nrf52_6.0.0_softdevice
o Windows 10 Pro
o Chip : N52832...
I'm attempting to modify some open source software for an nRF51822 chip found here: https://github.com/reversebias/mitosis
In this code there are some debugging lines...
Hi ,
I have a large data structure that I'd like to transfer ( few KB ) , what is the maximum length I can pass on " ble_nus_string_send" ? ( length appear as uint_16 )...
I add file "nrf_drv_spi.c" in the group of nRF_Driver, and in the nrf_drv_config.h add the code: #define SPI0_ENABLED 1 ;#define SPI0_USE_EASY_DMA 1; in the main.c file I...
Hi, I'm developing a Eddystone Beacon based on the Eddystone example of the SDK 15.2.0 using a nRF52832 chip. I've made some modifications to the code, but I'm facing difficulties...
Hi
I am trying to setup the BLE wireless dongle with wireshark and can't get it working - it wont appear in the wireshark list.
This is what I have done:
1) I have Wireshark...
Hello,
I have a question about Mesh implementation.
I need to build a network of BLE mesh devices, lets suppose for the moment they're based on light switch server model...
Hi everybody
I'm designing a new cutomremote based on smart remote v3, As I dont know much about the ANR algorithem of Nordic, so for mics I dont know how should place...
Hi,
I'm trying to migrate a prosjekt in SDK 12.0.0 to SDK 13.0.0 and having trouble with the NRF_LOG_RAW_INFO. Getting a warning = implicit declaration of function 'LOG_INTERNAL_9...