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...
I am trying to initialize the RTC and trigger an interrupt every 10 seconds, and I am unsure of why the code above is not working. I followed a similar method to initialize...
Hi,
I'm working with the nrf52840 and spi mngr to talk to a SPI flash memory (AT25SF081). I use nrf_spi_mngr_perform to send a command to read the manufacturer ID
...
Hello,
I am having some trouble attempting to advertise a single custom 128bit uuid. I have two custom services sharing the same base uuid. Everything works correctly after...
I am trying to add major minor values in the ble_app_hrs example in SDK_15.3.0. I am getting an error code of 12 which is invalid data size at:
err_code = ble_advdata_encode...
Hello,
I am using SDK version15.20,pca10056,s140.
In my application I am using Bluetooth to send the data values at the rate of 750 samples per second. By sending 3 set...
Hello,
When performing serial communication using UARTE in the environment of SDK 15.3.0, SoftDevice 6.1.1, In rare cases, abnormal data is received. I don't know the cause...
Hello!
I am compiling the fiirmware for Thingy:52 (version 1.0.1), using the following link:.
https://github.com/NordicSemiconductor/Nordic-Thingy52-FW
nordicsemiconductor...
Hello All,
I've recently run into an issue with the nRF52840 Dongle where the Green channel for LD2 is not lighting up, this is a problem that is persistent across all...
Hello Nordic team,
In our project we have a requirement to write a log record to flash sector when any fault occured (hardfault or SD fault callback), so we can download...
I want to transfer data from slave to master and back to slave from master and I am doing this in the following cases: 1) Case1: Fixed connection interval and slave latency...
Hi,
I hdd developed a ble product based on nRF52810 ( SDK_15.3.0_59ac345 s112 ). I had set the connect paramter like this:
MIN_CONN_INTERVAL MSEC_TO_UNITS(150, UNIT_1_25_MS...
Hi,
Do you have a better example than the one on nRF Cloud that can show me how to transform a HTTP GET /message from my thingy. Right now, the messages are nested and it...
While I know the 9160 does not support voice calls, I would like to know if the 9160 will accept mobile terminated (MT) data calls. If so, how is that represented in the firmware...
First of all , p lease forgive me for m y bad English if it annoys you .
I do have an interest in nRF52840 development kit, because I am trying to find a development kit...
After updating from THREAD SDK 2.0 to SDK 3.1 I am getting NRF_ERROR_NO_MEM in nrf_sdh.c.
The project is based from the multiprotocol BLE thread dynamic example.
The code...