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...
Hi all ,
I using sdk12.3 experimental_ble_app_buttonless_dfu project to development , below is my bootloader and project ram setting:
if I don't download the bootloader...
sdk12.3.0 In the ble_app_hrs_rscs_relay example, I added the uart_init function referring to the ble_uart example, but when I execute the APP_UART_FIFO_INIT () function, a...
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
Two nRF51822s were mounted in one board One nRF51822 will be used as a TWI master and the other as a TWI...
It is said that ble5.0 can cover a range of 300m, I wonder how big is current when this is achieved? For 52840, the largest power output is 8dBm, for 52832, the largest output...
Hi,everybody!
I use nRF52832,supply volt 3.0V normal, program can be downloaded , run and debug,i ensure the program is accurately.To control a gpio P0.09,on the hardware...
Dear Nordic,
I debug the SDK15 example project ble_app_template_pac10056_s140 project, nothing change, but it will jump into app_error_weak.c as below picture, please help...
I can not get information about the power consumption when twi is enabled and idle. It just state the current when it is running. So do I need to disble it when it is idle...
Greetings,
We have taken the RAM Retention example and are experiencing a failure (all LEDs on) when setting MAX_TEST_ITERATIONS to a value greater than 1. This is duplicated...
I am using nrf51822 with softdevice 7.3 and sdk6. I am having some strange problems in single bank bootloader. The nrftoolbox version 2.4.0 gets stuck at 94% during the firmware...
Hi,
(SDK v14.2, nRF52832)
I'm developing a Timeout Timer functionality, and was wandering if the following scenario is a good practice:
I don't want to have a interrupt...
Good morning everyone,
I am having a lot of problems configuring the Peer Manager.
I read several discussions on the topic, but either they are old (referring to ble_evt_dispatch...
Hello everyone,
I`ve 4 thingys and ran the https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo . That works well.
Now I`m trying to add the nRF52 DK as a Node...
I am trying to perform a dfu upgrade according to: infocenter.nordicsemi.com/index.jsp
The exact command I am running is: nrfutil dfu ble -ic NRF52 -pkg dev_board_bl.zip...
There is something I want you to tell. Do you know how to allow other interrupts (specifically IRQ pin) while interrupting app_timer? I studied variously, but I can not find...
While I'm waiting on answers to other questions, I thought I would try to nrf_Logging with the Segger RTT up and running. It sounds like a pretty tool.
I have created a...