Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
Hi, I'm using Nrf52840 as the MCU for the developed product.
For my product, there is a central and a peripheral which two are communicate with each other via bluetooth...
Does anyone have any guidelines on connection parameter guidelines for Windows 10 BLE 4.1 machines? When I attempt to set some connection parameters on the nordic 'slave/perpherial...
Hi,
I need to use 6 saadc channels to sample voltage on my project. The saadc channel 0 could be configured to connect different inputs(ANI0~AIN7).But I try to configue...
Dear,
"RECOVER" was not working properly in nRFgo Studio after tried to upgrade firmware in PCA10056.
Based on Nordic knowledge, I tried to upgrade nrfjprog to 9.7.x...
I have a question about "sd_ble_gattc_write" and "BLE_GATTC_EVT_WRITE_RSP".
1) If "BLE_GATTC_EVT_WRITE_RSP" occurs, can you guarantee that the data has been written to the...
I want to realize "LE Secure Connection" with "Passkey Entry" or "Numeric Comparison". I know that "passkey" is obtained in the "BLE_GAP_EVT_PASSKEY_DISPLAY" event. Who produces...
I am using SES SDK 15.3 SD 132
I am trying to step through simple operations and need to enable a softdevice clock.
Right now i am using nrf_drv_clock and engaging clock...
Hi,
I'm using the NRF Mesh app for iOS for node provisioning during the development of a new product.
I'm facing a recurrent issue during the provisioning process using...
I'm converting an SDK 14.2.0 project to SDK 15.0.0, initially using the legacy layer.
The documentation states that:
"The UART default configuration is located in sdk_config...
Hello,
we are developing an asset tracking solution. The Noridic send out BLE Advertisements to show, that they are still available. These signals are received by Receivers...
Hello,
We have multiple NRF52840 dongles that we want to repurpose as receivers for the NRF Sniffer software. Browsing throughout the forum we've came to the conclusion...
Hi,
I need to create a dynamic array to send a different number of bytes of data using TWI. Here is how I create an array:
When using the malloc function, I always get...
Hi
There was a problem using the external ADC AD7792 in a project with SoftDevice. The problem is that when the ADC is processed in a project with SoftDevice, the waiting...
We have implemented proprietary audio streaming on the nRF52. It reads Audio from a PDM mic and uses the timeslot feature of the BLE radio to send said audio to another BLE...