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,
I am using pca10040 and sdk12.2. I am using nrf_beacon code. I flashed the code in dk. I am able to scan the beacon but I n/a appears as default name in nrf connect...
Hi team,
My 52832 act as central device. It can discover service and characteristic of peripheral. The problem is it can't get the UUID of every characteristic of service...
Hello! I try to add nus service to ble_app_template.
I add ble_nus.c file into project
add include "ble_nus.h"
declared service
BLE_NUS_DEF(m_nus);
add into...
I guess my question is stupid, but I would like to ask it by the way..
in all ble examples we use a function for handling ble events by our app
in my case in example ble_app_uart...
I'm trying to launch my app on a custom board with nrf52 after a successful launching on DK. The problem is here: err_code = sd_softdevice_enable(p_clock_lf_cfg, softdevice_fault_handler...
Hi folks, I'm making progress with a program to get two nRF24L01p modules communicating with each other, but there are a couple of remaining problems. I hope someone can help...
I have a little bit of experience on TI BLE stack development and wanted to move to Nordic product with Bluetooth or ANT protocol for a higher data rate. I got a general question...
Hi All,
I have a problem with .hex file. I use example ble_app_uart from nRF5_SDK.
In examples\ble_peripheral\ble_app_uart\pca10056\s140\armgcc I executed: make all and...
I try to turn off the system with sd_power_system_off()
// Go to system-off mode (this function will not return; wakeup will cause a reset).
err_code = sd_power_system_off...
Based on 'ble_app_template' in nRF5_SDK_12.2.0 (S132), I develop a program with nRF52832.
The problem is that the program will restart after reaching APP_ADV_TIMEOUT_IN_SECONDS...
Hi,
I have a few questions about using floating point in nRF5 chips. As discussed here , nRF51 has no FPU but we can simply use "float" in Keil and have the operations...
My device as a slave, if the surrounding environment is not good, the unknown master device connected to my slave device caused the real master device to be unable to scan...
Dear Nordic family,
I tried programming MDBT40 (purchased from Raytac ) with the same code which worked with nRF51822 Bluetooth Low Energy BLE 4 and 2.4GHz Wireless Communication...
I'm trying to implement a simple RTC timer into my project, and it seems like the app_timer module is the best way to do that, especially when using the Softdevice. I added...