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 SDK16, and using BLE sample project (central app_ble_blinky)
when I am taking sample project without BLE , I am able to add UART secure bootloader...
Hi,
I am using NCS v1.3.0 for nRF9160. How to enable both scanner and advertiser roles simultaneously?
Currently even I enable both, HCI LE set random address failing...
Hi,
We are developing the BLE product based based on the nrf52840 Chipset and we are facing below problem while testing in the field.
During our development we have come...
Hi,
Based on other discussions of encryption etc , I created a function to encrypt all the data, so that whenever I call the function It encrypts.
But I am not able...
Hello,
I’m struggling with a problem and need your help. I have an application where a nrf52840 communicates with another nrf52840 over BLE using nus and some services....
I am about to follow the steps here https://wiki.segger.com/Open_Flashloader to be able to program an external flash. However if there is an easier method I would prefer to...
Hello, i would know about the IDE avaiable to develop codes for SoC Nordic nRF52840 and where i can find/download it
Moreover, where can i see examples code about BLE Client...
Hi
I'm working with FreeRTOS with Tickless (RTC) and I was wondering what one should do in order to avoid the FreeRTOS Idle Task to be waken up every time an Interrupt Service...
I have installed SES 5.10a and imported ouf Keil project. There are several issues when I try to compile. This is interesting since I am using the "external" build which should...
Hello,
I have products based on NRF51822, that are central and peripheral.
These products use Softdevice S310, bootloader and application code. It use peer manager, fs...
Hello,
I'm pretty to new to developing with the NRF52 and the NRF52-DK and have a couple of questions.
I have a custom board which has an integrated NRF52832 chip. Now...
Hi,
Recently, I've found a reset issue with my device by ble_nus_data_send error when ble is working.
But the error code is 0x3401(Please, refer the picture). What does...
I'm working on augmenting an existing product that is based in the nRF52832. We've been using a handful of timers for some time without apparent issue. I added another timer...
Hi,
We are using the modem firmware V1.2 and source code ncs v1.2.0. Problem: we are using the TLS connected socket to amazon cloud and after about 12 minutes of doing:...
Hello,
I'm a beginner in NRF52832 module.
I want to test saadc + bluetooth communication.
So, I searched
https://github.com/NordicPlayground/nRF52-ADC-examples
this...