Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
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...
I am using nRF9160 DK(PCA10090 0.9.0 2019.19) with Indian carrier LTE-M SIM and carried below steps to establish LTE-M communication with nRF Cloud: 1. Upgraded to latest...
Dear community,
I opened and successfully tried out the preflash_example. Since I will need a plain text NDEF message instead of an URI NDEF message as used in the example...
Hello,
I'm new to BLE and have a general question about concurrency and collisions. Sorry if a repeat question. I'm developing for nRF52832 using SDK 15.3 and S112 v6.1...
Hello,
I am testing nRF52 UART with DSP.
While transmit data in nRF52 (ADC results)
(example link: https://github.com/NordicPlayground/nRF52-ADC-examples )
I can show...
Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
The radio_tx_carrier() function was taken from example/peripheral...
So I bought a BLE Heart Rate Sensor (chest strap) from market. I am able to read data using the nRF Connect Android App. Now I am trying to read the Heart rate data using...
Hello,
I'm working with PCA10040 EVB.
I've followed this FAQ that shows how to add a device name.
But function sd_ble_gap_adv_set_configure() (called at the end of advertising_init...
Hi,
Forgive what may seem like a stupid question, but...
I would like to create a first reference PCB design using an nRF52832 for an IoT project I am working on.
I...
Hello,
For the function to acquire the FDS file system status, I noticed that the struct member variables are held in uint16_t. Some values, such as words_used and freeable_words...
nRF42840DK, SES V4.52c:
Project was copied from 17.0.0 to 17.0.2 and link now fails:
Building 'ble_app_att_mtu_throughput_pca10056_s140' from solution 'ble_app_att_mtu_throughput_pca10056_s140...
I have been trying to find some help or an example of using a capacitive sense button with the csense library(in SAADC mode) but also read the voltage of my battery using...
The Mac version of nRF Connect shows the Device Information Service characteristic Serial Number String as hex, not a string. It shows properly as a string on the iOS version...
Hi,
I'm changing the peripheral device name by sending a command from the host over ble. I can see the changed device name after the host disconnects. Is it possible to...
Given the info here and here ...
1. Does this mean that the nordic example here is wrong, and that line 54 should be time_struct. tm_mon = month - 1; to account for the...
I use SEGGER build mesh V4.1 project light_ctl and light_switch.
I flash light_switch_server_nrf52840_xxAA_s140_7.0.1.hex and light_lc_server_nrf52840_xxAA_s140_7.0.1.hex...