Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
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...