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...
Hey all
I've some basic question about the Call-Stack.
In my application I have a series of functions which call other functions and so on until an depht of about 20 calls...
Hello. How i can do a simple read an 0 -> 3 Volt (vdd) signal on Analog 0 P0.03?
I try it with saadc without sucess
int result = 0;
NRF_SAADC->CH[0].CONFIG = (
...
Hi everyone, I know that this topic has been mentioned before, but there are a lot of doubts and the situation about measuring a battery is still not clear.
1) First of...
Hi,
Here i are using nRF52832 ,softdevice S132 and mesh sdk v3.0.0
I am facing an issue in UART configuration in mesh (LIGHT SWITCH EXAMPLE) server code . When using my...
Hi all,
I am building Border Rounter and Thread Network. I using SDK 3.1 and image newest for border rounter
I follow this link https://infocenter.nordicsemi.com/topic...
Hello. I am working on a application in a NRF5238 with s132, where I send 20 byte packets using notifications from a peripheral to a central board. The central is a modified...
I updated to SDK v1.0.0 today and have not been able to build sample or application solutions since. I updated the SDK, modem FW, and SES.
For example, when I open and try...
Hi,
I'm sorry to borther you in your holiday.I got a issuse about 52810 (s112) with PA.I found my device would reset when I call ble_advertising_start() after calling pa_lna_init...
I'm trying to implement Serial Wire Debug to read some Data from Nordic from other Controller. Initially Need to read some registers in DP & AP Nordic. For that I need to...
Hi guys, i was using nrf51822 s130 sdk, and now i am using nrf52dk s132 sdk. When i am using nrf_adc.h, all bitfields macro's get errors. It's bitfield macros doesn't match...
I am trying to connect BLE app to BLE Device ( NRF 52840 ) and for security purpose, I adding passcode (password) / key in the device, once I am going for connecting it will...
I used serial program to talk between nrf52 and arduino where the rx tx pins were default 8 and 6.When i changed the pins to 25 and 26 it is not working i am not able to communicate...
Hello
I'm looking for someone to help write a custom bootloader which performs FOTA update by using an HTTP connection to collect firmware. NRF52 is connected to GSM module...
Hello, Dear Support!
I explore examples in SDK 15.3.0 : ble_app_hrs and ble_app_rscs. The peripheral device in ble_app_rscs is configured to wait active request from central...